diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/themes/jao-light-theme.el | 11 | 
1 files changed, 5 insertions, 6 deletions
| diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 39670cc..8e97f8e 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -95,15 +95,14 @@              (gnus-header-name (c fg-light))              (gnus-summary-selected (c green) nbf)              (gnus-summary-cancelled (c "sienna3" nil) st) -            (header-line (c dark-gray bg-lightest) +            (header-line (c dark-gray bg-lightest) nbf                           :box (:line-width 1 :color "grey90"))              (magit-diff-context-highlight (c nil yellow) 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-buffer-id (~ default) (c dark-blue-2 nil) nit) +            (mode-line (c "grey20") nbf :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)              (mode-line-emphasis (c green nil))              (mode-line-highlight (c green nil))              (org-link (p link) (ul "grey80")) | 
