mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-21 02:42:57 +10:00
17 lines
365 B
Lua
17 lines
365 B
Lua
hl.config({
|
|
general = {
|
|
col = {
|
|
active_border = "rgba(44464f77)",
|
|
inactive_border = "rgba(1a1b2033)",
|
|
},
|
|
},
|
|
misc = {
|
|
background_color = "rgba(121318FF)",
|
|
},
|
|
})
|
|
|
|
hl.window_rule({ -- not sure how to syntax "pin 1"
|
|
match = { pin = 1 },
|
|
border_color = "rgba(afc6ffAA) rgba(afc6ff77)",
|
|
})
|