aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-01 18:27:22 -0400
committerMichael <[email protected]>2017-06-01 18:27:22 -0400
commit0b9ac754acd76348cd1a61fde14f0821e32a31c8 (patch)
tree85ef1e718405086f9baae858516ef83738be9c57 /ShiftOS_TheReturn
parentd001b613fba71bcee04163492940f17a0027daa7 (diff)
downloadshiftos_thereturn-0b9ac754acd76348cd1a61fde14f0821e32a31c8.tar.gz
shiftos_thereturn-0b9ac754acd76348cd1a61fde14f0821e32a31c8.tar.bz2
shiftos_thereturn-0b9ac754acd76348cd1a61fde14f0821e32a31c8.zip
Another new default skin.
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Skinning.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs
index 4a073f4..d5114c5 100644
--- a/ShiftOS_TheReturn/Skinning.cs
+++ b/ShiftOS_TheReturn/Skinning.cs
@@ -343,7 +343,7 @@ namespace ShiftOS.Engine
private static readonly Color DefaultBackground = Color.FromArgb(0x11, 0x11, 0x11);
private static readonly Color DefaultForeground = Color.FromArgb(0xDD, 0xDD, 0xDD);
private static readonly Color Accent1 = Color.FromArgb(0x66, 0x66, 0x66);
- private static readonly Color Accent2 = Color.FromArgb(0x80, 0, 0);
+ private static readonly Color Accent2 = Color.FromArgb(0x0, 0x80, 0);
private static readonly Color DesktopBG = Color.FromArgb(0x00, 0x00, 0x00);
private static readonly Font SysFont = new Font("Tahoma", 9F);
private static readonly Font SysFont2 = new Font("Tahoma", 10F, FontStyle.Bold);
@@ -351,7 +351,7 @@ namespace ShiftOS.Engine
private static readonly Font Header2 = new Font("Courier New", 17.5F, FontStyle.Bold);
private static readonly Font Header3 = new Font("Courier New", 15F, FontStyle.Bold);
- private static readonly Color TitleBG = Color.FromArgb(0x55, 0x11, 0x11);
+ private static readonly Color TitleBG = Color.FromArgb(0x11, 0x55, 0x11);
private static readonly Color TitleFG = Color.FromArgb(0xaa, 0xaa, 0xaa);
//Todo: When making Shifter GUI we need to label all these with proper Shifter attributes to get 'em displaying in the right places.
@@ -650,7 +650,7 @@ namespace ShiftOS.Engine
[ShifterName("Close Button Color")]
[RequiresUpgrade("shift_title_buttons")]
[ShifterDescription("The close button color")]
- public Color CloseButtonColor = Accent2;
+ public Color CloseButtonColor = Color.FromArgb(0x80,0,0);
[ShifterMeta("Windows")]
[ShifterCategory("Title Buttons")]