@ -350,6 +359,17 @@ let g:lightline = {'colorscheme': 'catppuccino'}
- **Kitty:** Copy and paste the file corresponding to theme you want to use from [this directory](https://github.com/Pocco81/Catppuccino.nvim/tree/main/extra/kitty) on your Kitty config.
- **Alacritty:** Copy and paste the file corresponding to theme you want to use from [this directory](https://github.com/Pocco81/Catppuccino.nvim/tree/main/extra/alacritty) on your Alacritty config.
- **NvimTree:** setting `enabled` to `true` enables this integration:
```lua
integration = {
nvimtree = {
enabled = true,
show_root = true, -- makes the root folder not transparent
return{status=false,msg="Catppuccino: the colorscheme '"..cs.."' was not recognized. Defaulting to Catppuccino Dark."},require("catppuccino.color_schemes.catppuccino")
return{
status=false,
msg="Catppuccino: the colorscheme '"..cs.."' was not recognized. Defaulting to Catppuccino Dark.",