Use Monokai as it works in terminal
This commit is contained in:
parent
28baf662f5
commit
179474a944
3 changed files with 11 additions and 7 deletions
|
|
@ -51,7 +51,7 @@
|
|||
;; TODO: Figure out how to load a theme randomly.
|
||||
;; (load-theme 'ujelly t t)
|
||||
;; (load-theme 'avk-daylight t t)
|
||||
(load-theme 'noctilux t t)
|
||||
(load-theme 'monokai t t)
|
||||
;; (load-theme 'flatui t t)
|
||||
(load-theme 'atom-one-dark)
|
||||
;; (load-theme 'airline-doom-one)
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
)
|
||||
|
||||
(progn
|
||||
(enable-theme 'noctilux)
|
||||
(enable-theme 'monokai)
|
||||
;; (enable-theme 'airline-base16-shell-dark)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue