how i can create custum control styles for modern ui firstfloor software ??
to costimaze link color and grouplink color ??
this is my personnel theme code
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/FirstFloor.ModernUI;component/Assets/ModernUI.dark.xaml" />
</ResourceDictionary.MergedDictionaries>
<Color x:Key="AccentColor">#0082AD</Color>
<Rectangle x:Key="WindowBackgroundContent" x:Shared="false">
<Rectangle.Fill>
<ImageBrush Opacity="25" ImageSource="/Images/background.png" Stretch="UniformToFill" />
</Rectangle.Fill>
</Rectangle>