aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Theme.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-11-15 19:23:40 -0500
committerlempamo <[email protected]>2017-11-15 19:23:40 -0500
commit6a100bc8794d0e7313868a4b7082d9475117617c (patch)
treefee0b0fdc91f65e3214cc9bb286c31cc3281339f /Histacom2.Engine/Theme.cs
parent3f03fdb36c72812ec7b899ba533260b06286de55 (diff)
downloadhistacom2-6a100bc8794d0e7313868a4b7082d9475117617c.tar.gz
histacom2-6a100bc8794d0e7313868a4b7082d9475117617c.tar.bz2
histacom2-6a100bc8794d0e7313868a4b7082d9475117617c.zip
added in gradient top bar to winclassic
Diffstat (limited to 'Histacom2.Engine/Theme.cs')
-rw-r--r--Histacom2.Engine/Theme.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Histacom2.Engine/Theme.cs b/Histacom2.Engine/Theme.cs
index 6a25602..d4b56c1 100644
--- a/Histacom2.Engine/Theme.cs
+++ b/Histacom2.Engine/Theme.cs
@@ -27,8 +27,10 @@ namespace Histacom2.Engine
public Color windowColor { get; set; }
public Color activeTitleBarColor { get; set; }
+ public Color activeTitleBarColor2 { get; set; }
public Color activeTitleTextColor { get; set; }
public Color inactiveTitleBarColor { get; set; }
+ public Color inactiveTitleBarColor2 { get; set; }
public Color inactiveTitleTextColor { get; set; }
public Color selectedBackColor { get; set; }