added black catppuccin
This commit is contained in:
parent
b47da42dfe
commit
109c04d4f7
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue