summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-01-01 21:19:22 +0000
committerYann Herklotz <git@yannherklotz.com>2023-01-01 21:19:22 +0000
commit7d54794ac58c94281a1c46fbe098cb3ad569b4cc (patch)
tree84089391367f0354447dead49932e4e5b66dc6da
parent41f155c372a926295f01b2aa523af2c488062dba (diff)
downloadymh-emacs-7d54794ac58c94281a1c46fbe098cb3ad569b4cc.tar.gz
ymh-emacs-7d54794ac58c94281a1c46fbe098cb3ad569b4cc.zip
Upgrade to modus-themes 4.0.0
-rw-r--r--init.el14
1 files changed, 9 insertions, 5 deletions
diff --git a/init.el b/init.el
index 61967ca..92312f3 100644
--- a/init.el
+++ b/init.el
@@ -146,7 +146,7 @@
(dolist (c '(overwrite-mode narrow-to-region narrow-to-page upcase-region downcase-region))
(put c 'disabled nil))
- (set-face-attribute 'default nil :font "IBM Plex Mono SmBld-14")
+ (set-face-attribute 'default nil :font "IBM Plex Mono SmBld-10")
(setq auto-mode-alist
(append
@@ -313,10 +313,14 @@ https://yannherklotz.com"))
(use-package modus-themes
:ensure t
:init
- (setq modus-themes-region '(bg-only accented))
- (setq modus-themes-mode-line '(borderless accented))
- :config
- (load-theme 'modus-vivendi t))
+ (setq modus-vivendi-palette-overrides
+ '((bg-mode-line-active bg-cyan-subtle)
+ (border-mode-line-active bg-cyan-subtle)))
+ (setq modus-operandi-palette-overrides
+ '((bg-mode-line-active bg-cyan-subtle)
+ (border-mode-line-active bg-cyan-subtle)))
+ :config
+ (load-theme 'modus-vivendi 'no-confirm))
(use-package pass
:ensure t