Fixed NavigationStore style#25
Conversation
To match the Windows Store window
As far as I understand, the pure system brush is almost never used in the interface. Except for the AccentFillColorSelectedTextBackgroundBrush Microsoft creates three shades from SystemAccentColor for each theme and uses them. So ActiveBorder and ElementIcon must use AccentFillColorDefaultBrush like a button for example. I did a little comparison of the two colors in windows toolkit, please take a look. I've highlighted the same colors with a border, and as you can see, their order for AccentText is different for the two themes. That's why I suggested splitting the brushes into two theme files. Yes, Dark theme uses SystemAccentColorLight and Dark uses SystemAccentColorLight 🤯🤯🤯 Fun fact SystemAccentColorLight1 is never used... it's not even there. |

To match the Microsoft Store window