all repos — nixfiles @ 351c19a861ce2c80bde77b851db56697083a5c1b

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

Emacs: Try minimal-theme

Alan Pearce
commit

351c19a861ce2c80bde77b851db56697083a5c1b

parent

f18d9e1910b925eea3e67466ccd519bfce8e9936

1 file changed, 3 insertions(+), 5 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -125,14 +125,12 @@ (setq solarized-high-contrast-mode-line t)
(load-theme 'solarized-light t))) #+END_SRC -Let’s try spacemacs-light for a while. +Let’s try a more minimal theme. #+BEGIN_SRC emacs-lisp - (use-package spacemacs-common - :ensure spacemacs-theme + (use-package minimal-theme :config (progn - (setq spacemacs-theme-org-highlight t) - (load-theme 'spacemacs-light t))) + (load-theme 'minimal-light t))) #+END_SRC Colourise colour names in certain types of buffer. I don’t use this