added black catppuccin

This commit is contained in:
Tawfeeq 2025-03-26 20:54:43 +01:00
parent b47da42dfe
commit 109c04d4f7
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
return {
'catppuccin/nvim',
name = 'catppuccin',
opts = {
italics = false,
term_colors = true,
transparent_background = false,
styles = {
comments = {},
conditionals = {},
loops = {},
functions = {},
keywords = {},
strings = {},
variables = {},
numbers = {},
booleans = {},
properties = {},
types = {},
},
color_overrides = {
mocha = {
base = '#000000',
mantle = '#000000',
crust = '#000000',
},
},
integrations = {
telescope = {
enabled = true,
style = 'nvchad',
},
dropbar = {
enabled = true,
color_mode = true,
},
},
},
}