From e48af48b5ec4e6d30ae1af271cad9672ab29c46a Mon Sep 17 00:00:00 2001 From: mms Date: Wed, 13 Nov 2024 16:15:46 +0100 Subject: feat: monochromatic theme --- mms-gui.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mms-gui.org') diff --git a/mms-gui.org b/mms-gui.org index 0765f59..8cb2c1b 100644 --- a/mms-gui.org +++ b/mms-gui.org @@ -80,11 +80,14 @@ This is 1:1 copy of what [[https://howardabrams.com/hamacs/ha-display.html#orgb9 (use-package ef-themes :ensure t) + (use-package almost-mono-themes + :ensure t) + (setq ef-themes-mixed-fonts t ef-themes-variable-pitch-ui t) - (setq mms-bright-theme 'ef-spring - mms-dark-theme 'ef-autumn) + (setq mms-bright-theme 'almost-mono-white + mms-dark-theme 'almost-mono-black) (defun mms-dark-room-mode() (interactive) -- cgit v1.2.3