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

Joel Grunbaum
2020-06-01 b0ee5f8ba34e6a7521727c090476fbe2f5b78b1f
Added solarized theme to switcher
1 files modified
7 ■■■■■ changed files
config.org 7 ●●●●● patch | view | raw | blame | history
config.org
@@ -47,6 +47,13 @@
           (disable-all-themes)
           :config
           (load-theme 'nord t)))
        ((eq emacs-theme 'solarized)
         (use-package solarized-theme
           :ensure t
           :init
           (disable-all-themes)
           :config
           (load-theme 'solarized-dark t)))
        ((eq emacs-theme 'none)
         (disable-all-themes)))
#+END_SRC