@@ -56,9 +56,9 @@ Each element has the form (NAME . HEX).")
56
56
(" block" . " #11151e" )
57
57
(" background" . " #131729" )
58
58
(" backgroundlight" . " #161930" )
59
+ (" bluepopup" . " #102040" )
59
60
(" selection" . " #103050" )
60
61
(" bluedark" . " #0e355d" )
61
- (" blueselect" . " #1e459d" )
62
62
(" bluehighlight" . " #1e90ff" )
63
63
(" blue" . " #00bfff" )
64
64
(" bluelight" . " #87ceff" )
@@ -157,8 +157,10 @@ in the theme."
157
157
`(anzu-mode-line ((, colorful (:foreground ,.orange))))
158
158
`(anzu-replace-highlight ((, colorful (:inherit isearch-lazy-highlight-face ))))
159
159
`(anzu-replace-to ((, colorful (:inherit isearch ))))
160
- `(company-tooltip-selection ((, colorful (:background ,.blueselect))))
161
- `(company-tooltip ((, colorful (:background ,.selection))))
160
+ `(company-tooltip-selection ((, colorful (:background ,.selection))))
161
+ `(company-tooltip ((, colorful (:background ,.bluepopup))))
162
+ `(company-tooltip-scrollbar-thumb ((, colorful (:background ,.bluehighlight))))
163
+ `(company-tooltip-scrollbar-track ((, colorful (:background ,.bluedark))))
162
164
`(compilation-column-number ((, colorful (:foreground ,.yellow))))
163
165
`(compilation-line-number ((, colorful (:foreground ,.yellow))))
164
166
`(compilation-message-face ((, colorful (:foreground ,.blue))))
0 commit comments