summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/themes/jao-light-term-theme.el8
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))