Add zenburn and monokai to favourite themes
This commit is contained in:
parent
94bf30a20d
commit
16d011bb29
1 changed files with 4 additions and 1 deletions
|
@ -203,7 +203,10 @@ argument takes the kindows rotate backwards."
|
|||
|
||||
;; From http://stackoverflow.com/a/18796138
|
||||
;; Cycle through this set of themes
|
||||
(setq my-themes '(solarized-dark solarized-light))
|
||||
(setq my-themes '(solarized-dark
|
||||
solarized-light
|
||||
monokai-theme
|
||||
zenburn))
|
||||
(setq my-cur-theme nil)
|
||||
(defun cycle-my-theme ()
|
||||
"Cycle through a list of themes, my-themes"
|
||||
|
|
Reference in a new issue