From 995f2ceb7c353062c9c81e3a73fd27220293629e Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Mon, 05 Oct 2020 13:04:44 +0000 Subject: [PATCH] Added jetbrains darcula theme --- config.org | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/config.org b/config.org index 4eaadc5..1accf57 100644 --- a/config.org +++ b/config.org @@ -54,6 +54,13 @@ (disable-all-themes) :config (load-theme 'solarized-dark t))) + ((eq emacs-theme 'jetbrains-darcula) + (use-package jetbrains-darcula-theme + :ensure t + :init + (disable-all-themes) + :config + (load-theme 'jetbrains-darcula t))) ((eq emacs-theme 'none) (disable-all-themes))) #+END_SRC -- Gitblit v1.9.3