mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-22 02:45:00 +00:00
- supports to use multi-line as stash message - new style to display stashes Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
b06a4cbb8a
commit
6d682ac409
19 changed files with 219 additions and 54 deletions
|
@ -54,8 +54,8 @@ namespace SourceGit.Views
|
|||
var color = COLOR[idx];
|
||||
var hsl = color.ToHsl();
|
||||
var color2 = ActualThemeVariant == ThemeVariant.Dark
|
||||
? new HslColor(hsl.A, hsl.H,hsl.S, hsl.L - 0.1).ToRgb()
|
||||
: new HslColor(hsl.A, hsl.H,hsl.S, hsl.L + 0.1).ToRgb();
|
||||
? new HslColor(hsl.A, hsl.H, hsl.S, hsl.L - 0.1).ToRgb()
|
||||
: new HslColor(hsl.A, hsl.H, hsl.S, hsl.L + 0.1).ToRgb();
|
||||
|
||||
var background = new LinearGradientBrush
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue