diff options
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) | 
