From 41cb8eb1977e63928be9a304cbec7c632b900971 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 15 Oct 2020 09:01:49 -0400 Subject: [PATCH] [emacs] doom-gruvbox has terrible org colors --- emacs/.doom.d/config.el | 2 +- emacs/.doom.d/config.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 9aeedab..0b88850 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -3,7 +3,7 @@ (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-big-font (font-spec :family "JetBrains Mono NL" :size 16) doom-variable-pitch-font (font-spec :family "Overpass" :size 16)) diff --git a/emacs/.doom.d/config.org b/emacs/.doom.d/config.org index e33dcb0..a13bb44 100644 --- a/emacs/.doom.d/config.org +++ b/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 for it's retro charm. Nimbus just doesn't look great when I'm tired though. #+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-big-font (font-spec :family "JetBrains Mono NL" :size 16) doom-variable-pitch-font (font-spec :family "Overpass" :size 16))