From ed64d6044c6a2d3d14a9a4cbd3eadda6831172fc Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 7 Aug 2020 23:46:19 +0100 Subject: prefer cabal --- themes/jao-light-theme.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'themes') diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 1118cb0..72bf941 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -2,6 +2,7 @@ (:names (dimm-background "#f4f4f4") (dimm-background-2 "#f0f0f0") (dimm-background-3 "#f6f6f6") + (dimm-background-4 "#fafafa") (yellowish-background "#fffff8") (link "#00552a") (yellow "#fdf6e3") @@ -86,10 +87,10 @@ (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil yellow) it bf) (mode-line (c "grey30" dimm-background-3) ;; "ghost white" - :box (:line-width 1 :color "grey75")) - (mode-line-inactive (c "grey40" paler-yellow) + :box (:line-width 1 :color "grey90")) + (mode-line-inactive (c "grey40" dimm-background-4) :height 1 - :box (:line-width 1 :color "grey75")) + :box (:line-width 1 :color "grey90")) (mode-line-buffer-id (~ mode-line) (c dark-blue-2) nit) (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) -- cgit v1.2.3