mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2020-10-05 995f2ceb7c353062c9c81e3a73fd27220293629e
Added jetbrains darcula theme
1 files modified
7 ■■■■■ changed files
config.org 7 ●●●●● patch | view | raw | blame | history
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