Change theme
This commit is contained in:
parent
cfb08cb23f
commit
e26757724b
3 changed files with 20 additions and 8 deletions
18
behaviour.el
18
behaviour.el
|
|
@ -42,7 +42,7 @@
|
|||
(require 'smart-mode-line)
|
||||
(setq sml/no-confirm-load-theme t)
|
||||
(sml/setup)
|
||||
(sml/apply-theme 'dark)
|
||||
(sml/apply-theme 'light)
|
||||
|
||||
;; NOTE: airline is extremely slow, do not use it
|
||||
;; (require 'airline-themes)
|
||||
|
|
@ -50,25 +50,29 @@
|
|||
|
||||
;; TODO: Figure out how to load a theme randomly.
|
||||
;; (load-theme 'ujelly t t)
|
||||
;; (load-theme 'avk-daylight t t)
|
||||
(load-theme 'avk-daylight t t)
|
||||
(load-theme 'monokai t t)
|
||||
;; (load-theme 'flatui t t)
|
||||
(load-theme 'atom-one-dark)
|
||||
(load-theme 'atom-one-dark t t)
|
||||
(load-theme 'flatui t t)
|
||||
;; (load-theme 'airline-doom-one)
|
||||
;; (load-theme 'airline-base16-shell-dark)
|
||||
|
||||
(require 'helm-themes)
|
||||
(if (display-graphic-p)
|
||||
(progn
|
||||
(enable-theme 'atom-one-dark)
|
||||
(enable-theme 'flatui))
|
||||
;; (enable-theme 'airline-doom-one)
|
||||
)
|
||||
;; (helm-themes 'avk-daylight t))
|
||||
|
||||
(progn
|
||||
(enable-theme 'monokai)
|
||||
(enable-theme 'monokai))
|
||||
;; (helm-themes 'monokai t))
|
||||
;; (enable-theme 'airline-base16-shell-dark)
|
||||
)
|
||||
)
|
||||
|
||||
(color-theme-approximate-on)
|
||||
|
||||
;; (setq airline-helm-colors t)
|
||||
;; (setq airline-cursor-colors t)
|
||||
;; (setq airline-eshell-colors t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue