Browse Source

[emacs] Gruvbox for the win

Colin Powell 3 years ago
parent
commit
e62e16bc8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      emacs/.config/doom/config.org

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

@@ -18,7 +18,7 @@ I change my default theme almost as often as the weather. I tend to revert back
 to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
 to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 #+BEGIN_SRC emacs-lisp
 #+BEGIN_SRC emacs-lisp
-(setq doom-theme 'farmhouse-dark
+(setq doom-theme 'doom-gruvbox
       doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12 :weight 'regular)
       doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12 :weight 'regular)
       doom-big-font (font-spec :family "JetBrains Mono" :size 16 :weight 'regular)
       doom-big-font (font-spec :family "JetBrains Mono" :size 16 :weight 'regular)
       doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 12))