Browse Source

[emacs] doom-gruvbox has terrible org colors

Colin Powell 4 years ago
parent
commit
41cb8eb197
2 changed files with 2 additions and 2 deletions
  1. 1 1
      emacs/.doom.d/config.el
  2. 1 1
      emacs/.doom.d/config.org

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

@@ -3,7 +3,7 @@
 
 
 (setq ivy-read-action-function #'ivy-hydra-read-action)
 (setq ivy-read-action-function #'ivy-hydra-read-action)
 
 
-(setq doom-theme 'doom-gruvbox
+(setq doom-theme 'doom-challenger-deep
       doom-font (font-spec :family "JetBrains Mono NL" :size 12 :weight 'semi-light)
       doom-font (font-spec :family "JetBrains Mono NL" :size 12 :weight 'semi-light)
       doom-big-font (font-spec :family "JetBrains Mono NL" :size 16)
       doom-big-font (font-spec :family "JetBrains Mono NL" :size 16)
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))

+ 1 - 1
emacs/.doom.d/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 'doom-gruvbox
+(setq doom-theme 'doom-challenger-deep
       doom-font (font-spec :family "JetBrains Mono NL" :size 12 :weight 'semi-light)
       doom-font (font-spec :family "JetBrains Mono NL" :size 12 :weight 'semi-light)
       doom-big-font (font-spec :family "JetBrains Mono NL" :size 16)
       doom-big-font (font-spec :family "JetBrains Mono NL" :size 16)
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))