From bae71b3ea43035b4445171258e38b56346c382d3 Mon Sep 17 00:00:00 2001 From: dx Date: Mon, 20 Jul 2020 21:13:01 +0100 Subject: +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. --- Doom/.config/doom/org/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doom/.config/doom/org/config.org') 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 -- cgit v1.2.3-13-gbd6f