diff --git a/emacs/init.el b/emacs/init.el index 4baff8a..31c6bf5 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -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"))