mirror of
https://github.com/microsoft/terminal.git
synced 2026-09-25 08:24:54 +00:00
comments before I try something stupid
This commit is contained in:
@@ -63,25 +63,23 @@
|
||||
|
||||
|
||||
|
||||
<SolidColorBrush x:Key="UnfocusedBorderBrush"
|
||||
Color="{ThemeResource ApplicationPageBackgroundThemeBrush}" />
|
||||
<StaticResource x:Key="UnfocusedBorderBrush"
|
||||
ResourceKey="ApplicationPageBackgroundThemeBrush" />
|
||||
|
||||
|
||||
</ResourceDictionary>
|
||||
|
||||
<ResourceDictionary x:Key="Light">
|
||||
<!-- Define resources for Light mode here -->
|
||||
<!-- <SolidColorBrush x:Key="TabViewBackground"
|
||||
Color="{ThemeResource SolidBackgroundFillColorBase}" />-->
|
||||
<!-- <SolidColorBrush x:Key="TabViewBackground"
|
||||
Color="{StaticResource SolidBackgroundFillColorBase}" />-->
|
||||
|
||||
<!-- This is the color of ApplicationPageBackgroundThemeBrush, which is evaluated as SolidBackgroundFillColorBase. If we try to use those resources directly though, we don't get the properly themed versions. Presumably because the App itself can't have it's RequestedTheme changed at runtime. -->
|
||||
<SolidColorBrush x:Key="TabViewBackground"
|
||||
Color="#F3F3F3" />
|
||||
|
||||
|
||||
|
||||
<SolidColorBrush x:Key="UnfocusedBorderBrush"
|
||||
Color="{ThemeResource ApplicationPageBackgroundThemeBrush}" />
|
||||
<StaticResource x:Key="UnfocusedBorderBrush"
|
||||
ResourceKey="ApplicationPageBackgroundThemeBrush" />
|
||||
|
||||
|
||||
</ResourceDictionary>
|
||||
|
||||
Reference in New Issue
Block a user