From a6c5a9384ebcd951ae1a98f6ab40e20c10dbb965 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 3 Oct 2022 02:34:05 +0100 Subject: themes: wee tweaks --- lib/themes/jao-light-theme.el | 4 ++-- lib/themes/jao-themes.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/themes') 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)) -- cgit v1.2.3