all repos — nixfiles @ 9c977d26cf0dc321c5615ec1ca01b1153c2677b5

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

Emacs: switch to a mildly-colourful theme (doom-homage-white)
Alan Pearce alan@alanpearce.eu
Tue, 09 Mar 2021 16:47:28 +0100
commit

9c977d26cf0dc321c5615ec1ca01b1153c2677b5

parent

ddf8ed5a32428fec056be9b4e271ea80ee7dad7f

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -65,6 +65,8 @@ (when (or (daemonp)           window-system)
   (use-package almost-mono-themes
     :config (load-theme 'almost-mono-white t))
+  (use-package doom-themes
+    :config (load-theme 'doom-homage-white t))
   (if (eq window-system 'x)
       (setq-default line-spacing 0.2))
   (setq frame-background-mode 'light)