summaryrefslogtreecommitdiff
path: root/helpers.el
diff options
context:
space:
mode:
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*")