1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: cleanup

This commit is contained in:
2024-03-07 23:19:10 +01:00
parent a31ed89543
commit 591c548d6b
3 changed files with 2 additions and 5 deletions

View File

@@ -9,9 +9,6 @@ return {
},
opts = {
theme = {
-- this highlight is used to override other highlights
-- you can take advantage of its `bg` and set a background throughout your winbar
-- (e.g. basename will look like this: { fg = "#c0caf5", bold = true })
normal = { bg = "#272727" },
}
},