From 9c977d26cf0dc321c5615ec1ca01b1153c2677b5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 9 Mar 2021 16:47:28 +0100 Subject: Emacs: switch to a mildly-colourful theme (doom-homage-white) --- user/emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user/emacs') 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) -- cgit 1.4.1