diff options
Diffstat (limited to 'lib')
-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)) |