diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 7d9be36..31f5bba 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -82,8 +82,8 @@ (diff-hl-change (c "white" pale-blue)) (diff-hl-insert (c "white" "honeydew2")) (diff-hl-delete (c "white" "wheat1")) - (diff-hl-margin-change (c pale-blue)) - (diff-hl-margin-insert (c "honeydew2")) + (diff-hl-margin-change (c "honeydew3")) + (diff-hl-margin-insert (c "honeydew3")) (diff-hl-margin-delete (c "wheat1")) (fill-column-indicator (c "grey80")) (fringe (c "grey70" nil)) |