style: theme changed to custom fork
This commit is contained in:
@@ -16,7 +16,8 @@ return {
|
||||
priority = 1000,
|
||||
},
|
||||
{
|
||||
"ntk148v/komau.vim",
|
||||
"dqnid/komau.vim",
|
||||
-- dir = "~/Documents/Code/komau.vim",
|
||||
opts = {
|
||||
style = "auto", -- "dark" | "light" | "auto" (uses &background)
|
||||
transparent = false,
|
||||
@@ -37,19 +38,6 @@ return {
|
||||
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,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -115,8 +103,8 @@ return {
|
||||
smear_insert_mode = true,
|
||||
|
||||
-- fast smear
|
||||
stiffness = 0.8, -- 0.6 [0, 1]
|
||||
trailing_stiffness = 0.5, -- 0.4 [0, 1]
|
||||
stiffness = 0.8, -- 0.6 [0, 1]
|
||||
trailing_stiffness = 0.5, -- 0.4 [0, 1]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user