mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 17:24:59 +00:00
feature: add new color key Color.DecoratorFG
to customize foreground color of commit refs (#225)
This commit is contained in:
parent
fb5a7111c6
commit
366e467578
4 changed files with 6 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
Text="{Binding Name}"
|
||||
FontSize="10"
|
||||
Margin="4,0"
|
||||
Foreground="Black"
|
||||
Foreground="{DynamicResource Brush.DecoratorFG}"
|
||||
FontWeight="{Binding Type, Converter={x:Static c:DecoratorTypeConverters.ToFontWeight}}"/>
|
||||
</Border>
|
||||
</StackPanel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue