change theme.
This commit is contained in:
parent
6424eab9d3
commit
5d0f05aa8f
2
init.el
2
init.el
@ -425,7 +425,7 @@ buffer is not visiting a file."
|
||||
;; (defvar light-themes '(zenburn solarized-light))
|
||||
|
||||
(defvar dark-themes '(base16-tomorrow))
|
||||
(defvar light-themes '(base16-tomorrow))
|
||||
(defvar light-themes '(zenburn))
|
||||
|
||||
(defun random-choice (choices)
|
||||
(nth (random (length choices)) choices))
|
||||
|
Loading…
Reference in New Issue
Block a user