diff options
author | jao <jao@gnu.org> | 2021-04-16 13:29:16 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-16 13:29:16 +0100 |
commit | 03c1811c944dd5623399014106b50e6e9670abf3 (patch) | |
tree | fd6e9b6ba5d10de63d81c10c4af36e0787b0dac9 /lib/themes | |
parent | 99b692839d154cc49d77155c3fe82aa65ebe7d8e (diff) | |
download | elibs-03c1811c944dd5623399014106b50e6e9670abf3.tar.gz elibs-03c1811c944dd5623399014106b50e6e9670abf3.tar.bz2 |
corfu faces
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)) |