diff options
| author | 2021-07-12 21:55:16 -0700 | |
|---|---|---|
| committer | 2021-07-12 21:55:16 -0700 | |
| commit | 06a6bcfc58d1f1cd8815c674c9fcbbf193bba0a9 (patch) | |
| tree | ec2c322171b2f38442121ab961b0b9f4f1538eb6 | |
| parent | 4aa2a0d0c3e3b7c408d680df8cc5ede53c18e923 (diff) | |
| download | yoshi-theme-06a6bcfc58d1f1cd8815c674c9fcbbf193bba0a9.tar.gz yoshi-theme-06a6bcfc58d1f1cd8815c674c9fcbbf193bba0a9.zip | |
Lighten the selection backgrounds for ivy and company
The dark blue color seems too dark to make out what exactly is being selected
sometimes. This is especially a problem with ivy, which shows some candidates in
blue.
| -rw-r--r-- | yoshi-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index 9707338..7963137 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -121,7 +121,7 @@ `(company-tooltip-common ((t (:foreground ,fgcyan)))) `(company-tooltip-search ((t (:background ,bgyellow :inherit unspecified)))) `(company-tooltip-search-selection ((t (:background ,bgyellow :inherit unspecified)))) - `(company-tooltip-selection ((t (:background ,bgblue)))) + `(company-tooltip-selection ((t (:background ,yoshi-2)))) ;; Compilation `(compilation-info ((t (:foreground ,fgblue :inherit unspecified)))) @@ -314,7 +314,7 @@ `(isearch-fail ((t (:background ,bgred)))) ;; Ivy - `(ivy-current-match ((t (:background ,bgblue :foreground ,yoshi-6)))) + `(ivy-current-match ((t (:background ,yoshi-2 :foreground ,yoshi-6)))) `(ivy-minibuffer-match-face-1 ((t (:background unspecified :underline t)))) `(ivy-minibuffer-match-face-2 ((t (:background unspecified :weight bold)))) `(ivy-minibuffer-match-face-3 ((t (:background unspecified :weight bold)))) |
