24 lines
408 B
Lua
24 lines
408 B
Lua
hl.config({
|
|
general = {
|
|
border_size = 2,
|
|
col = {
|
|
active_border = "rgba(bd93f9ff)",
|
|
inactive_border = "rgba(44475aaa)",
|
|
nogroup_border = "rgba(282a36dd)",
|
|
nogroup_border_active = "rgba(bd93f9ff)",
|
|
},
|
|
},
|
|
group = {
|
|
groupbar = {
|
|
col = {
|
|
active = "rgba(bd93f9ff)",
|
|
inactive = "rgba(282a36dd)",
|
|
},
|
|
},
|
|
},
|
|
decoration = {
|
|
shadow = {
|
|
color = "rgba(1E202966)",
|
|
},
|
|
},
|
|
})
|