Apply suggestions from code review
Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>
This commit is contained in:
parent
3716cc3bcc
commit
92e0362eb6
@ -1,5 +1,5 @@
|
|||||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
<SolidColorBrush x:Key="SplitViewSeparatorBackground" Opacity="0.08" Color="#F9F9F9" />
|
<SolidColorBrush x:Key="SplitViewSeparatorBackground" Opacity="0.08" Color="#F9F9F9" />
|
||||||
<SolidColorBrush x:Key="SplitViewMaskBrush" Color="#FFA7ABB0" Opacity="0.2"></SolidColorBrush>
|
<SolidColorBrush x:Key="SplitViewMaskBrush" Opacity="0.2" Color="#A7ABB0" />
|
||||||
<SolidColorBrush x:Key="SplitViewPaneBackground" Color="#16161A" />
|
<SolidColorBrush x:Key="SplitViewPaneBackground" Color="#16161A" />
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
@ -1,5 +1,5 @@
|
|||||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
<SolidColorBrush x:Key="SplitViewSeparatorBackground" Opacity="0.08" Color="#1C1F23" />
|
<SolidColorBrush x:Key="SplitViewSeparatorBackground" Opacity="0.08" Color="#1C1F23" />
|
||||||
<SolidColorBrush x:Key="SplitViewMaskBrush" Color="#FF555B61" Opacity="0.2"></SolidColorBrush>
|
<SolidColorBrush x:Key="SplitViewMaskBrush" Opacity="0.2" Color="#555B61" />
|
||||||
<SolidColorBrush x:Key="SplitViewPaneBackground" Color="White" />
|
<SolidColorBrush x:Key="SplitViewPaneBackground" Color="White" />
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
Loading…
x
Reference in New Issue
Block a user