This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
GitHub.VisualStudio.UI/Styles
GitHub.VisualStudio/Views/GitHubPane Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6363 <SolidColorBrush x : Key =" GitHubDiffGlyphFill.None" Color =" #9EC7FF" />
6464
6565 <SolidColorBrush x : Key =" GitHubPeekViewBackground" Color =" #F5F5F5" />
66+ <SolidColorBrush x : Key =" GitHubPendingReviewBackground" Color =" #FFF8C7" />
6667 <SolidColorBrush x : Key =" GitHubMultilineListItemActiveBrush" Color =" #FFCCCEDB" />
6768</ResourceDictionary >
Original file line number Diff line number Diff line change 6363 <SolidColorBrush x : Key =" GitHubDiffGlyphFill.None" Color =" #569CD6" />
6464
6565 <SolidColorBrush x : Key =" GitHubPeekViewBackground" Color =" #252526" />
66+ <SolidColorBrush x : Key =" GitHubPendingReviewBackground" Color =" #FFF8C7" />
6667 <SolidColorBrush x : Key =" GitHubMultilineListItemActiveBrush" Color =" #FF3F3F46" />
6768</ResourceDictionary >
Original file line number Diff line number Diff line change 6363 <SolidColorBrush x : Key =" GitHubDiffGlyphFill.None" Color =" #9EC7FF" />
6464
6565 <SolidColorBrush x : Key =" GitHubPeekViewBackground" Color =" #F5F5F5" />
66+ <SolidColorBrush x : Key =" GitHubPendingReviewBackground" Color =" #FFF8C7" />
6667 <SolidColorBrush x : Key =" GitHubMultilineListItemActiveBrush" Color =" #FFCCCEDB" />
6768</ResourceDictionary >
Original file line number Diff line number Diff line change 3939 <Setter Property =" Padding" Value =" 0 5" />
4040 <Style .Triggers>
4141 <DataTrigger Binding =" {Binding State}" Value =" Pending" >
42- <Setter Property =" Background" Value =" #FFF8C7 " />
42+ <Setter Property =" Background" Value =" {DynamicResource GitHubPendingReviewBackground} " />
4343 <Setter Property =" Padding" Value =" 6 2 6 4" />
4444 </DataTrigger >
4545 </Style .Triggers>
You can’t perform that action at this time.
0 commit comments