21 lines
429 B
Lua
21 lines
429 B
Lua
hl.config({
|
|
decoration = {
|
|
rounding = 0,
|
|
rounding_power = 0,
|
|
|
|
-- Change transparency of focused and unfocused windows
|
|
active_opacity = 1.0,
|
|
inactive_opacity = 0.9,
|
|
|
|
shadow = {
|
|
enabled = false,
|
|
},
|
|
|
|
blur = {
|
|
enabled = true,
|
|
size = 3,
|
|
passes = 1,
|
|
vibrancy = 0.1696,
|
|
},
|
|
}
|
|
}) |