aboutsummaryrefslogtreecommitdiffstats
path: root/doom.d
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doom.d/config.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/doom.d/config.el b/doom.d/config.el
index d0afddd..877d338 100644
--- a/doom.d/config.el
+++ b/doom.d/config.el
@@ -38,6 +38,8 @@
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-laserwave)
+;; (setq doom-theme 'doom-laserwave)
+(load-theme 'gruber-darker)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.