added additional matugen templating. guides coming soon
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Sway Window colors
|
||||
# Generated with Matugen
|
||||
|
||||
# Window: border, background, text, indicator, child_border
|
||||
|
||||
#Windows #border #background #text #indicator #child_border
|
||||
client.focused {{colors.primary_container.default.hex}} {{colors.primary_container.default.hex}} {{colors.on_primary_container.default.hex}} {{colors.primary_container.default.hex}} {{colors.primary_container.default.hex}}
|
||||
client.unfocused {{colors.primary_container.default.hex}} {{colors.background.default.hex}} {{colors.on_secondary.default.hex}} {{colors.secondary_container.default.hex}} {{colors.secondary_fixed_dim.default.hex}}
|
||||
client.focused_inactive {{colors.primary_fixed_dim.default.hex}} {{colors.primary_fixed.default.hex}} {{colors.surface.default.hex}}
|
||||
client.placeholder {{colors.shadow.default.hex}} {{colors.scrim.default.hex}} {{colors.on_background.default.hex}}
|
||||
client.urgent {{colors.tertiary.default.hex}} {{colors.tertiary_container.default.hex}} {{colors.on_tertiary.default.hex}}
|
||||
# client.background {{colors.background.default.hex}}
|
||||
|
||||
Reference in New Issue
Block a user