@@ -20,29 +20,32 @@ function M.get(opts, t)
20
20
TelescopePreviewTitle = { fg = t .magenta },
21
21
TelescopeSelection = { bg = t .bgHighlight },
22
22
TelescopePromptCounter = { fg = t .pink },
23
+ TelescopeMatching = { fg = t .cyan },
23
24
}
24
25
25
26
if borderless_telescope then
26
27
highlights .TelescopeBorder = { fg = t .bgAlt , bg = t .bgAlt }
27
28
highlights .TelescopeNormal = { bg = t .bgAlt }
28
29
highlights .TelescopePreviewBorder = { fg = t .bgAlt , bg = t .bgAlt }
29
30
highlights .TelescopePreviewNormal = { bg = t .bgAlt }
31
+ highlights .TelescopeResultsTitle = { fg = t .bgAlt , bg = t .cyan }
32
+ highlights .TelescopeResultsBorder = { fg = t .bgAlt , bg = t .bgAlt }
33
+ highlights .TelescopeResultsNormal = { bg = t .bgAlt }
30
34
if telescope_style == " nvchad" then
31
35
highlights .TelescopePreviewTitle = { fg = t .bgAlt , bg = t .green , bold = true }
32
36
highlights .TelescopePromptBorder = { fg = t .bgHighlight , bg = t .bgHighlight }
33
37
highlights .TelescopePromptNormal = { fg = t .fg , bg = t .bgHighlight }
34
38
highlights .TelescopePromptPrefix = { fg = t .red , bg = t .bgHighlight }
35
39
highlights .TelescopePromptTitle = { fg = t .bgAlt , bg = t .red , bold = true }
36
- else
37
- highlights .TelescopePreviewTitle = { fg = t .bgAlt , bg = t .green }
40
+ elseif telescope_style == " flat " then
41
+ highlights .TelescopePreviewTitle = { fg = t .bgAlt , bg = t .green , bold = true }
38
42
highlights .TelescopePromptBorder = { fg = t .bgAlt , bg = t .bgAlt }
39
43
highlights .TelescopePromptNormal = { fg = t .fg , bg = t .bgAlt }
40
- highlights .TelescopePromptPrefix = { fg = t .red , bg = t .bgAlt }
41
- highlights .TelescopePromptTitle = { fg = t .bgAlt , bg = t .red }
44
+ highlights .TelescopePromptPrefix = { fg = t .blue , bg = t .bgAlt }
45
+ highlights .TelescopePromptCounter = { fg = t .cyan , bg = t .bgAlt }
46
+ highlights .TelescopePromptTitle = { fg = t .bgAlt , bg = t .blue , bold = true }
47
+ highlights .TelescopeResultsTitle = { fg = t .blue , bg = t .bgAlt , bold = true }
42
48
end
43
- highlights .TelescopeResultsBorder = { fg = t .bgAlt , bg = t .bgAlt }
44
- highlights .TelescopeResultsNormal = { bg = t .bgAlt }
45
- highlights .TelescopeResultsTitle = { fg = t .bgAlt , bg = t .cyan }
46
49
end
47
50
48
51
return highlights
0 commit comments