Skip to content

Commit 53eb50b

Browse files
committed
blue company tooltip colors
1 parent caff114 commit 53eb50b

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

starlit-theme.el

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,18 @@ Each element has the form (NAME . HEX).")
5858
("backgroundlight" . "#161930")
5959
("selection" . "#103050")
6060
("bluedark" . "#0e355d")
61-
("greendark" . "#155903")
62-
("comment" . "#969896")
63-
("shadow" . "#cdc9c9")
64-
("greenlight" . "#4df094")
65-
("green" . "#a2cd5a")
66-
("aqua" . "#70c0b1")
61+
("blueselect" . "#1e459d")
62+
("bluehighlight" . "#1e90ff")
63+
("blue" . "#00bfff")
6764
("bluelight" . "#87ceff")
6865
("type" . "#98f5ff")
6966
("cyan" . "#30f2f1")
70-
("blue" . "#00bfff")
71-
("bluehighlight" . "#1e90ff")
67+
("shadow" . "#cdc9c9")
68+
("comment" . "#969896")
69+
("greendark" . "#155903")
70+
("aqua" . "#70c0b1")
71+
("greenlight" . "#4df094")
72+
("green" . "#a2cd5a")
7273
("purple" . "#b387d8")
7374
("redhighlight" . "#ee0212")
7475
("red" . "#de4e53")
@@ -156,6 +157,8 @@ in the theme."
156157
`(anzu-mode-line ((,colorful (:foreground ,.orange))))
157158
`(anzu-replace-highlight ((,colorful (:inherit isearch-lazy-highlight-face))))
158159
`(anzu-replace-to ((,colorful (:inherit isearch))))
160+
`(company-tooltip-selection ((,colorful (:background ,.blueselect))))
161+
`(company-tooltip ((,colorful (:background ,.selection))))
159162
`(compilation-column-number ((,colorful (:foreground ,.yellow))))
160163
`(compilation-line-number ((,colorful (:foreground ,.yellow))))
161164
`(compilation-message-face ((,colorful (:foreground ,.blue))))

0 commit comments

Comments
 (0)