summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-06-16 21:12:04 +0200
committerAlan Pearce2017-06-16 21:12:04 +0200
commit09c2fc0d1d5cb73008278f90c5638da78f141e4c (patch)
tree816bc3cdc4d6dc415ebc3a293dc1c7f07bcf8eb9 /emacs
parent606dd4aebd11b0e483ec812aa2bca9a87ee869d7 (diff)
downloaddotfiles-09c2fc0d1d5cb73008278f90c5638da78f141e4c.tar.lz
dotfiles-09c2fc0d1d5cb73008278f90c5638da78f141e4c.tar.zst
dotfiles-09c2fc0d1d5cb73008278f90c5638da78f141e4c.zip
Emacs: Remove unused theme declarations
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org30
1 files changed, 2 insertions, 28 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 841fa9d..ba41105 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -156,34 +156,8 @@ Ring the bell sometimes, but not so often
 
 ** Colours
 
-Let’s try a more minimal theme.
-
-#+BEGIN_SRC emacs-lisp
-(use-package minimal-theme
-  :disabled t
-  :config (progn
-            (load-theme 'minimal-light t)))
-#+END_SRC
-
-Let’s try a basic theme.
-
-#+BEGIN_SRC emacs-lisp
-(use-package basic-theme
-  :if (display-graphic-p)
-  :disabled t
-  :config (progn
-            (load-theme 'basic t)
-
-            (set-face-background 'mode-line "#a1b56c")
-            (set-face-background 'border "#a1b56c")
-            (set-face-foreground 'border "#a1b56c")
-            (set-face-background 'vertical-border "#a1b56c")
-            (set-face-foreground 'vertical-border "#a1b56c")
-            (set-face-background 'window-divider "#a1b56c")
-            (set-face-foreground 'window-divider "#a1b56c")))
-#+END_SRC
-
-Eziam looks nice, too
+Eziam looks nice, too, except for the non-white background.  I prefer
+white because most other application backgrounds are that colour.
 
 #+BEGIN_SRC emacs-lisp
 (use-package eziam-light-theme