diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-11 13:49:35 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-11 13:49:35 +0000 |
commit | 7bff14785a9ea65cf99fe29093d9f308f2912047 (patch) | |
tree | 67073b43d5898f2ae1e558c67d6ad4a5e017045a /doom.d | |
parent | 5bf3fc9b4566b3cd1d1aa961a59b044ed51c0b2d (diff) |
load new theme at startup
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.el | 2 |
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'. |