all repos — nixfiles @ 7dd4cee66e185dd45021c157cfef2d2ba57b16c8

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

Emacs: Switch theme to spacemacs-light

Alan Pearce
commit

7dd4cee66e185dd45021c157cfef2d2ba57b16c8

parent

082804f6f1d5f51b7d25b97819151ab30073a742

1 file changed, 10 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -118,10 +118,20 @@ I quite like solarized. I don’t think it’s perfect, but it supports a
lot of modes. #+BEGIN_SRC emacs-lisp (use-package solarized-theme + :disabled t :config (progn (setq solarized-distinct-fringe-background t) (setq solarized-high-contrast-mode-line t) (load-theme 'solarized-light t))) +#+END_SRC + +Let’s try spacemacs-light for a while. + +#+BEGIN_SRC emacs-lisp + (use-package spacemacs-theme + :config (progn + (setq spacemacs-theme-org-highlight t) + (load-theme 'spacemacs-light t))) #+END_SRC Colourise colour names in certain types of buffer. I don’t use this