Various Improvements
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
-- 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)",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user