Sfoglia il codice sorgente

Change #emacs to use the wombat theme

Colin Powell 5 anni fa
parent
commit
4f8c68c782
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      emacs/.config/doom/config.el

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

@@ -10,7 +10,7 @@
 (setq user-full-name "Colin Powell"
       user-mail-address "colin@onec.me")
 
-(setq doom-theme 'doom-outrun-electric)
+(setq doom-theme 'wombat)
 
 ;; Fonts
 (setq doom-font (font-spec :family "Sudo" :size 15))