diff --git a/lua/astrocommunity/colorscheme/catppuccin/init.lua b/lua/astrocommunity/colorscheme/catppuccin/init.lua index b027ce435..8d2f5b4db 100644 --- a/lua/astrocommunity/colorscheme/catppuccin/init.lua +++ b/lua/astrocommunity/colorscheme/catppuccin/init.lua @@ -3,16 +3,17 @@ return { name = "catppuccin", opts = { integrations = { - nvimtree = false, - ts_rainbow = false, + alpha = true, aerial = true, dap = { enabled = true, enable_ui = true }, mason = true, neotree = true, notify = true, + nvimtree = false, semantic_tokens = true, symbols_outline = true, telescope = true, + ts_rainbow = false, which_key = true, }, },