From 93221a1fa6f443f7dc52e36b6e168798e9e1413e Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 25 Nov 2019 16:19:55 +0000 Subject: ~moved sanctioned themes to theming section --- doom.d/config.org | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doom.d/config.org b/doom.d/config.org index 4527c02..83dc289 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -15,21 +15,6 @@ 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 -- Themes sanctioned by me: - - doom-solarized-dark: just the right everything. best for day. - - doom-gruvbox: good contrast, better for night. - - doom-city-lights: Eh contrast, quite dark - - doom-outrun-electric: Interesting colour palette - - doom-vibrant: Good contrast, bit lighter - - doom-molokai: hacker style - - doom-solarized-light: Light orange theme that's actually okay on the eyes - - doom-acario-light: Light theme with not bad colours -- 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. ** Theming #+BEGIN_SRC elisp (setq doom-theme 'doom-molokai) @@ -50,6 +35,21 @@ Setting up variables and basic stuff that doesn't require a lot of work. (powerline-reset))) (error "Problem loading theme %s" x))))) #+END_SRC +- Themes sanctioned by me: + - doom-solarized-dark: just the right everything. best for day. + - doom-gruvbox: good contrast, better for night. + - doom-city-lights: Eh contrast, quite dark + - doom-outrun-electric: Interesting colour palette + - doom-vibrant: Good contrast, bit lighter + - doom-molokai: hacker style + - doom-solarized-light: Light orange theme that's actually okay on the eyes + - doom-acario-light: Light theme with not bad colours +- 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) -- cgit v1.2.3-13-gbd6f