violet4 / vsdlib

A python framework for easily creating a custom Stream Deck user interface
1 stars 0 forks source link

toml file variables #4

Open Tekunogosu opened 1 year ago

Tekunogosu commented 1 year ago

Have a distinction of what a variable is throughout the toml

[colors]
pink="#ff12ee"

[c2.r1]
text="Landing\n Gear"
key="h"
color="{pink}"
color="$pink"