This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/GitHub.VisualStudio.UI Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments