|
19 | 19 | <Setter Property="FontFamily" Value="Segoe UI" />
|
20 | 20 | <Setter Property="FontSize" Value="11" />
|
21 | 21 | <Setter Property="FontWeight" Value="Normal" />
|
22 |
| - <Setter Property="Foreground" Value="{x:Static SystemColors.ControlTextBrush}" /> |
| 22 | + <Setter Property="Foreground" Value="{ DynamicResource {x:Static SystemColors.ControlTextBrush}}" /> |
23 | 23 | </Style.Setters>
|
24 | 24 | </Style>
|
25 | 25 | <Style x:Key="SubtleLabel" TargetType="TextBlock">
|
26 | 26 | <Style.Setters>
|
27 | 27 | <Setter Property="FontFamily" Value="Segoe UI" />
|
28 | 28 | <Setter Property="FontSize" Value="11" />
|
29 | 29 | <Setter Property="FontWeight" Value="Thin" />
|
30 |
| - <Setter Property="Foreground" Value="{x:Static SystemColors.GrayTextBrush}" /> |
| 30 | + <Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.GrayTextBrush}}" /> |
31 | 31 | </Style.Setters>
|
32 | 32 | </Style>
|
33 | 33 | <Style x:Key="HeadingLabel" TargetType="TextBlock">
|
34 | 34 | <Style.Setters>
|
35 | 35 | <Setter Property="FontFamily" Value="Segoe UI" />
|
36 | 36 | <Setter Property="FontSize" Value="14" />
|
37 | 37 | <Setter Property="FontWeight" Value="Bold" />
|
38 |
| - <Setter Property="Foreground" Value="{x:Static SystemColors.ControlTextBrush}" /> |
| 38 | + <Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.ControlTextBrush}}" /> |
39 | 39 | </Style.Setters>
|
40 | 40 | </Style>
|
41 | 41 | <Style x:Key="SectionBorder" TargetType="Border">
|
42 | 42 | <Style.Setters>
|
43 |
| - <Setter Property="Background" Value="{x:Static SystemColors.ControlBrush}" /> |
44 |
| - <Setter Property="BorderBrush" Value="{x:Static SystemColors.HighlightBrush}" /> |
| 43 | + <Setter Property="Background" Value="{DynamicResource {x:Static SystemColors.ControlBrush}}" /> |
| 44 | + <Setter Property="BorderBrush" Value="{DynamicResource {x:Static SystemColors.HighlightBrush}}" /> |
45 | 45 | <Setter Property="BorderThickness" Value="2" />
|
46 | 46 | <Setter Property="CornerRadius" Value="8" />
|
47 | 47 | <Setter Property="Margin" Value="8,8" />
|
|
64 | 64 | </Style>
|
65 | 65 | </ResourceDictionary>
|
66 | 66 | </UserControl.Resources>
|
67 |
| - <Grid Background="{x:Static SystemColors.WindowBrush}"> |
| 67 | + <Grid Background="{DynamicResource {x:Static SystemColors.WindowBrush}}"> |
68 | 68 | <Grid.ColumnDefinitions>
|
69 | 69 | <ColumnDefinition Width="*" MinWidth="250"/>
|
70 | 70 | <ColumnDefinition Width="*" MinWidth="250"/>
|
|
133 | 133 | CommandParameter="{Binding ElementName=GitHubUrl, Path=NavigateUri}"
|
134 | 134 | TextDecorations="{x:Null}">
|
135 | 135 | <Border Background="Transparent">
|
136 |
| - <Path Stretch="Fill" Fill="{x:Static SystemColors.ControlDarkDarkBrush}" Width="25" Height="25" |
| 136 | + <Path Stretch="Fill" Fill="{DynamicResource {x:Static SystemColors.ControlDarkDarkBrush}}" Width="25" Height="25" |
137 | 137 | Data=" M 59.996,0.000 C 26.866,0.000 0.000,26.863 0.000,60.003 C 0.000,86.510 17.190,108.999 41.035,116.934 C 44.035,117.484 45.130,115.632 45.130,114.041 C 45.130,112.617 45.078,108.844 45.049,103.837 C 28.359,107.463 24.837,95.794 24.837,95.794 C 22.109,88.862 18.175,87.017 18.175,87.017 C 12.728,83.294 18.588,83.370 18.588,83.370 C 24.609,83.794 27.778,89.553 27.778,89.553 C 33.130,98.722 41.821,96.074 45.240,94.539 C 45.785,90.661 47.335,88.017 49.049,86.517 C 35.725,85.003 21.719,79.856 21.719,56.863 C 21.719,50.313 24.057,44.957 27.895,40.763 C 27.278,39.245 25.219,33.145 28.483,24.884 C 28.483,24.884 33.521,23.271 44.982,31.035 C 49.768,29.704 54.901,29.039 60.003,29.016 C 65.099,29.039 70.232,29.704 75.025,31.035 C 86.479,23.271 91.508,24.884 91.508,24.884 C 94.781,33.145 92.722,39.245 92.105,40.763 C 95.950,44.957 98.272,50.313 98.272,56.863 C 98.272,79.913 84.244,84.985 70.877,86.471 C 73.032,88.323 74.951,91.985 74.951,97.582 C 74.951,105.603 74.877,112.074 74.877,114.041 C 74.877,115.646 75.958,117.513 79.003,116.927 C 102.824,108.977 120.000,86.503 120.000,60.003 C 120.000,26.863 93.134,0.000 59.996,0.000 Z"/>
|
138 | 138 | </Border>
|
139 | 139 | </Hyperlink>
|
|
146 | 146 | CommandParameter="{Binding ElementName=TwitterUrl, Path=NavigateUri}"
|
147 | 147 | TextDecorations="{x:Null}">
|
148 | 148 | <Border Background="Transparent">
|
149 |
| - <Path Stretch="Fill" Fill="{x:Static SystemColors.ControlDarkDarkBrush}" Width="25" Height="25" |
| 149 | + <Path Stretch="Fill" Fill="{DynamicResource {x:Static SystemColors.ControlDarkDarkBrush}}" Width="25" Height="25" |
150 | 150 | Data="F1 M 92.670,42.747 C 92.702,43.460 92.718,44.177 92.718,44.897 C 92.718,66.860 76.001,92.185 45.431,92.185 C 36.045,92.185 27.310,89.433 19.954,84.718 C 21.255,84.871 22.577,84.950 23.919,84.950 C 31.706,84.950 38.872,82.293 44.560,77.836 C 37.287,77.701 31.149,72.896 29.034,66.293 C 30.049,66.487 31.090,66.591 32.161,66.591 C 33.677,66.591 35.145,66.388 36.540,66.009 C 28.937,64.482 23.208,57.765 23.208,49.712 C 23.208,49.642 23.208,49.572 23.209,49.503 C 25.450,50.748 28.013,51.496 30.737,51.582 C 26.278,48.601 23.344,43.514 23.344,37.748 C 23.344,34.703 24.163,31.848 25.594,29.393 C 33.791,39.448 46.037,46.065 59.850,46.758 C 59.567,45.541 59.420,44.273 59.420,42.970 C 59.420,33.792 66.861,26.351 76.040,26.351 C 80.820,26.351 85.139,28.369 88.171,31.599 C 91.957,30.854 95.514,29.471 98.725,27.566 C 97.484,31.447 94.849,34.704 91.417,36.761 C 94.779,36.359 97.982,35.466 100.963,34.144 C 98.735,37.477 95.917,40.404 92.670,42.747 Z M 60.000,0.000 C 26.863,0.000 0.000,26.863 0.000,60.000 C 0.000,93.137 26.863,120.000 60.000,120.000 C 93.137,120.000 120.000,93.137 120.000,60.000 C 120.000,26.863 93.137,0.000 60.000,0.000 Z"/>
|
151 | 151 | </Border>
|
152 | 152 | </Hyperlink>
|
|
0 commit comments