We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4bc35 commit f36af06Copy full SHA for f36af06
lua/catppuccin/groups/integrations/telescope.lua
@@ -32,11 +32,11 @@ function M.get()
32
bg = O.transparent_background and C.none or C.red,
33
},
34
TelescopeResultsTitle = {
35
- fg = C.mantle,
+ fg = O.transparent_background and C.lavender or C.mantle,
36
bg = O.transparent_background and C.none or C.lavender,
37
38
TelescopeSelection = {
39
- fg = O.transparent_background and C.subtext0 or C.text,
+ fg = O.transparent_background and C.flamingo or C.text,
40
bg = O.transparent_background and C.none or C.surface0,
41
style = { "bold" },
42
0 commit comments