summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-08-07 23:46:19 +0100
committerjao <jao@gnu.org>2020-08-07 23:46:19 +0100
commited64d6044c6a2d3d14a9a4cbd3eadda6831172fc (patch)
treec56d9319ff1d6e53669eadc46c99152439e970d4 /themes
parent7827e93cd050e0e2ef029ccc460ceb567aa25937 (diff)
downloadelibs-ed64d6044c6a2d3d14a9a4cbd3eadda6831172fc.tar.gz
elibs-ed64d6044c6a2d3d14a9a4cbd3eadda6831172fc.tar.bz2
prefer cabal
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-light-theme.el7
1 files changed, 4 insertions, 3 deletions
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))