diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-04 00:58:04 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-04 00:58:04 +0000 |
commit | 047ced231a3a801e5a4553c49c0792b2628879bf (patch) | |
tree | 07422a8755dd16d428a40553ffe79f08ad36e0fa | |
parent | 75fbe3306e17dddcafb5108e320f01bd73e2fc50 (diff) | |
download | dotfiles-047ced231a3a801e5a4553c49c0792b2628879bf.tar.gz dotfiles-047ced231a3a801e5a4553c49c0792b2628879bf.tar.bz2 dotfiles-047ced231a3a801e5a4553c49c0792b2628879bf.zip |
~themes to be better representative of what I want
-rw-r--r-- | doom.d/config.org | 12 |
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) |