diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-20 21:13:01 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-20 21:13:01 +0100 |
commit | bae71b3ea43035b4445171258e38b56346c382d3 (patch) | |
tree | db38e7de3b3591d9f9d4b98d3a2bab6e42824b5b /Doom/.config/doom/org/config.org | |
parent | 43d981e90be9fc86ff05bdfc34b5b55d1cc33fbc (diff) | |
download | dotfiles-bae71b3ea43035b4445171258e38b56346c382d3.tar.gz dotfiles-bae71b3ea43035b4445171258e38b56346c382d3.tar.bz2 dotfiles-bae71b3ea43035b4445171258e38b56346c382d3.zip |
+my own custom theme
Using the customize-create-theme function, I just created a form of
monokai theme without the background color (essentially a monokai with a
black background) so that my eye's aren't strained by the lighter grey background.
Diffstat (limited to 'Doom/.config/doom/org/config.org')
-rw-r--r-- | Doom/.config/doom/org/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doom/.config/doom/org/config.org b/Doom/.config/doom/org/config.org index 8185895..8fa9f3d 100644 --- a/Doom/.config/doom/org/config.org +++ b/Doom/.config/doom/org/config.org @@ -19,7 +19,7 @@ (map! :leader "," nil) (setq doom-themes-enable-italic nil doom-themes-enable-bold t - doom-theme 'doom-monokai-classic + doom-theme 'derivative-new-molokai doom-font (font-spec :family "Source Code Pro" :size 15))) #+END_SRC ** Other variables |