diff options
author | jao <jao@gnu.org> | 2021-04-15 22:38:05 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-15 22:38:05 +0100 |
commit | 3c6e40cfe291558a5d041201d65dd1fef58d7a82 (patch) | |
tree | 2a0ca665cbf466fa36a80923a479375dddc9dd85 /lib/themes | |
parent | 38646b8a1f9f5c4ce9d8554f66b272f2d08a4e18 (diff) | |
download | elibs-3c6e40cfe291558a5d041201d65dd1fef58d7a82.tar.gz elibs-3c6e40cfe291558a5d041201d65dd1fef58d7a82.tar.bz2 |
my family and other animals
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-themes.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 5d2ee79..6e55cc6 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -391,6 +391,10 @@ (compilation-warning nbf (p warning) nul) (completions-common-part nbf :width normal) (completions-first-difference bf dfg dbg) + (corfu-background (p hilite)) + (corfu-bar (p hilite)) + (corfu-border (~ corfu-bar)) + (corfu-current (~ corfu-bar) ul) (cursor dfg dbg) (custom-button (~ button)) (custom-button-mouse (~ button)) @@ -725,6 +729,7 @@ (Info-quoted (p f01)) (info-xref link) (info-xref-visited vlink) + (inform-color link) (isearch bf (p hilite)) (isearch-fail (p error)) (italic (p italic)) |