Emacs: switch to a mildly-colourful theme (doom-homage-white)
Alan Pearce alan@alanpearce.eu
Tue, 09 Mar 2021 16:47:28 +0100
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M user/emacs/init.el → user/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)