summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-11-13 16:15:46 +0100
committermms <michal@sapka.me>2024-11-13 16:15:46 +0100
commite48af48b5ec4e6d30ae1af271cad9672ab29c46a (patch)
tree047f77dc13cd0f26116f1fd4f514f7ed704f8f7e
parentd0ee189c1d78df3f7ffcc5252e006eefff0c8e4e (diff)
feat: monochromatic themeHEADmaster
-rw-r--r--init.el2
-rw-r--r--mms-gui.org7
2 files changed, 7 insertions, 2 deletions
diff --git a/init.el b/init.el
index da8f0d6..556d0b8 100644
--- a/init.el
+++ b/init.el
@@ -24,6 +24,8 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(auth-source-save-behavior nil)
+ '(custom-safe-themes
+ '("ffba0482d3548c9494e84c1324d527f73ea4e43fff8dfd0e48faa8fc6d5c2bc7" "d0fd069415ef23ccc21ccb0e54d93bdbb996a6cce48ffce7f810826bb243502c" "cbd85ab34afb47003fa7f814a462c24affb1de81ebf172b78cb4e65186ba59d2" default))
'(mml-secure-openpgp-sign-with-sender t)
'(package-selected-packages '(eglot))
'(safe-local-variable-values
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)