Skip to main content

Capability to specify accent color as environmental variable

Comments

1 comment

  • Gareth Evans

    Some context here: the current implementation of Environment Values can only target a single line. This means that we cannot target something like the accent color, which looks like this:

    "accentColor": [
                           180,
                           188,
                           195,
                           255
                       ],

    The alternative I provided was to create a custom theme, though this implies needing to get into the VSW SDK and may not be something our typical user would be comfortable with or willing to spend considerable time on.

    0

Please sign in to leave a comment.