|
|
@ -35,21 +35,17 @@ local function split_string(s) |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
M.ui = { |
|
|
|
M.ui = { |
|
|
|
theme = "onenord", |
|
|
|
theme = "ayu_dark", |
|
|
|
theme_toggle = { "onenord", "blossom_light" }, |
|
|
|
theme_toggle = { "ayu_dark", "blossom_light" }, |
|
|
|
|
|
|
|
|
|
|
|
hl_override = highlights.override, |
|
|
|
hl_override = highlights.override, |
|
|
|
hl_add = highlights.add, |
|
|
|
hl_add = highlights.add, |
|
|
|
|
|
|
|
|
|
|
|
statusline = { |
|
|
|
statusline = { |
|
|
|
enabled = false, |
|
|
|
enabled = true, |
|
|
|
theme = "vscode", |
|
|
|
theme = "vscode", |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
tabufline = { |
|
|
|
|
|
|
|
enabled = false, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hl_override = { |
|
|
|
hl_override = { |
|
|
|
NvDashAscii = { bg = "blue", fg = "white" }, |
|
|
|
NvDashAscii = { bg = "blue", fg = "white" }, |
|
|
|
}, |
|
|
|
}, |
|
|
|