Skip to content

Commit 6f2ebe5

Browse files
committed
Fix transparent broken
1 parent 6d7dbef commit 6f2ebe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/bluloco/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function M.load()
3131
NvimTreeNormal { bg = "NONE" },
3232
NvimTreeNormalNC { bg = "NONE" },
3333
BufferInactive { theme.BufferInactive, bg = "NONE" },
34-
BufferVisible { BufferCurrent }
34+
BufferVisible { theme.BufferCurrent }
3535
}
3636
end)
3737
end

0 commit comments

Comments
 (0)