summaryrefslogtreecommitdiffstats
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2019-06-07 09:16:51 +0200
committerMartin Polden <mpolden@mpolden.no>2019-06-07 09:16:51 +0200
commit95831ddb9ecac3d532e13e097c5bf5437968edc0 (patch)
treed22cb514ad8fb5a1bb4093543cd3dc8ccd1eb72a /lisp/init-appearance.el
parent84532847063f14a973363ac79dc723d4e1853901 (diff)
Revert "Change theme to sanityinc-tomorrow-night"
This reverts commit 78ef44d7cb880a9e1432ab89f103b4c77d163f49.
Diffstat (limited to 'lisp/init-appearance.el')
-rw-r--r--lisp/init-appearance.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index ec961f7..3fb9ae4 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -23,10 +23,10 @@
(global-hl-line-mode 1))
;; set theme
-(use-package color-theme-sanityinc-tomorrow
+(use-package doom-themes
:if (display-graphic-p)
:config
- (load-theme 'sanityinc-tomorrow-night t)
+ (load-theme 'doom-one t)
;; make title bar use same style as theme on mac
(when (eq system-type 'darwin)