Custom theme via prelude-theme variable
This commit is contained in:
parent
b7c65e2dbd
commit
28b9df0673
4 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue