Elias Almqvist 3 weeks ago
parent 1263107d6a
commit 8f8fe28a28
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 10
      nvchad/.config/nvim/lua/chadrc.lua

@ -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" },
}, },

Loading…
Cancel
Save