[FZ Editor] Light & Dark colors adjustments (#10115)

* [FZ Editor] Light & Dark colors adjustments

* Reduce dark theme background transparency
This commit is contained in:
Enrico Giordani
2021-03-09 19:39:01 +01:00
committed by GitHub
parent 5c45f2c7b8
commit 2e3473bbfd
5 changed files with 45 additions and 30 deletions

View File

@@ -14,10 +14,9 @@
<Style x:Key="GridLayoutActualScalePreviewStyle" TargetType="Border">
<Setter Property="Background" Value="{DynamicResource LayoutPreviewActualScaleZoneBackgroundBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource LayoutPreviewZoneBorderBrush}" />
<Setter Property="BorderThickness" Value="2" />
<Setter Property="BorderBrush" Value="{DynamicResource SystemControlBackgroundAccentBrush}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="CornerRadius" Value="4" />
<Setter Property="Effect" Value="{StaticResource ZoneDropShadow}" />
</Style>
<Style x:Key="CanvasLayoutSmallScalePreviewStyle" TargetType="Border">
@@ -29,9 +28,8 @@
<Style x:Key="CanvasLayoutActualScalePreviewStyle" TargetType="Border">
<Setter Property="Background" Value="{DynamicResource LayoutPreviewActualScaleZoneBackgroundBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource LayoutPreviewZoneBorderBrush}" />
<Setter Property="BorderThickness" Value="2" />
<Setter Property="BorderBrush" Value="{DynamicResource SystemControlBackgroundAccentBrush}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="CornerRadius" Value="4" />
<Setter Property="Effect" Value="{StaticResource ZoneDropShadow}" />
</Style>
</ResourceDictionary>