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
M.ui = {
theme = "onenord",
theme_toggle = { "onenord", "blossom_light" },
theme = "ayu_dark",
theme_toggle = { "ayu_dark", "blossom_light" },
hl_override = highlights.override,
hl_add = highlights.add,
statusline = {
enabled = false,
enabled = true,
theme = "vscode",
},
tabufline = {
enabled = false,
},
hl_override = {
NvDashAscii = { bg = "blue", fg = "white" },
},

Loading…
Cancel
Save