summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2021-03-09 16:47:28 +0100
committerAlan Pearce2021-03-09 16:47:28 +0100
commit9c977d26cf0dc321c5615ec1ca01b1153c2677b5 (patch)
tree772c016e42942436a9a1f43173c6b92ff52bc198 /user
parentddf8ed5a32428fec056be9b4e271ea80ee7dad7f (diff)
downloadnixfiles-9c977d26cf0dc321c5615ec1ca01b1153c2677b5.tar.lz
nixfiles-9c977d26cf0dc321c5615ec1ca01b1153c2677b5.tar.zst
nixfiles-9c977d26cf0dc321c5615ec1ca01b1153c2677b5.zip
Emacs: switch to a mildly-colourful theme (doom-homage-white)
Diffstat (limited to 'user')
-rw-r--r--user/emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index e3dcaab4..37db02e4 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -65,6 +65,8 @@
           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)