File tree 1 file changed +10
-1
lines changed
src/cascadia/TerminalSettingsEditor
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 44
44
<StaticResource x : Key =" SettingContainerMessageForeground"
45
45
ResourceKey =" TextFillColorPrimaryBrush" />
46
46
47
+ <StaticResource x : Key =" SettingContainerResetButtonIconForeground"
48
+ ResourceKey =" SystemAccentColorDark2" />
49
+
47
50
</ResourceDictionary >
48
51
<ResourceDictionary x : Key =" HighContrast" >
49
52
<Style x : Key =" SecondaryTextBlockStyle"
73
76
ResourceKey =" SystemColorWindowTextColorBrush" />
74
77
<StaticResource x : Key =" SettingContainerMessageForeground"
75
78
ResourceKey =" SystemColorWindowTextColorBrush" />
79
+
80
+ <StaticResource x : Key =" SettingContainerResetButtonIconForeground"
81
+ ResourceKey =" SystemAccentColorLight1" />
76
82
</ResourceDictionary >
77
83
<ResourceDictionary x : Key =" Dark" >
78
84
<Style x : Key =" SecondaryTextBlockStyle"
106
112
ResourceKey =" TextFillColorPrimaryBrush" />
107
113
<StaticResource x : Key =" SettingContainerMessageForeground"
108
114
ResourceKey =" TextFillColorPrimaryBrush" />
115
+
116
+ <StaticResource x : Key =" SettingContainerResetButtonIconForeground"
117
+ ResourceKey =" SystemAccentColorLight2" />
109
118
</ResourceDictionary >
110
119
</ResourceDictionary .ThemeDictionaries>
111
120
136
145
137
146
<Style x : Key =" SettingContainerFontIconStyle"
138
147
TargetType =" FontIcon" >
139
- <Setter Property =" Foreground" Value =" {StaticResource SystemAccentColor }" />
148
+ <Setter Property =" Foreground" Value =" {ThemeResource SettingContainerResetButtonIconForeground }" />
140
149
<Setter Property =" FontSize" Value =" 11" />
141
150
<Setter Property =" FontFamily" Value =" {ThemeResource SymbolThemeFontFamily}" />
142
151
</Style >
You can’t perform that action at this time.
0 commit comments