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
(use-package base16-theme
:ensure t)
(use-package rand-theme
:ensure t
:after base16-theme
:config
(setq rand-theme-wanted '(base16-atelier-cave
base16-atelier-forest
base16-atelier-heath))
(rand-theme)
(load-theme 'base16-atelier-cave t)
(set-face-attribute 'mode-line nil
:background "#0a0a0a"
:foreground "#92ebf0"))