summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 81b2169..82d72a5 100644
--- a/init.el
+++ b/init.el
@@ -40,7 +40,7 @@
;; Theme
(require 'doom-themes)
-(load-theme 'doom-one t)
+(load-theme 'doom-one-light t)
(doom-themes-org-config)
; (setq debug-on-error t) ; Uncomment if you would like to debug errors!