diff options
author | jao <jao@gnu.org> | 2022-10-03 02:34:05 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-03 02:34:05 +0100 |
commit | a6c5a9384ebcd951ae1a98f6ab40e20c10dbb965 (patch) | |
tree | 565935ea179d8de125981cc8bcd96a4956202692 /lib/themes | |
parent | 918bdac750d094844bf263427e3c880751af042a (diff) | |
download | elibs-a6c5a9384ebcd951ae1a98f6ab40e20c10dbb965.tar.gz elibs-a6c5a9384ebcd951ae1a98f6ab40e20c10dbb965.tar.bz2 |
themes: wee tweaks
Diffstat (limited to 'lib/themes')
-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)) |