This commit is contained in:
2024-12-31 13:45:51 -05:00
parent b8561bd31f
commit 46df271e78

View File

@@ -21,36 +21,6 @@ return {
ColorMyPencils() ColorMyPencils()
end, end,
}, },
{
"ellisonleao/gruvbox.nvim",
name = "gruvbox",
config = function()
require("gruvbox").setup {
terminal_colors = true, -- add neovim terminal colors
undercurl = true,
underline = false,
bold = true,
italic = {
strings = false,
emphasis = false,
comments = false,
operators = false,
folds = false,
},
strikethrough = true,
invert_selection = false,
invert_signs = false,
invert_tabline = false,
invert_intend_guides = false,
inverse = true, -- invert background for search, diffs, statuslines and errors
contrast = "", -- can be "hard", "soft" or empty string
palette_overrides = {},
overrides = {},
dim_inactive = false,
transparent_mode = false,
}
end,
},
{ {
"folke/tokyonight.nvim", "folke/tokyonight.nvim",
config = function() config = function()