style: new themes
This commit is contained in:
@@ -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" },
|
||||||
@@ -74,8 +115,8 @@ return {
|
|||||||
smear_insert_mode = true,
|
smear_insert_mode = true,
|
||||||
|
|
||||||
-- fast smear
|
-- fast smear
|
||||||
stiffness = 0.8, -- 0.6 [0, 1]
|
stiffness = 0.8, -- 0.6 [0, 1]
|
||||||
trailing_stiffness = 0.5, -- 0.4 [0, 1]
|
trailing_stiffness = 0.5, -- 0.4 [0, 1]
|
||||||
stiffness_insert_mode = 0.6, -- 0.4 [0, 1]
|
stiffness_insert_mode = 0.6, -- 0.4 [0, 1]
|
||||||
trailing_stiffness_insert_mode = 0.6, -- 0.4 [0, 1]
|
trailing_stiffness_insert_mode = 0.6, -- 0.4 [0, 1]
|
||||||
distance_stop_animating = 0.5, -- 0.1 > 0
|
distance_stop_animating = 0.5, -- 0.1 > 0
|
||||||
|
|||||||
Reference in New Issue
Block a user