mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
16 lines
231 B
Smarty
16 lines
231 B
Smarty
local active_border_color = "rgb({{ accent_strip }})"
|
|
|
|
hl.config({
|
|
general = {
|
|
col = {
|
|
active_border = active_border_color,
|
|
},
|
|
},
|
|
|
|
group = {
|
|
col = {
|
|
border_active = active_border_color,
|
|
},
|
|
},
|
|
})
|