From 09c2fc0d1d5cb73008278f90c5638da78f141e4c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 16 Jun 2017 21:12:04 +0200 Subject: Emacs: Remove unused theme declarations --- emacs/.emacs.d/init.org | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) (limited to 'emacs/.emacs.d/init.org') 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 -- cgit 1.4.1