Skip to content

Commit 279d997

Browse files
committed
feat: define highlight for telescope selection
1 parent e058bbd commit 279d997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/cyberdream/theme.lua

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ function M.setup()
199199
TelescopeResultsTitle = { fg = t.cyan },
200200
TelescopePromptPrefix = { fg = t.pink },
201201
TelescopePreviewTitle = { fg = t.magenta },
202+
TelescopeSelection = { bg = t.bgHighlight },
202203

203204
-- Cmp
204205
CmpDocumentation = { fg = t.grey, bg = t.bg },

0 commit comments

Comments
 (0)