forked from colonelpanic/dotfiles
Switch to base16-tomorrow.
This commit is contained in:
parent
b325d528b2
commit
6424eab9d3
4
init.el
4
init.el
@ -424,8 +424,8 @@ buffer is not visiting a file."
|
||||
;; (defvar dark-themes '(monokai molokai solarized-dark base16-default))
|
||||
;; (defvar light-themes '(zenburn solarized-light))
|
||||
|
||||
(defvar dark-themes '(gotham))
|
||||
(defvar light-themes '(gotham))
|
||||
(defvar dark-themes '(base16-tomorrow))
|
||||
(defvar light-themes '(base16-tomorrow))
|
||||
|
||||
(defun random-choice (choices)
|
||||
(nth (random (length choices)) choices))
|
||||
|
Loading…
Reference in New Issue
Block a user