matugen: update templates to new custom variable formats
This commit is contained in:
parent
8cd4eac37c
commit
3e5aaf703c
9 changed files with 36 additions and 32 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export PRIMARY_COLOUR="0xFF{{colors.primary.default.hex_stripped}}"
|
||||
export SECONDARY_COLOUR="0xFF{{colors.secondary.default.hex_stripped}}"
|
||||
export BACKGROUND_COLOUR=0xFF"{{colors.background.default.hex_stripped}}"
|
||||
export FONT="{{custom.font}}"
|
||||
export FONT="{{ font }}"
|
||||
|
||||
export ROUNDING="{{custom.rounding}}"
|
||||
export ROUNDING="{{ rounding }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue