diff options
author | jao <jao@gnu.org> | 2025-09-20 22:54:36 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-20 22:54:36 +0100 |
commit | e57fe68659662daa08997df59189fb5d4608a5ca (patch) | |
tree | e18a8c1f2bfbc5045bb169cf55fd426e61bb97cf /lib/themes/jao-light-theme.el | |
parent | a0e65b40f6a923122355c876983ecb8e3b799c2c (diff) | |
download | elibs-e57fe68659662daa08997df59189fb5d4608a5ca.tar.gz elibs-e57fe68659662daa08997df59189fb5d4608a5ca.tar.bz2 |
theme tweaksmain
Diffstat (limited to 'lib/themes/jao-light-theme.el')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index c9b1882..612c44d 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -99,7 +99,8 @@ (magit-diff-hunk-heading-highlight (c nil hl) it bf) (message-header-subject (p warning) nbf) (mode-line (c "grey20") :box (:line-width 1 :color "grey80")) - (mode-line-active (c "grey20") :box (:line-width 1 :color "grey80")) + (mode-line-active (c "grey20") + :box (:line-width 1 :color "grey80")) (mode-line-inactive (c "grey40" bg-light) :box (:line-width 1 :color "grey80")) (mode-line-buffer-id (~ default) (c nil nil) nit) @@ -113,7 +114,6 @@ (shr-link (~ link) (ul light-gray)) (shr-code (c blue nil)) (success (c green)) - (variable-pitch :family "Iosevka Etoile" :height 90) (vertical-border (c "grey70" nil)) (vterm-color-yellow (c "darkgoldenrod4" yellow)) (widget-button (~ default) nit (ul "grey80")))) |