diff options
author | Alan Pearce | 2017-06-16 21:12:04 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-16 21:12:04 +0200 |
commit | 09c2fc0d1d5cb73008278f90c5638da78f141e4c (patch) | |
tree | 816bc3cdc4d6dc415ebc3a293dc1c7f07bcf8eb9 /emacs/.emacs.d | |
parent | 606dd4aebd11b0e483ec812aa2bca9a87ee869d7 (diff) | |
download | nixfiles-09c2fc0d1d5cb73008278f90c5638da78f141e4c.tar.lz nixfiles-09c2fc0d1d5cb73008278f90c5638da78f141e4c.tar.zst nixfiles-09c2fc0d1d5cb73008278f90c5638da78f141e4c.zip |
Emacs: Remove unused theme declarations
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/init.org | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 841fa9d8..ba411058 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 |