diff options
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 7e3e139..0a9e2eb 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -89,6 +89,10 @@ (compilation-info (c "#223142" nil) nbf) (company-scrollbar-bg (c nil "grey95")) (company-scrollbar-fg (c nil "grey90")) + (corfu-background (~ default) (c "black" paler-yellow) nul nit nbf) + (corfu-bar (p hilite)) ;; moving part of the bar + (corfu-border (c paler-yellow)) ;; background of the bar + (corfu-current (p hilite)) (cursor (c "sienna3" "sienna3")) (diary (p error) nbf) (diff-hl-change (c "white" pale-blue)) |