summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-06-29 08:21:55 +0100
committerYann Herklotz <git@yannherklotz.com>2023-06-29 08:22:30 +0100
commit5061f629c2b451cc8e6f7acc76d6df9f8b5b64af (patch)
tree0816e97eac0719c904bb275927b423436794821c
parent5e74e49d4695e79664df8ce6792fa19d122808cc (diff)
downloadymh-emacs-5061f629c2b451cc8e6f7acc76d6df9f8b5b64af.tar.gz
ymh-emacs-5061f629c2b451cc8e6f7acc76d6df9f8b5b64af.zip
Update modus-themes
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el
index dfb226a..ea08a60 100644
--- a/init.el
+++ b/init.el
@@ -471,7 +471,11 @@ https://yannherklotz.com"))
(bg-mode-line-inactive bg-green-nuanced)
(border-mode-line-inactive bg-green-nuanced)
(fg-region unspecified)
- (bg-region bg-green-subtle)))
+ (bg-region bg-green-subtle)
+ (fringe unspecified)
+ (bg-line-number-active bg-hl-line)
+ (bg-line-number-inactive unspecified)
+ (fg-line-number-active fg-main)))
(modus-themes-to-toggle
'(modus-operandi-tinted modus-vivendi-tinted))
(modus-themes-italic-constructs t)