Change theme to doom-one

TL;DR
- Prefer doom-one theme to solarized light
- Prefer colorscheme/set to themes/set
This commit is contained in:
William Carroll 2020-03-26 23:34:40 +00:00
parent 2f817e4dd7
commit 47a0b45f5f

View file

@ -173,7 +173,7 @@
(laptop-battery/display))
;; Load a theme
(themes/set "Solarized Light")
(colorscheme/set 'doom-one)
;; Use the Doom modeline
(use-package 'doom-modeline)