diff options
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 26e6cbb..39670cc 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -79,8 +79,8 @@ (corfu-border (~ corfu-background)) ;; background of the bar (corfu-current (c "black" "grey95") nbf nit (ul "grey70")) (cursor (c "sienna3" "sienna3")) - (diff-hl-change (c "white" pale-blue)) - (diff-hl-insert (c "white" "honeydew2")) + (diff-hl-change (c "white" "honeydew2")) + (diff-hl-insert (c "white" "lemonchiffon2")) (diff-hl-delete (c "white" "wheat1")) (diff-hl-margin-change (c pale-blue)) (diff-hl-margin-insert (c pale-blue)) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 37bb2b6..690780b 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -316,7 +316,7 @@ (ansi-color-yellow (c "lightgoldenrod3" "lightgoldenrod3")) (avy-lead-face (c "red" "grey90") bf :height 1.2) (avy-lead-face-0 (~ avy-lead-face) bf) - (avy-lead-face-1 (p dimm))) + (avy-lead-face-1 (~ avy-lead-face))) `((bbdb-company) (bbdb-field-name bf) (bbdb-field-value (~ default)) |