|
409 | 409 | <ui:OcticonImage Icon="git_branch" Foreground="{DynamicResource GitHubVsGrayText}" /> |
410 | 410 | <ui:GitHubActionLink x:Name="branchSelectionButton" Content="master" HasDropDown="True" Margin="5,0,0,0" VerticalAlignment="Center" Click="branchSelectionButton_Click" /> |
411 | 411 | <ui:OcticonImage Height="13" Icon="chevron_left" Foreground="{DynamicResource GitHubVsGrayText}" Margin="0,1,0,0" VerticalAlignment="Center" /> |
412 | | - <Label Content="{Binding CurrentBranchName}" Foreground="{DynamicResource GitHubVsToolWindowText}"/> |
| 412 | + <Label Content="{Binding CurrentBranchName}" Foreground="{DynamicResource GitHubVsGrayText}"/> |
413 | 413 | </StackPanel> |
414 | 414 |
|
415 | 415 | <!-- Show a check if the branch is mergeable (is that even a word??), |
|
674 | 674 | <TextBlock Text="I am an example commit message" |
675 | 675 | ToolTip="I am an example commit message" |
676 | 676 | VerticalAlignment="Top" |
| 677 | + Foreground="{DynamicResource GitHubVsToolWindowText}" |
677 | 678 | FontSize="14" |
678 | 679 | Margin="10,-3,5,0" |
679 | 680 | Grid.Column="1" |
|
686 | 687 | FontSize="11" |
687 | 688 | Grid.Column="1" |
688 | 689 | Grid.Row="1" |
689 | | - Foreground="#FF777777"/> |
| 690 | + Foreground="{DynamicResource GitHubVsGrayText}"/> |
690 | 691 | </Grid> |
691 | 692 | </ListViewItem> |
692 | 693 |
|
|
710 | 711 | Width="16" |
711 | 712 | HorizontalAlignment="Left" |
712 | 713 | VerticalAlignment="Center" |
| 714 | + Foreground="{DynamicResource GitHubVsGrayText}" |
713 | 715 | Icon="file_text" /> |
714 | 716 |
|
715 | | - <TextBlock Grid.Column="1" Text="src\file_added.cs" /> |
| 717 | + <TextBlock |
| 718 | + Foreground="{DynamicResource GitHubVsWindowText}" |
| 719 | + Grid.Column="1" Text="src\file_added.cs" /> |
716 | 720 |
|
717 | 721 | <ui:OcticonImage Icon="diff_added" Grid.Column="2" Foreground="#ff6cc644" ToolTip="Added" /> |
718 | 722 | </Grid> |
|
732 | 736 | Width="16" |
733 | 737 | HorizontalAlignment="Left" |
734 | 738 | VerticalAlignment="Center" |
| 739 | + Foreground="{DynamicResource GitHubVsGrayText}" |
735 | 740 | Icon="file_text" /> |
736 | 741 |
|
737 | | - <TextBlock Grid.Column="1" Text="src\file_modified.cs" /> |
| 742 | + <TextBlock |
| 743 | + Foreground="{DynamicResource GitHubVsWindowText}" |
| 744 | + Grid.Column="1" Text="src\file_modified.cs" /> |
738 | 745 |
|
739 | 746 | <ui:OcticonImage Icon="diff_modified" Grid.Column="2" Foreground="#ffbbbbbb" ToolTip="Modified" /> |
740 | 747 | </Grid> |
|
754 | 761 | Width="16" |
755 | 762 | HorizontalAlignment="Left" |
756 | 763 | VerticalAlignment="Center" |
| 764 | + Foreground="{DynamicResource GitHubVsGrayText}" |
757 | 765 | Icon="file_text" /> |
758 | 766 |
|
759 | | - <TextBlock Grid.Column="1" Text="src\file_removed.cs" /> |
| 767 | + <TextBlock |
| 768 | + Foreground="{DynamicResource GitHubVsWindowText}" |
| 769 | + Grid.Column="1" Text="src\file_removed.cs" /> |
760 | 770 |
|
761 | 771 | <ui:OcticonImage Icon="diff_removed" Grid.Column="2" Foreground="#FFbd2c00" ToolTip="Removed" /> |
762 | 772 | </Grid> |
|
776 | 786 | Width="16" |
777 | 787 | HorizontalAlignment="Left" |
778 | 788 | VerticalAlignment="Center" |
| 789 | + Foreground="{DynamicResource GitHubVsGrayText}" |
779 | 790 | Icon="file_text" /> |
780 | 791 |
|
781 | | - <TextBlock Grid.Column="1" Text="src\file_renamed.cs" /> |
| 792 | + <TextBlock |
| 793 | + Foreground="{DynamicResource GitHubVsWindowText}" |
| 794 | + Grid.Column="1" Text="src\file_renamed.cs" /> |
782 | 795 |
|
783 | 796 | <ui:OcticonImage Icon="diff_renamed" Grid.Column="2" Foreground="#ff4078c0" ToolTip="Renamed" /> |
784 | 797 | </Grid> |
|
0 commit comments