Custom theme via prelude-theme variable

This commit is contained in:
toctan 2014-10-11 11:56:40 +08:00
parent b7c65e2dbd
commit 28b9df0673
4 changed files with 9 additions and 4 deletions

View file

@ -93,6 +93,11 @@ Only modes that don't derive from `prog-mode' should be listed here."
:type 'number
:group 'prelude)
(defcustom prelude-theme 'zenburn
"The default color theme, change this in your /personal/preload config."
:type 'symbol
:group 'prelude)
(provide 'prelude-custom)
;;; prelude-custom.el ends here

View file

@ -73,7 +73,7 @@
"%b"))))
;; use zenburn as the default theme
(load-theme 'zenburn t)
(load-theme prelude-theme t)
(provide 'prelude-ui)
;;; prelude-ui.el ends here