Skip to content

Commit

Permalink
Merge branch 'main' into refactor/syntax-highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy committed Jul 10, 2023
2 parents 87b9ad3 + dfbc8e2 commit d6a30d6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lua/catppuccin/groups/integrations/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ function M.get()
fg = O.transparent_background and C.blue or C.mantle,
bg = O.transparent_background and C.none or C.mantle,
},
TelescopeMatching = { fg = C.blue },
TelescopeNormal = {
bg = O.transparent_background and C.none or C.mantle,
},
TelescopePromptBorder = {
fg = O.transparent_background and C.blue or C.surface0,
bg = O.transparent_background and C.none or C.surface0,
Expand All @@ -19,9 +23,6 @@ function M.get()
fg = C.flamingo,
bg = O.transparent_background and C.none or C.surface0,
},
TelescopeNormal = {
bg = O.transparent_background and C.none or C.mantle,
},
TelescopePreviewTitle = {
fg = O.transparent_background and C.green or C.base,
bg = O.transparent_background and C.none or C.green,
Expand All @@ -37,7 +38,9 @@ function M.get()
TelescopeSelection = {
fg = O.transparent_background and C.subtext0 or C.text,
bg = O.transparent_background and C.none or C.surface0,
style = { "bold" },
},
TelescopeSelectionCaret = { fg = C.flamingo },
}
end

Expand Down

0 comments on commit d6a30d6

Please sign in to comment.