40 lines
727 B
Lua
40 lines
727 B
Lua
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,
|
|
},
|
|
},
|
|
},
|
|
}
|