emacs: use a consistent theme

master
an 2020-03-16 21:30:08 -04:00
parent 55475c63e5
commit cb6f5873ee
1 changed files with 1 additions and 8 deletions

View File

@ -84,16 +84,9 @@
;; theme ;; theme
(use-package base16-theme (use-package base16-theme
:ensure t)
(use-package rand-theme
:ensure t :ensure t
:after base16-theme
:config :config
(setq rand-theme-wanted '(base16-atelier-cave (load-theme 'base16-atelier-cave t)
base16-atelier-forest
base16-atelier-heath))
(rand-theme)
(set-face-attribute 'mode-line nil (set-face-attribute 'mode-line nil
:background "#0a0a0a" :background "#0a0a0a"
:foreground "#92ebf0")) :foreground "#92ebf0"))