diff options
| author | AShifter <[email protected]> | 2017-10-14 21:45:59 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-10-14 21:45:59 -0600 |
| commit | 9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c (patch) | |
| tree | 4910219c6c6c213e7119d166b753bbb168d83db2 /ShiftOS.Engine/WindowManager/ShiftSkinData.cs | |
| parent | c2f59d0b9dffdcfaabff7f0087a40988c39e9f98 (diff) | |
| download | shiftos-rewind-9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c.tar.gz shiftos-rewind-9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c.tar.bz2 shiftos-rewind-9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c.zip | |
Finish Skinning and Serialize Current Skin
Almost fixed the contect button glitch and i'm using Newtonsoft.JSON to
save skins!
Diffstat (limited to 'ShiftOS.Engine/WindowManager/ShiftSkinData.cs')
| -rw-r--r-- | ShiftOS.Engine/WindowManager/ShiftSkinData.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Engine/WindowManager/ShiftSkinData.cs b/ShiftOS.Engine/WindowManager/ShiftSkinData.cs index 2c03123..9f4bf45 100644 --- a/ShiftOS.Engine/WindowManager/ShiftSkinData.cs +++ b/ShiftOS.Engine/WindowManager/ShiftSkinData.cs @@ -11,6 +11,9 @@ namespace ShiftOS.Engine.WindowManager public static Color btnCloseColor = Color.Empty; public static Color btnMaxColor = Color.Empty; public static Color btnMinColor = Color.Empty; + public static Color btnCloseHoverColor = Color.Empty; + public static Color btnMaxHoverColor = Color.Empty; + public static Color btnMinHoverColor = Color.Empty; public static Color leftSideColor = Color.Empty; public static Color rightSideColor = Color.Empty; public static Color leftBottomCornerColor = Color.Empty; |
