diff options
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-term-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/themes/jao-light-term-theme.el b/lib/themes/jao-light-term-theme.el index f7b2eb8..ccd6a3f 100644 --- a/lib/themes/jao-light-term-theme.el +++ b/lib/themes/jao-light-term-theme.el @@ -97,13 +97,13 @@ :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 blue "gray91") nbf) + (mode-line (c "grey20" "gray90") 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)) (org-link (p link) (ul "grey80")) - (scroll-bar (c "grey80" nil)) + (scroll-bar (c "grey90" nil)) (show-paren-match (c nil "grey85")) (shr-text (c nil nil)) (shr-link (~ link) (ul light-gray)) |