Files
C4IT-F4SD-Client/F4SD-AdaptableIcon-Export/ResourcesLightMode.xaml
2025-11-11 11:03:42 +01:00

52 lines
2.3 KiB
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ico="clr-namespace:FasdDesktopUi.Basics.UserControls.AdaptableIcon;assembly=F4SD-AdaptableIcon">
<SolidColorBrush x:Key="colorE9E9E9" Color="#E9E9E9"/>
<SolidColorBrush x:Key="colorF7FAFA" Color="#F7FAFA"/>
<SolidColorBrush x:Key="color3D3C3C" Color="#3D3C3C"/>
<SolidColorBrush x:Key="color1F92EE" Color="#1F92EE"/>
<SolidColorBrush x:Key="colorF2F2F2" Color="#F2F2F2"/>
<SolidColorBrush x:Key="color9A9B9B" Color="#9A9B9B"/>
<Color x:Key="ControlLightColor">#DBDBDB</Color>
<Color x:Key="ControlMediumColor">#DBDBDB</Color>
<Color x:Key="ControlDarkColor">#DBDBDB</Color>
<SolidColorBrush x:Key="Scrollbar.Track.Color">#F2F2F2</SolidColorBrush>
<Style TargetType="ico:AdaptableIcon" x:Key="GridIconStyle">
<Setter Property="PrimaryIconColor" Value="#3D3C3C"/>
<Setter Property="SecondaryIconColor" Value="#F7FAFA"/>
<Setter Property="IconHeight" Value="55"/>
<Setter Property="IconWidth" Value="55" />
<Setter Property="BorderPadding" Value="7.5" />
<Setter Property="IconBackgroundColor" Value="#F7FAFA"/>
<Setter Property="Cursor" Value="Hand"/>
<Setter Property="IconCornerRadius" Value="7.5"/>
<Setter Property="Margin" Value="5, 2.5, 0, 2.5" />
</Style>
<Style TargetType="Border" x:Key="ListBorderIconStyle">
<Setter Property="Background" Value="#F7FAFA" />
<Setter Property="CornerRadius" Value="5"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="Margin" Value="10,3,10,0"/>
<Setter Property="Height" Value="30"/>
<Setter Property="Cursor" Value="Hand"/>
<Style.Resources>
<Style TargetType="TextBlock">
<Setter Property="Foreground" Value="#3D3C3C"/>
</Style>
<Style TargetType="ico:AdaptableIcon">
<Setter Property="PrimaryIconColor" Value="#3D3C3C"/>
<Setter Property="SecondaryIconColor" Value="#F7FAFA"/>
</Style>
</Style.Resources>
</Style>
</ResourceDictionary>