I tried to add gaps, border and corner rounding by editing the looknfeel.lua file, but it has no effect.
hl.config({
general = {
gaps_in = 5,
gaps_out = 5,
border_size = 1,
layout = "scrolling",
},
})
hl.config({
decoration = {
rounding = 5,
dim_inactive = true,
dim_strength = 0.15,
},
})
I tried to add gaps, border and corner rounding by editing the looknfeel.lua file, but it has no effect.