diff options
author | jao <jao@gnu.org> | 2022-07-28 23:29:54 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-28 23:29:54 +0100 |
commit | b493e266426e5ae807ec780f9b414a616384d1be (patch) | |
tree | e18a17f1183cfe377304c8d41b39e8cd49c195b2 /lib | |
parent | ea518198c86aa0d938c6147e8bac742431557283 (diff) | |
download | elibs-b493e266426e5ae807ec780f9b414a616384d1be.tar.gz elibs-b493e266426e5ae807ec780f9b414a616384d1be.tar.bz2 |
term theme: simpler modeline spec
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-term-theme.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/themes/jao-light-term-theme.el b/lib/themes/jao-light-term-theme.el index ede6fc3..61a81a7 100644 --- a/lib/themes/jao-light-term-theme.el +++ b/lib/themes/jao-light-term-theme.el @@ -37,7 +37,7 @@ (lightgreen "darkgreen") (yellow "lightyellow")) (:face-size 9) - (:face-family "Fira Code") + (:face-family "DejaVu Sans Mono") (:bold-weight 'bold) (:palette (fg "#000000") (bg "#ffffff") @@ -97,10 +97,8 @@ :box (:line-width 1 :color "grey90")) (magit-diff-context-highlight (c nil hl) ex) (magit-diff-hunk-heading-highlight (c nil hl) it bf) - (mode-line (c "grey30" bg-light) - :box (:line-width -1 :color "grey90")) - (mode-line-inactive (c "grey40" "white") - :box (:line-width -1 :color "grey90")) + (mode-line (c blue "gray91") nbf) + (mode-line-inactive (c "grey40" "gray95")) (mode-line-buffer-id (~ default) (c dark-blue-2 nil) nit) (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) |