|
283 | 283 | <TextBlock Text="{Binding TypeDisplay}" |
284 | 284 | FontFamily="Consolas" |
285 | 285 | FontSize="11" |
286 | | - Foreground="#569CD6" /> |
| 286 | + Foreground="{DynamicResource {x:Static styles:VsBrushes.PanelHyperlinkKey}}" /> |
287 | 287 | </StackPanel> |
288 | 288 | </Border.ToolTip> |
289 | 289 | <StackPanel Orientation="Horizontal"> |
|
695 | 695 | <TextBlock Text="{Binding TypeDisplay}" |
696 | 696 | FontFamily="Consolas" |
697 | 697 | FontSize="12" |
698 | | - Foreground="#569CD6" |
| 698 | + Foreground="{DynamicResource {x:Static styles:VsBrushes.PanelHyperlinkKey}}" |
699 | 699 | Margin="0,4,0,0" /> |
700 | 700 | </StackPanel> |
701 | 701 |
|
|
834 | 834 | FontSize="12" |
835 | 835 | Padding="6,4" |
836 | 836 | Background="{DynamicResource {x:Static styles:VsBrushes.CommandBarMenuBackgroundGradientBeginKey}}" |
837 | | - Foreground="#B5CEA8" |
| 837 | + Foreground="{DynamicResource {x:Static styles:VsBrushes.ToolWindowTextKey}}" |
838 | 838 | BorderBrush="{DynamicResource {x:Static styles:VsBrushes.ToolWindowBorderKey}}" |
839 | 839 | BorderThickness="1" /> |
840 | 840 | </StackPanel> |
|
853 | 853 | FontFamily="Consolas" |
854 | 854 | FontWeight="SemiBold" |
855 | 855 | FontSize="12" |
856 | | - Foreground="#9CDCFE" /> |
| 856 | + Foreground="{DynamicResource {x:Static styles:VsBrushes.PanelHyperlinkKey}}" /> |
857 | 857 | <TextBlock Grid.Column="2" |
858 | 858 | Text="{Binding Value}" |
859 | 859 | FontFamily="Consolas" |
|
915 | 915 | <TextBlock Text="{Binding TypeDisplay}" |
916 | 916 | FontFamily="Consolas" |
917 | 917 | FontSize="11" |
918 | | - Foreground="#569CD6" |
| 918 | + Foreground="{DynamicResource {x:Static styles:VsBrushes.PanelHyperlinkKey}}" |
919 | 919 | VerticalAlignment="Center" /> |
920 | 920 | </StackPanel> |
921 | 921 | </Border> |
|
965 | 965 | <TextBlock Text="{Binding TypeDisplay}" |
966 | 966 | FontFamily="Consolas" |
967 | 967 | FontSize="11" |
968 | | - Foreground="#569CD6" |
| 968 | + Foreground="{DynamicResource {x:Static styles:VsBrushes.PanelHyperlinkKey}}" |
969 | 969 | VerticalAlignment="Center" /> |
970 | 970 | <TextBlock Text=" = " |
971 | 971 | FontFamily="Consolas" |
|
975 | 975 | <TextBlock Text="{Binding Value}" |
976 | 976 | FontFamily="Consolas" |
977 | 977 | FontSize="12" |
978 | | - Foreground="#B5CEA8" |
| 978 | + Foreground="{DynamicResource {x:Static styles:VsBrushes.ToolWindowTextKey}}" |
979 | 979 | VerticalAlignment="Center" /> |
980 | 980 | </StackPanel> |
981 | 981 | </Border> |
|
1025 | 1025 | <TextBlock Text="{Binding TypeDisplay}" |
1026 | 1026 | FontFamily="Consolas" |
1027 | 1027 | FontSize="11" |
1028 | | - Foreground="#569CD6" |
| 1028 | + Foreground="{DynamicResource {x:Static styles:VsBrushes.PanelHyperlinkKey}}" |
1029 | 1029 | VerticalAlignment="Center" /> |
1030 | 1030 | </StackPanel> |
1031 | 1031 | </Border> |
|
1075 | 1075 | <TextBlock Text="{Binding TypeDisplay}" |
1076 | 1076 | FontFamily="Consolas" |
1077 | 1077 | FontSize="11" |
1078 | | - Foreground="#569CD6" |
| 1078 | + Foreground="{DynamicResource {x:Static styles:VsBrushes.PanelHyperlinkKey}}" |
1079 | 1079 | VerticalAlignment="Center" /> |
1080 | 1080 | </StackPanel> |
1081 | 1081 | </Border> |
|
0 commit comments