all repos — nixfiles @ 09c2fc0d1d5cb73008278f90c5638da78f141e4c

System and user configuration, managed by nix and home-manager

Emacs: Remove unused theme declarations

Alan Pearce
commit

09c2fc0d1d5cb73008278f90c5638da78f141e4c

parent

606dd4aebd11b0e483ec812aa2bca9a87ee869d7

1 file changed, 2 insertions(+), 28 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -156,34 +156,8 @@ #+END_SRC
** 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