summaryrefslogtreecommitdiffstats
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2019-03-06 13:50:05 +0100
committerMartin Polden <mpolden@mpolden.no>2019-03-06 13:50:05 +0100
commit422f257afffda135a571ad4e482178c39b7057c1 (patch)
tree6f6603a7b4168c35509079359e16d3b3c2179449 /lisp/init-appearance.el
parentfb5715bb1f44676d19b1b156c2f678d66876ce2f (diff)
Change theme to doom-one
This reverts commit d69fcb003720d7a419514a9f7d2de0d844d53d5a.
Diffstat (limited to 'lisp/init-appearance.el')
-rw-r--r--lisp/init-appearance.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index 8c14dbb..3fb9ae4 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -26,7 +26,7 @@
(use-package doom-themes
:if (display-graphic-p)
:config
- (load-theme 'doom-dracula t)
+ (load-theme 'doom-one t)
;; make title bar use same style as theme on mac
(when (eq system-type 'darwin)