File tree Expand file tree Collapse file tree
src/Notepads/Controls/DiffViewer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <ResourceDictionary >
1010 <ResourceDictionary .ThemeDictionaries>
1111 <ResourceDictionary x : Key =" Dark" >
12- <SolidColorBrush x : Key =" RightBoxBackgroundThemeBrush" Color =" Black " Opacity =" 0.15" />
13- <SolidColorBrush x : Key =" HeaderBackgroundThemeBrush" Color =" Black " Opacity =" 0.2" />
12+ <SolidColorBrush x : Key =" RightBoxBackgroundThemeBrush" Color =" {StaticResource SystemAltHighColor} " Opacity =" 0.15" />
13+ <SolidColorBrush x : Key =" HeaderBackgroundThemeBrush" Color =" {StaticResource SystemAltHighColor} " Opacity =" 0.2" />
1414 </ResourceDictionary >
1515 <ResourceDictionary x : Key =" Light" >
16- <SolidColorBrush x : Key =" RightBoxBackgroundThemeBrush" Color =" White " Opacity =" 0.25" />
17- <SolidColorBrush x : Key =" HeaderBackgroundThemeBrush" Color =" Black " Opacity =" 0.05" />
16+ <SolidColorBrush x : Key =" RightBoxBackgroundThemeBrush" Color =" {StaticResource SystemAltHighColor} " Opacity =" 0.25" />
17+ <SolidColorBrush x : Key =" HeaderBackgroundThemeBrush" Color =" {StaticResource SystemBaseHighColor} " Opacity =" 0.05" />
1818 </ResourceDictionary >
1919 <ResourceDictionary x : Key =" HighContrast" >
2020 <SolidColorBrush x : Key =" RightBoxBackgroundThemeBrush" Color =" {ThemeResource SystemColorWindowColor}" />
You can’t perform that action at this time.
0 commit comments