mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
9 lines
456 B
XML
9 lines
456 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<x:Double x:Key="MenuSize">60</x:Double>
|
|
<GridLength x:Key="MenuGridLength">60</GridLength>
|
|
<SolidColorBrush x:Key="MainColor" Color="{ThemeResource SystemAccentColor}" />
|
|
<SolidColorBrush x:Key="TextColor" Color="{ThemeResource SystemColorHighlightTextColor}" />
|
|
</ResourceDictionary>
|