File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ This app supports open repository in external tools listed in the table below.
97
97
| Key | Description |
98
98
| --- | --- |
99
99
| Color.Window | Window background color |
100
+ | Color.WindowBorder | Window border color. Only used on Linux. |
100
101
| Color.TitleBar | Title bar background color |
101
102
| Color.ToolBar | Tool bar background color |
102
103
| Color.Popup | Popup panel background color |
Original file line number Diff line number Diff line change 118
118
<Grid Margin =" {TemplateBinding Padding}" Effect =" drop-shadow(0 0 12 #A0000000)" >
119
119
<Border x : Name =" PART_ContentRoot"
120
120
Background =" {DynamicResource Brush.Window}"
121
- BorderBrush =" {DynamicResource Brush.Border0 }"
121
+ BorderBrush =" {DynamicResource Brush.WindowBorder }"
122
122
BorderThickness =" 1"
123
123
CornerRadius =" 8" >
124
124
<VisualLayerManager >
Original file line number Diff line number Diff line change 6
6
<Color x : Key =" Color.MacOS.Minimize" >#FFFFBE2F</Color >
7
7
<Color x : Key =" Color.MacOS.Maximize" >#FF29c941</Color >
8
8
<Color x : Key =" Color.Window" >#FFF0F5F9</Color >
9
+ <Color x : Key =" Color.WindowBorder" >#FFAFAFAF</Color >
9
10
<Color x : Key =" Color.TitleBar" >#FFCFDEEA</Color >
10
11
<Color x : Key =" Color.ToolBar" >#FFF0F5F9</Color >
11
12
<Color x : Key =" Color.Popup" >#FFF8F8F8</Color >
36
37
<Color x : Key =" Color.MacOS.Minimize" >#FFFCBB2D</Color >
37
38
<Color x : Key =" Color.MacOS.Maximize" >#FF25C53C</Color >
38
39
<Color x : Key =" Color.Window" >#FF252525</Color >
40
+ <Color x : Key =" Color.WindowBorder" >#FF444444</Color >
39
41
<Color x : Key =" Color.TitleBar" >#FF1F1F1F</Color >
40
42
<Color x : Key =" Color.ToolBar" >#FF2C2C2C</Color >
41
43
<Color x : Key =" Color.Popup" >#FF2B2B2B</Color >
66
68
<SolidColorBrush x : Key =" Brush.MacOS.Minimize" Color =" {DynamicResource Color.MacOS.Minimize}" />
67
69
<SolidColorBrush x : Key =" Brush.MacOS.Maximize" Color =" {DynamicResource Color.MacOS.Maximize}" />
68
70
<SolidColorBrush x : Key =" Brush.Window" Color =" {DynamicResource Color.Window}" />
71
+ <SolidColorBrush x : Key =" Brush.WindowBorder" Color =" {DynamicResource Color.WindowBorder}" />
69
72
<SolidColorBrush x : Key =" Brush.TitleBar" Color =" {DynamicResource Color.TitleBar}" />
70
73
<SolidColorBrush x : Key =" Brush.ToolBar" Color =" {DynamicResource Color.ToolBar}" />
71
74
<SolidColorBrush x : Key =" Brush.Popup" Color =" {DynamicResource Color.Popup}" />
You can’t perform that action at this time.
0 commit comments