Change theme to base16
This commit is contained in:
parent
8b1521f006
commit
d5a9e2510c
1 changed files with 4 additions and 2 deletions
6
init.el
6
init.el
|
@ -80,10 +80,12 @@
|
|||
(setq uniquify-ignore-buffers-re "^\\*"))
|
||||
|
||||
;; Theme
|
||||
(use-package monokai-theme
|
||||
(use-package base16-theme
|
||||
:ensure t
|
||||
:init
|
||||
(setq base16-theme-256-color-source 'base16-shell)
|
||||
:config
|
||||
(load-theme 'monokai t))
|
||||
(load-theme 'base16-default-dark t))
|
||||
|
||||
(use-package exec-path-from-shell
|
||||
:ensure t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue