aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/org
diff options
context:
space:
mode:
Diffstat (limited to 'Doom/.doom.d/org')
-rw-r--r--Doom/.doom.d/org/packages.org5
-rw-r--r--Doom/.doom.d/org/personal.org6
2 files changed, 2 insertions, 9 deletions
diff --git a/Doom/.doom.d/org/packages.org b/Doom/.doom.d/org/packages.org
index cd48221..aba177f 100644
--- a/Doom/.doom.d/org/packages.org
+++ b/Doom/.doom.d/org/packages.org
@@ -25,11 +25,6 @@ I do know that doom has it's own dictionary and thesaurus module, but I wish to
#+BEGIN_SRC elisp
(package! powerthesaurus)
#+END_SRC
-** base16-themes
-Every now and then I like to use base16 themes, particularly when zen coding.
-#+BEGIN_SRC elisp
-(package! base16-theme)
-#+END_SRC
** calc-tex
#+BEGIN_SRC elisp
(package! calctex :recipe (:host github :repo "johnbcoughlin/calctex"))
diff --git a/Doom/.doom.d/org/personal.org b/Doom/.doom.d/org/personal.org
index 314c140..2f3cc74 100644
--- a/Doom/.doom.d/org/personal.org
+++ b/Doom/.doom.d/org/personal.org
@@ -35,10 +35,8 @@ 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-city-lights
- doom-outrun-electric doom-vibrant doom-molokai
- doom-solarized-light doom-acario-light
- base16-3024 base16-classic-dark base16-material-vivid))
+ doom-gruvbox doom-molokai
+ doom-solarized-light doom-acario-light))
(defun dx:themes/set-new-theme ()
"Set the theme from my own selection, mutate as you see fit"