diff options
Diffstat (limited to 'Histacom2.Engine/Theme.cs')
| -rw-r--r-- | Histacom2.Engine/Theme.cs | 2 |
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; } |
