summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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