Is there a way to keep a string variable aligned with a color variable HEX code, either through aliasing or by another method?
For example:
Color Variable
|Key | Value|
|myColorVar | #FFFFFF|
String Variable
|Key | Value|
|myStringVar | myColorVar variable|
myStringVar = “#FFFFFF”
Use case: It would be nice for documentation to be able to automatically keep written HEX colour codes aligned with changes to the colour variables they are documenting.
Thanks for the help!!