First commit
This commit is contained in:
commit
c2387aff03
14 changed files with 433 additions and 0 deletions
11
templates/theme.config.j2
Normal file
11
templates/theme.config.j2
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% for k,v in sway_theme_parameters.items() %}
|
||||
{{ k }} {{ v }}
|
||||
{% endfor %}
|
||||
|
||||
{% for client, c in sway_theme_colors.items() %}
|
||||
client.{{ client }} {{ c.border }} {{ c.backgound}} {{ c.text }}
|
||||
{%- if c.indicator is defined %} {{ c.indicator }}
|
||||
{%- if c.child_border is defined %} {{ c.child_border }}{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue