@@ -7,6 +7,10 @@ function M.get()
7
7
fg = O .transparent_background and C .blue or C .mantle ,
8
8
bg = O .transparent_background and C .none or C .mantle ,
9
9
},
10
+ TelescopeMatching = { fg = C .blue },
11
+ TelescopeNormal = {
12
+ bg = O .transparent_background and C .none or C .mantle ,
13
+ },
10
14
TelescopePromptBorder = {
11
15
fg = O .transparent_background and C .blue or C .surface0 ,
12
16
bg = O .transparent_background and C .none or C .surface0 ,
@@ -19,9 +23,6 @@ function M.get()
19
23
fg = C .flamingo ,
20
24
bg = O .transparent_background and C .none or C .surface0 ,
21
25
},
22
- TelescopeNormal = {
23
- bg = O .transparent_background and C .none or C .mantle ,
24
- },
25
26
TelescopePreviewTitle = {
26
27
fg = O .transparent_background and C .green or C .base ,
27
28
bg = O .transparent_background and C .none or C .green ,
@@ -37,7 +38,9 @@ function M.get()
37
38
TelescopeSelection = {
38
39
fg = O .transparent_background and C .subtext0 or C .text ,
39
40
bg = O .transparent_background and C .none or C .surface0 ,
41
+ style = { " bold" },
40
42
},
43
+ TelescopeSelectionCaret = { fg = C .flamingo },
41
44
}
42
45
end
43
46
0 commit comments