From e27bda1bde45cf44c5aed3447d8fb6ee09a4387a Mon Sep 17 00:00:00 2001
From: dx <aryadevchavali1@gmail.com>
Date: Wed, 15 Jul 2020 15:31:23 +0100
Subject: +doom monokai-classic option to my personal themes

---
 Doom/.doom.d/org/personal.org | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Doom/.doom.d/org/personal.org b/Doom/.doom.d/org/personal.org
index 0f1e7d4..7398769 100644
--- a/Doom/.doom.d/org/personal.org
+++ b/Doom/.doom.d/org/personal.org
@@ -17,7 +17,7 @@ Allow user to set a theme from a limited set of candidates, based on "dx:theme-l
   - doom-city-lights: Eh contrast, quite dark
   - doom-outrun-electric: Interesting colour palette
   - doom-vibrant: Good contrast, bit lighter
-  - doom-molokai: hacker style
+  - doom-molokai/doom-monokai-classic: 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:
@@ -27,8 +27,11 @@ Allow user to set a theme from a limited set of candidates, based on "dx:theme-l
 
 #+BEGIN_SRC elisp
 (setq dx:themes/theme-list '(doom-solarized-dark
-                             doom-gruvbox doom-molokai
-                             doom-solarized-light doom-acario-light))
+                             doom-gruvbox
+                             doom-molokai
+                             doom-monokai-classic
+                             doom-solarized-light
+                             doom-acario-light))
 
 (defun dx:themes/set-new-theme ()
   "Set the theme from my own selection, mutate as you see fit"
-- 
cgit v1.2.3-13-gbd6f