aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doom.d/config.org12
1 files changed, 9 insertions, 3 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index df5c733..25fbb4e 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -15,9 +15,15 @@ Setting up variables and basic stuff that doesn't require a lot of work.
#+END_SRC
- Set the doom localleader to "," because it's faster
- Using the font [[https://sourcefoundry.org/hack/][Hack]] with Fira code ligatures
-- I like Solarized dark, but available themes are
- - base16-monokai
- - base16-atelier-dune
+- Themes sanctioned by me:
+ - doom-solarized-dark: just the right everything. best for day.
+ - doom-gruvbox: good contrast, better for night.
+- Themes not sanctioned:
+ - Any of the base16 themes for anything other than editing code, not org.
+ Contrast isn't good enough
+ - Light themes other than Emacs default, maybe sometimes solarized-light
+ - Horrid low contrast ones with no colour. Grayscale particularly. I can't
+ handle those.
** Interface
#+BEGIN_SRC elisp
(setq completion-ignore-case t)