style: new themes
This commit is contained in:
@@ -10,7 +10,48 @@ return {
|
||||
-- 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",
|
||||
priority = 1000,
|
||||
@@ -38,7 +79,7 @@ return {
|
||||
overrides = {},
|
||||
dim_inactive = false,
|
||||
transparent_mode = false,
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
{ "echasnovski/mini.icons" },
|
||||
|
||||
Reference in New Issue
Block a user