28 lines
596 B
Lua
28 lines
596 B
Lua
-- Auto-generated by DMS Matugen hook — do not edit manually.
|
|
-- Remove require("dms.colors") from hyprland.lua to override.
|
|
|
|
hl.config({
|
|
general = {
|
|
col = {
|
|
active_border = "rgb(9ecafc)",
|
|
inactive_border = "rgb(8c9199)",
|
|
},
|
|
},
|
|
group = {
|
|
col = {
|
|
border_active = "rgb(9ecafc)",
|
|
border_inactive = "rgb(8c9199)",
|
|
border_locked_active = "rgb(ffb4ab)",
|
|
border_locked_inactive = "rgb(8c9199)",
|
|
},
|
|
groupbar = {
|
|
col = {
|
|
active = "rgb(9ecafc)",
|
|
inactive = "rgb(8c9199)",
|
|
locked_active = "rgb(ffb4ab)",
|
|
locked_inactive = "rgb(8c9199)",
|
|
},
|
|
},
|
|
},
|
|
})
|