style: new themes

This commit is contained in:
2026-03-05 11:10:44 +01:00
parent 8a6899a8fc
commit fe5e852a48

View File

@@ -10,7 +10,48 @@ return {
-- variant = "darker", -- dark, light, darker | dawn -- variant = "darker", -- dark, light, darker | dawn
-- }, -- },
-- }, -- },
{
"oskarnurm/koda.nvim",
lazy = false,
priority = 1000,
},
{
"ntk148v/komau.vim",
opts = {
style = "auto", -- "dark" | "light" | "auto" (uses &background)
transparent = false,
dim_inactive = false,
terminal_colors = true,
styles = {
comments = { italic = true },
keywords = { bold = true },
},
integrations = {
treesitter = true,
lsp = true,
telescope = true,
cmp = true,
gitsigns = true,
which_key = true,
indent_blankline = true,
mini = true,
statusline = { lightline = true, lualine = true },
},
overrides = {
Normal = { fg = "#e76f51", bg = "#222222" },
TelescopeTitle = function(colors)
return { fg = colors.bg, bg = colors.accent, bold = true }
end,
},
templates = {
function(colors, highlights)
return {
FloatBorder = { fg = colors.accent, bg = colors.float_bg },
}
end,
},
},
},
{ {
"ellisonleao/gruvbox.nvim", "ellisonleao/gruvbox.nvim",
priority = 1000, priority = 1000,
@@ -38,7 +79,7 @@ return {
overrides = {}, overrides = {},
dim_inactive = false, dim_inactive = false,
transparent_mode = false, transparent_mode = false,
} },
}, },
{ "echasnovski/mini.icons" }, { "echasnovski/mini.icons" },