mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
7 lines
358 B
Plaintext
7 lines
358 B
Plaintext
![]() |
<ResourceDictionary
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
<SolidColorBrush x:Key="MainColor" Color="{StaticResource SystemAccentColor}" />
|
||
|
<SolidColorBrush x:Key="TextColor" Color="{StaticResource SystemColorHighlightTextColor}" />
|
||
|
</ResourceDictionary>
|