From 55ee1d666e5d07cd1cbc71803366c91bf0292bfe Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 16 May 2021 01:41:20 +0100 Subject: corfu colors --- lib/themes/jao-light-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') 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)) -- cgit v1.2.3