diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index e347023..3900906 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -89,10 +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" pale-yellow) nul nit nbf) - (corfu-bar (p hilite)) ;; moving part of the bar - (corfu-border (c pale-yellow)) ;; background of the bar - (corfu-current (p hilite)) + (corfu-background (~ default) (c "black" "grey95")) + (corfu-bar (c nil "grey80")) ;; moving part of the bar + (corfu-border (~ corfu-background)) ;; background of the bar + (corfu-current (c "black" "grey95") nbf nit (ul "grey70")) (cursor (c "sienna3" "sienna3")) (diary (p error) nbf) (diff-hl-change (c "white" pale-blue)) |