aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Theme.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-11-15 19:33:54 -0500
committerlempamo <[email protected]>2017-11-15 19:33:54 -0500
commite8795f99a571ea37b4ce4ad285f4eb0765c05afa (patch)
treee5cafc819473b9623170e99856edaa4ca77056ee /Histacom2.Engine/Theme.cs
parent6a100bc8794d0e7313868a4b7082d9475117617c (diff)
downloadhistacom2-e8795f99a571ea37b4ce4ad285f4eb0765c05afa.tar.gz
histacom2-e8795f99a571ea37b4ce4ad285f4eb0765c05afa.tar.bz2
histacom2-e8795f99a571ea37b4ce4ad285f4eb0765c05afa.zip
fixed a little issue with the 98 welcome page
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 d4b56c1..1ed4f02 100644
--- a/Histacom2.Engine/Theme.cs
+++ b/Histacom2.Engine/Theme.cs
@@ -95,8 +95,10 @@ namespace Histacom2.Engine
windowColor = Color.White;
activeTitleBarColor = Color.Navy;
+ activeTitleBarColor2 = Color.FromArgb(16, 132, 208);
activeTitleTextColor = Color.White;
inactiveTitleBarColor = Color.Gray;
+ inactiveTitleBarColor2 = Color.FromArgb(181, 181, 181);
inactiveTitleTextColor = Color.Silver;
selectedBackColor = Color.Navy;