stuff pog

This commit is contained in:
iris committed 2023-06-03 23:41:40 -04:00
1 parent 79e7cca227
commit 2fba77dc76
5 files changed
+28 -5

No files matched your search

+13 -2
View File
@@ -9,11 +9,22 @@ end
hl("ExtraWhitespace", { ctermbg = "red", bg = "#ff8888" })
vim.cmd [[match ExtraWhitespace /\s\+$/]]
local bg = "#201918"
-- make background transparent
-- gbhl("Normal", "none")
-- gbhl("EndOfBuffer", "none")
-- gbhl("SignColumn", "none")
-- gbhl("NeoTreeNormal", "none")
-- gbhl("NeoTreeNormalNC", "none")
-- gbhl("NeoTreeEndOfBuffer", "none")
--[=[
for _, name in ipairs({
"NeoTreeNormal",
"NeoTreeNormalNC",
"MsgArea",
"lualine_a_command",
"lualine_a_inactive",
"lualine_b_inactive",
"lualine_c_inactive",
}) do gbhl(name, bg) end
]=]--