aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-25 16:19:55 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-25 16:19:55 +0000
commit93221a1fa6f443f7dc52e36b6e168798e9e1413e (patch)
treed9d31d1dc6ce3f84f65c5c4934557fb9d5dd1b4d
parent0ffa96870f7bfe594807adf92430c11a71f1c3fb (diff)
downloaddotfiles-93221a1fa6f443f7dc52e36b6e168798e9e1413e.tar.gz
dotfiles-93221a1fa6f443f7dc52e36b6e168798e9e1413e.tar.bz2
dotfiles-93221a1fa6f443f7dc52e36b6e168798e9e1413e.zip
~moved sanctioned themes to theming section
-rw-r--r--doom.d/config.org30
1 files 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)