diff --git a/lua/custom/plugins/catppuccin.lua b/lua/custom/plugins/catppuccin.lua new file mode 100644 index 00000000..5dbcdefd --- /dev/null +++ b/lua/custom/plugins/catppuccin.lua @@ -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, + }, + }, + }, +}