Quellcode durchsuchen

Move back to dark theme

Josh Bicking vor 1 Tag
Ursprung
Commit
56fddec0fe
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      doom/.config/doom/config.el

+ 3 - 1
doom/.config/doom/config.el

@@ -32,7 +32,9 @@
 ;; There are two ways to load a theme. Both assume the theme is installed and
 ;; 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-oksolar-light)
+;; (setq doom-theme 'doom-oksolar-light)
+(setq doom-theme 'doom-city-lights)
+(solaire-global-mode +1)
 
 ;; 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'.