Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 1d57ce8

Browse files
committed
Update separator colors
1 parent 7535c64 commit 1d57ce8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/GitHub.VisualStudio.UI/Styles/ThemeDark.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<Color x:Key="GitHubActionLinkItemColor">#FF0097FB</Color>
1414
<SolidColorBrush x:Key="GitHubActionLinkItemBrush" Color="{StaticResource GitHubActionLinkItemColor}" PresentationOptions:Freeze="true" />
15-
16-
<Color x:Key="GitHubHeaderSeparatorColor">#FF2D2D30</Color>
15+
16+
<Color x:Key="GitHubHeaderSeparatorColor">#FF3f3f46</Color>
1717
<SolidColorBrush x:Key="GitHubHeaderSeparatorBrush" Color="{StaticResource GitHubHeaderSeparatorColor}" PresentationOptions:Freeze="true" />
1818

1919
<Color x:Key="GitHubPaneTitleColor">#FFFFFFFF</Color>

src/GitHub.VisualStudio.UI/Styles/ThemeLight.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Color x:Key="GitHubActionLinkItemColor">#FF0E70C0</Color>
1414
<SolidColorBrush x:Key="GitHubActionLinkItemBrush" Color="{StaticResource GitHubActionLinkItemColor}" PresentationOptions:Freeze="true" />
1515

16-
<Color x:Key="GitHubHeaderSeparatorColor">#FFEEEEF2</Color>
16+
<Color x:Key="GitHubHeaderSeparatorColor">#FFcccedb</Color>
1717
<SolidColorBrush x:Key="GitHubHeaderSeparatorBrush" Color="{StaticResource GitHubHeaderSeparatorColor}" PresentationOptions:Freeze="true" />
1818

1919
<Color x:Key="GitHubPaneTitleColor">#FF1B293E</Color>

src/GitHub.VisualStudio.UI/Views/Documents/PullRequestPageView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181

8282
<Rectangle DockPanel.Dock="Top" Style="{StaticResource Separator}" Height="2" Margin="0 16 0 8"/>
8383

84-
<Border BorderBrush="#D1D5DA" BorderThickness="1" Margin="0 4">
84+
<Border BorderBrush="{DynamicResource GitHubHeaderSeparatorBrush}" BorderThickness="1" Margin="0 4">
8585
<StackPanel Orientation="Vertical">
86-
<Border Padding="8" Background="#F6F8FA" BorderBrush="#D1D5DA" BorderThickness="0 0 0 1">
86+
<Border Padding="8" Background="{DynamicResource GitHubBranchNameBackgroundBrush}" BorderBrush="{DynamicResource GitHubHeaderSeparatorBrush}" BorderThickness="0 0 0 1">
8787
<StackPanel Orientation="Horizontal" DockPanel.Dock="Left" >
8888
<v:ActorAvatarView Width="16"
8989
Height="16"

0 commit comments

Comments
 (0)