fix buffer theme for dayfox

This commit is contained in:
francois
2025-11-29 08:50:52 +01:00
parent 76d3122ba2
commit bcbb6a9f83
4 changed files with 13 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
local groups = {
all = {
BufferCurrent = { fg = "#ffffff" },
}
}
require("nightfox").setup({groups = groups})