Skip to content

Commit 9a76710

Browse files
committed
colorize company popup scrollbar
1 parent 53eb50b commit 9a76710

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

starlit-theme.el

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Each element has the form (NAME . HEX).")
5656
("block" . "#11151e")
5757
("background" . "#131729")
5858
("backgroundlight" . "#161930")
59+
("bluepopup" . "#102040")
5960
("selection" . "#103050")
6061
("bluedark" . "#0e355d")
61-
("blueselect" . "#1e459d")
6262
("bluehighlight" . "#1e90ff")
6363
("blue" . "#00bfff")
6464
("bluelight" . "#87ceff")
@@ -157,8 +157,10 @@ in the theme."
157157
`(anzu-mode-line ((,colorful (:foreground ,.orange))))
158158
`(anzu-replace-highlight ((,colorful (:inherit isearch-lazy-highlight-face))))
159159
`(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))))
162164
`(compilation-column-number ((,colorful (:foreground ,.yellow))))
163165
`(compilation-line-number ((,colorful (:foreground ,.yellow))))
164166
`(compilation-message-face ((,colorful (:foreground ,.blue))))

0 commit comments

Comments
 (0)