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.
9797| Key | Description |
9898| --- | --- |
9999| Color.Window | Window background color |
100+ | Color.WindowBorder | Window border color. Only used on Linux. |
100101| Color.TitleBar | Title bar background color |
101102| Color.ToolBar | Tool bar background color |
102103| Color.Popup | Popup panel background color |
Original file line number Diff line number Diff line change 118118 <Grid Margin =" {TemplateBinding Padding}" Effect =" drop-shadow(0 0 12 #A0000000)" >
119119 <Border x : Name =" PART_ContentRoot"
120120 Background =" {DynamicResource Brush.Window}"
121- BorderBrush =" {DynamicResource Brush.Border0 }"
121+ BorderBrush =" {DynamicResource Brush.WindowBorder }"
122122 BorderThickness =" 1"
123123 CornerRadius =" 8" >
124124 <VisualLayerManager >
Original file line number Diff line number Diff line change 66 <Color x : Key =" Color.MacOS.Minimize" >#FFFFBE2F</Color >
77 <Color x : Key =" Color.MacOS.Maximize" >#FF29c941</Color >
88 <Color x : Key =" Color.Window" >#FFF0F5F9</Color >
9+ <Color x : Key =" Color.WindowBorder" >#FFAFAFAF</Color >
910 <Color x : Key =" Color.TitleBar" >#FFCFDEEA</Color >
1011 <Color x : Key =" Color.ToolBar" >#FFF0F5F9</Color >
1112 <Color x : Key =" Color.Popup" >#FFF8F8F8</Color >
3637 <Color x : Key =" Color.MacOS.Minimize" >#FFFCBB2D</Color >
3738 <Color x : Key =" Color.MacOS.Maximize" >#FF25C53C</Color >
3839 <Color x : Key =" Color.Window" >#FF252525</Color >
40+ <Color x : Key =" Color.WindowBorder" >#FF444444</Color >
3941 <Color x : Key =" Color.TitleBar" >#FF1F1F1F</Color >
4042 <Color x : Key =" Color.ToolBar" >#FF2C2C2C</Color >
4143 <Color x : Key =" Color.Popup" >#FF2B2B2B</Color >
6668 <SolidColorBrush x : Key =" Brush.MacOS.Minimize" Color =" {DynamicResource Color.MacOS.Minimize}" />
6769 <SolidColorBrush x : Key =" Brush.MacOS.Maximize" Color =" {DynamicResource Color.MacOS.Maximize}" />
6870 <SolidColorBrush x : Key =" Brush.Window" Color =" {DynamicResource Color.Window}" />
71+ <SolidColorBrush x : Key =" Brush.WindowBorder" Color =" {DynamicResource Color.WindowBorder}" />
6972 <SolidColorBrush x : Key =" Brush.TitleBar" Color =" {DynamicResource Color.TitleBar}" />
7073 <SolidColorBrush x : Key =" Brush.ToolBar" Color =" {DynamicResource Color.ToolBar}" />
7174 <SolidColorBrush x : Key =" Brush.Popup" Color =" {DynamicResource Color.Popup}" />
You can’t perform that action at this time.
0 commit comments