diff options
author | jao <jao@gnu.org> | 2021-04-23 05:24:17 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-23 05:24:17 +0100 |
commit | da234d58f13dc8e2ee903336973958395b59c81e (patch) | |
tree | a5463e24a68179f019543a84fcd71e919a96108d /lib | |
parent | 77c99d7ec409e001b09a0c65ddf322e971cbfa4e (diff) | |
download | elibs-da234d58f13dc8e2ee903336973958395b59c81e.tar.gz elibs-da234d58f13dc8e2ee903336973958395b59c81e.tar.bz2 |
little tidy-ups
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 0a9e2eb..659f930 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -89,9 +89,9 @@ (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-background (~ default) (c "black" pale-yellow) nul nit nbf) (corfu-bar (p hilite)) ;; moving part of the bar - (corfu-border (c paler-yellow)) ;; background of the bar + (corfu-border (c pale-yellow)) ;; background of the bar (corfu-current (p hilite)) (cursor (c "sienna3" "sienna3")) (diary (p error) nbf) @@ -109,8 +109,6 @@ (gnus-summary-cancelled (c "sienna3") st) (haskell-type-face (p f12)) (header-line (c nil "#efebe7")) - (ivy-highlight-face (c nil pale-yellow)) - (ivy-current-match (c nil pale-yellow)) (lui-track-bar (p dimm) :height 0.2 nul nil ex) (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil yellow) it bf) @@ -126,9 +124,7 @@ (show-paren-match (c nil "grey85")) (success (p f00)) (vertical-border (c "grey70" nil)) - (warning (c "burlywood4")) - (w3m-image (c slate "ghost white")) - (w3m-bold (~ bold)))) + (warning (c "burlywood4")))) ;; (enable-theme 'jao-light) |