33 lines
557 B
Lua
33 lines
557 B
Lua
-- Generated by Noctalia
|
|
|
|
local primary = "rgb(7a88cf)"
|
|
local surface = "rgb(1f2335)"
|
|
local secondary = "rgb(d7729f)"
|
|
local error = "rgb(f7768e)"
|
|
|
|
hl.config({
|
|
general = {
|
|
col = {
|
|
active_border = primary,
|
|
inactive_border = surface,
|
|
},
|
|
},
|
|
|
|
group = {
|
|
col = {
|
|
border_active = secondary,
|
|
border_inactive = surface,
|
|
border_locked_active = error,
|
|
border_locked_inactive = surface,
|
|
},
|
|
|
|
groupbar = {
|
|
col = {
|
|
active = secondary,
|
|
inactive = surface,
|
|
locked_active = error,
|
|
locked_inactive = surface,
|
|
},
|
|
},
|
|
},
|
|
})
|