Skip to content

Commit

Permalink
feat(catppuccin): use upstream nvchad style (ayamir#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
rewhile authored and singlemancombat committed Jul 10, 2023
1 parent 652012a commit 1fcdcbc
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions lua/modules/configs/ui/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return function()
semantic_tokens = true,
symbols_outline = false,
telekasten = false,
telescope = true,
telescope = { enabled = true, style = "nvchad" },
treesitter_context = true,
ts_rainbow = false,
vim_sneak = false,
Expand Down Expand Up @@ -148,41 +148,6 @@ return function()
TroubleNormal = { bg = transparent_background and cp.none or cp.base },

-- For telescope.nvim
TelescopeBorder = {
fg = transparent_background and cp.blue or cp.mantle,
bg = transparent_background and cp.none or cp.mantle,
},
TelescopePromptBorder = {
fg = transparent_background and cp.blue or cp.surface0,
bg = transparent_background and cp.none or cp.surface0,
},
TelescopePromptNormal = {
fg = cp.text,
bg = transparent_background and cp.none or cp.surface0,
},
TelescopePromptPrefix = {
fg = cp.flamingo,
bg = transparent_background and cp.none or cp.surface0,
},
TelescopeNormal = {
bg = transparent_background and cp.none or cp.mantle,
},
TelescopePreviewTitle = {
fg = transparent_background and cp.green or cp.base,
bg = transparent_background and cp.none or cp.green,
},
TelescopePromptTitle = {
fg = transparent_background and cp.red or cp.base,
bg = transparent_background and cp.none or cp.red,
},
TelescopeResultsTitle = {
fg = cp.mantle,
bg = transparent_background and cp.none or cp.mantle,
},
TelescopeSelection = {
fg = transparent_background and cp.subtext0 or cp.text,
bg = transparent_background and cp.none or cp.surface0,
},
TelescopeResultsDiffAdd = { fg = cp.green },
TelescopeResultsDiffChange = { fg = cp.yellow },
TelescopeResultsDiffDelete = { fg = cp.red },
Expand Down

0 comments on commit 1fcdcbc

Please # to comment.