aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Theme.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-21 23:00:23 -0400
committerlempamo <[email protected]>2017-10-21 23:00:23 -0400
commit84b7c410b36b9d859b98150be15641d7fa6a6442 (patch)
treea53b170307151ed36acdd47f6ddac6cb9fe3e376 /Histacom2.Engine/Theme.cs
parent54a3e8fe71f936580339e4a4a6fb650d57fbb5d1 (diff)
downloadhistacom2-84b7c410b36b9d859b98150be15641d7fa6a6442.tar.gz
histacom2-84b7c410b36b9d859b98150be15641d7fa6a6442.tar.bz2
histacom2-84b7c410b36b9d859b98150be15641d7fa6a6442.zip
more xp start menu icons
Diffstat (limited to 'Histacom2.Engine/Theme.cs')
-rw-r--r--Histacom2.Engine/Theme.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Histacom2.Engine/Theme.cs b/Histacom2.Engine/Theme.cs
index fa3d334..f9ca6c9 100644
--- a/Histacom2.Engine/Theme.cs
+++ b/Histacom2.Engine/Theme.cs
@@ -173,6 +173,11 @@ namespace Histacom2.Engine
{
startSound = Properties.Resources.WinBadXPStart;
+ threeDObjectsColor = Color.White;
+
+ selectedBackColor = Color.FromArgb(51, 102, 204);
+ selectedTextColor = Color.White;
+
defaultWallpaper = Properties.Resources.WinXPWallpaper;
themeName = "badxp";
}