Skip to content

Commit d6a30d6

Browse files
committed
Merge branch 'main' into refactor/syntax-highlighting
2 parents 87b9ad3 + dfbc8e2 commit d6a30d6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lua/catppuccin/groups/integrations/telescope.lua

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ function M.get()
77
fg = O.transparent_background and C.blue or C.mantle,
88
bg = O.transparent_background and C.none or C.mantle,
99
},
10+
TelescopeMatching = { fg = C.blue },
11+
TelescopeNormal = {
12+
bg = O.transparent_background and C.none or C.mantle,
13+
},
1014
TelescopePromptBorder = {
1115
fg = O.transparent_background and C.blue or C.surface0,
1216
bg = O.transparent_background and C.none or C.surface0,
@@ -19,9 +23,6 @@ function M.get()
1923
fg = C.flamingo,
2024
bg = O.transparent_background and C.none or C.surface0,
2125
},
22-
TelescopeNormal = {
23-
bg = O.transparent_background and C.none or C.mantle,
24-
},
2526
TelescopePreviewTitle = {
2627
fg = O.transparent_background and C.green or C.base,
2728
bg = O.transparent_background and C.none or C.green,
@@ -37,7 +38,9 @@ function M.get()
3738
TelescopeSelection = {
3839
fg = O.transparent_background and C.subtext0 or C.text,
3940
bg = O.transparent_background and C.none or C.surface0,
41+
style = { "bold" },
4042
},
43+
TelescopeSelectionCaret = { fg = C.flamingo },
4144
}
4245
end
4346

0 commit comments

Comments
 (0)