summaryrefslogtreecommitdiffstats
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2019-05-12 20:37:59 +0200
committerMartin Polden <mpolden@mpolden.no>2019-05-12 20:37:59 +0200
commit78ef44d7cb880a9e1432ab89f103b4c77d163f49 (patch)
treeb30b71b222a44df52580d48b29151383ca926fc7 /lisp/init-appearance.el
parent0f1dffcc47f1293c992bc990e468939d23ba98b2 (diff)
Change theme to sanityinc-tomorrow-night
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 3fb9ae4..ec961f7 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -23,10 +23,10 @@
(global-hl-line-mode 1))
;; set theme
-(use-package doom-themes
+(use-package color-theme-sanityinc-tomorrow
:if (display-graphic-p)
:config
- (load-theme 'doom-one t)
+ (load-theme 'sanityinc-tomorrow-night t)
;; make title bar use same style as theme on mac
(when (eq system-type 'darwin)