Changed nvim block feature for dark mode

This commit is contained in:
Ben Vincent 2023-07-08 16:56:51 +10:00
parent 2b2afdd380
commit d0056a3ec7

View File

@ -179,8 +179,8 @@ require('lualine').setup {
}
require("block").setup({
percent = 0.8,
depth = 4,
percent = 1.2,
depth = 8,
colors = nil,
automatic = true,
})