summaryrefslogtreecommitdiff
path: root/helpers.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-14 17:21:18 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-14 17:21:18 +0100
commit606d59350ca39ba3733b97952fcb2cc9daa838cd (patch)
tree301aa6450e873f4fd4209ce2316143b92d6e7964 /helpers.el
parentda7df45127e5c5064fa32fb4ba866ef97d5b798e (diff)
downloadeighters-theme-606d59350ca39ba3733b97952fcb2cc9daa838cd.tar.xz
Add more contrast on diff refinements
Diffstat (limited to 'helpers.el')
-rw-r--r--helpers.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.el b/helpers.el
index c8f14a9..57afc76 100644
--- a/helpers.el
+++ b/helpers.el
@@ -32,7 +32,7 @@
"*oranges*")
(list-colors-display
- (seq-map (lambda (c) (my/color-mix my/background c 0.8))
+ (seq-map (lambda (c) (my/color-mix my/background c 0.9))
'("orange2" "steelblue2" "gold2" "maroon2"))
"*regular-diff*")