diff options
author | jao <jao@gnu.org> | 2021-05-16 01:41:20 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-05-16 01:41:20 +0100 |
commit | 55ee1d666e5d07cd1cbc71803366c91bf0292bfe (patch) | |
tree | 4f139a714e583b49fe2f40f72b8aab46b28caf5d /lib | |
parent | 18d1480061a3a06aed8d416e75fb2f8207ff1837 (diff) | |
download | elibs-55ee1d666e5d07cd1cbc71803366c91bf0292bfe.tar.gz elibs-55ee1d666e5d07cd1cbc71803366c91bf0292bfe.tar.bz2 |
corfu colors
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)) |