CastleCops, Internet Crime Fighters
Need help? Click here to register for free! Absolutely zero advertisements on this site!

Donation/Premium
spacer
block bottom
Security Central
spacer
· Home
· PIRT/Fried Phish
· MIRT
· SIRT
· Deutsch
· Wiki
· Newsletter
· O16/ActiveX
· CLSID List
· Contest2007
· Downloads
· Feedback (send)
· Forums
· HijackThis
· Hijacktrend
· LSPs
· My Downloads
· O18
· O20
· O21
· O22
· O23
· O9
· Premium
· Private Messages
· Proxomitron
· Reviews
· Search
· StartupList
· Stories Archive
· Submit News
· WsIRT
· Your Account
· Acceptable Use Policy
block bottom
spacer spacer

[DONE]Cleanup.exe killed my XP Themes

 
Post new topic   This topic is locked you cannot edit posts or make replies       All -> FavForums -> Operating Systems [del.icio.us!] [digg it!] [reddit!]
View previous topic :: View next topic  
Author Message
TelepathyCrimewave

Trooper
Trooper


Joined: Jul 13, 2005
Posts: 14


PostPosted: Wed Jul 13, 2005 8:34 pm    Post subject: Cleanup.exe killed my XP Themes
Reply with quote

Ive seen a few Castle Cops threads dealing with similar issues but not exactly mine - i ran Cleanup.exe thinking it was like CCleaner but on reboot my XP windows and buttons were 98 classic view and when i went to change it back to Luna XP metallic the option wasnt even there. I checked Themes in Services , it is on, also system properties advanced visual is fine,
And On Inspection of WINDOWS Resources Luna was there as was my metallic dll ect (all was in place.)

I then went to Kellys Corner and used the Restore Themes reg key - but when i made the reg and added to registry it gave an error of numbers mismatch or somethign needless to say it did very little (possibly it was an XP version mismatch? or i saved it wrong or the reg was dependant on his registry resources exclusively - or the key belonged in WINDOWS ?- im using XP Pro maybe that was the issue) ,Regardless my issue remains as that did nothing still i have no options in Windows and Buttons view and im still stuck in classic view.

There is either a broken link in registry or a setting is turned off there but im not sure how to get my Luna Metallic back into my Windows and Options drop down. Can Anyone help here ? A designer by trade shouldnt be forced to look at classic view all day! Surprised

Back to top
View users profile Send private message
k027

Special Response Team
Guest Forums Host
Guest Forums Host

Joined: Aug 25, 2003
Posts: 8519

1st Responders SRT

PostPosted: Thu Jul 14, 2005 4:54 am    Post subject:
Reply with quote

Hello TelepathyCrimewave,

Sorry to hear of your problems with Cleanup.

You might try using System Restore to return your computer to a restore point prior to your use of Cleanup. Smile

Back to top
View users profile Send private message
TelepathyCrimewave

Trooper
Trooper


Joined: Jul 13, 2005
Posts: 14


PostPosted: Thu Jul 14, 2005 5:55 am    Post subject:
Reply with quote

yeah already thought of that but no can do it was off because i had forgotten to turn it back on after virus hunting - my last restore was after this change :\

isnt it as simple as pointing out the path to the Resources folder in registry for 3 or 4 Hkey Theme sets ? i have no idea but that seems like it would make sense - and wouldnt that automaticaly put the option back into windows and buttons after reboot ? there is someone here who knows this ive seen the thread before where the problem seemed much more complicated than mine - the luna resources folder is there - i only broke the link & subsequent options when i deleted user settings.


_________________
Effective Defense is multilayered. 3rd party Software alone is 1 dimensional, and prone to exploits.
Back to top
View users profile Send private message
helpless

Colonel
Colonel


Joined: Jan 29, 2004
Posts: 1854


PostPosted: Thu Jul 14, 2005 12:50 pm    Post subject:
Reply with quote

It has been reported to them , lets sit tight an wait for a new version.

Now i have to say that in Ccleaner you have the option to choose 'analyse' first before you clean.

And there is also3S

Back to top
View users profile Send private message MSN Messenger
jboz24

1st Responder Mentor
Premium Member

Joined: Jul 31, 2004
Posts: 1571

1st Responders Premium Team F@H

PostPosted: Fri Jul 15, 2005 4:07 am    Post subject:
Reply with quote

TelepathyCrimewave -- Please follow the instructions below and I'll be back on Sunday or Monday to help you. This may give me some insight as to what you might be missing. If you have any trouble with creating the .bat files, please let me know.

I. Themes.bat

In the "CODE" box below, copy from "@echo off" to "del /q C:\Themes.txt" into notepad.

Click "File > Save as..."
Change the Save as type: to "All Files"
Please save the file as "Themes.bat"

Code:
@echo off
cd C:\WINDOWS\Resources\Themes
dir /s /a > C:\Themes.txt
notepad C:\Themes.txt
del /q C:\Themes.txt

Launch Themes.bat and it should open up notepad with some text in it. Please paste that text in your next post.

II. Registry.bat

In the "CODE" box below, copy from "@echo off" to "del /q C:\Registry.txt" into notepad. Click "Save as..."
Save as type: should be changed to "All Files"
Please save the file as "Registry.bat"

Code:
@echo off
regedit /e C:\ex.reg "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
more C:\ex.reg >> C:\Registry.txt
regedit /e C:\ex.reg "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies"
more C:\ex.reg >> C:\Registry.txt
regedit /e C:\ex.reg "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\themefile"
more C:\ex.reg >> C:\Registry.txt
regedit /e C:\ex.reg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties"
more C:\ex.reg >> C:\Registry.txt
regedit /e C:\ex.reg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
more C:\ex.reg >> C:\Registry.txt
regedit /e C:\ex.reg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\Display_Properties"
more C:\ex.reg >> C:\Registry.txt
regedit /e C:\ex.reg "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies"
more C:\ex.reg >> C:\Registry.txt
regedit /e C:\ex.reg "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes"
more C:\ex.reg >> C:\Registry.txt
regedit /e C:\ex.reg "HKEY_USERS\.DEFAULT\Control Panel\Appearance\Schemes"
more C:\ex.reg >> C:\Registry.txt
regedit /e C:\ex.reg "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager"
more C:\ex.reg >> C:\Registry.txt
notepad C:\Registry.txt
del /q c:\ex.reg
del /q C:\Registry.txt


Launch Registry.bat and it should open up notepad with some text in it. Please paste that text in your next post.

Please also run Themes.bat from earlier and post the results of that as well.

Thanks...

Back to top
View users profile Send private message
TelepathyCrimewave

Trooper
Trooper


Joined: Jul 13, 2005
Posts: 14


PostPosted: Fri Jul 15, 2005 6:34 pm    Post subject:
Reply with quote

Ok here is the Themes bat check result first:

Volume in drive C has no label.
Volume Serial Number is 3C53-54EE

Directory of C:\WINDOWS\Resources\Themes

07/03/2005 04:46 PM <DIR> .
07/03/2005 04:46 PM <DIR> ..
07/13/2005 01:21 AM <DIR> Luna
08/23/2001 09:00 AM 1,222 Luna.theme
08/23/2001 09:00 AM 3,025 Windows Classic.theme
2 File(s) 4,247 bytes

Directory of C:\WINDOWS\Resources\Themes\Luna

07/13/2005 01:21 AM <DIR> .
07/13/2005 01:21 AM <DIR> ..
07/03/2005 04:45 PM <DIR> Shell
0 File(s) 0 bytes

Directory of C:\WINDOWS\Resources\Themes\Luna\Shell

07/03/2005 04:45 PM <DIR> .
07/03/2005 04:45 PM <DIR> ..
07/03/2005 04:46 PM <DIR> Homestead
07/03/2005 04:47 PM <DIR> Metallic
07/03/2005 04:46 PM <DIR> NormalColor
0 File(s) 0 bytes

Directory of C:\WINDOWS\Resources\Themes\Luna\Shell\Homestead

07/03/2005 04:46 PM <DIR> .
07/03/2005 04:46 PM <DIR> ..
08/23/2001 09:00 AM 362,496 shellstyle.dll
1 File(s) 362,496 bytes

Directory of C:\WINDOWS\Resources\Themes\Luna\Shell\Metallic

07/03/2005 04:47 PM <DIR> .
07/03/2005 04:47 PM <DIR> ..
08/23/2001 09:00 AM 362,496 shellstyle.dll
1 File(s) 362,496 bytes

Directory of C:\WINDOWS\Resources\Themes\Luna\Shell\NormalColor

07/03/2005 04:46 PM <DIR> .
07/03/2005 04:46 PM <DIR> ..
08/23/2001 09:00 AM 361,472 shellstyle.dll
1 File(s) 361,472 bytes

Total Files Listed:
5 File(s) 1,090,711 bytes
17 Dir(s) 3,040,591,872 bytes free



And here is the Registry bat check result

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"AppData"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,41,00,70,00,70,00,6c,00,69,00,63,00,61,00,74,00,69,\
00,6f,00,6e,00,20,00,44,00,61,00,74,00,61,00,00,00
"PrintHood"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,50,00,72,00,69,00,6e,00,74,00,48,00,6f,00,6f,00,64,\
00,00,00
"SendTo"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,4c,\
00,45,00,25,00,5c,00,53,00,65,00,6e,00,64,00,54,00,6f,00,00,00
"Templates"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,54,00,65,00,6d,00,70,00,6c,00,61,00,74,00,65,00,73,\
00,00,00
"My Pictures"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,\
00,4c,00,45,00,25,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,63,00,75,00,6d,00,\
65,00,6e,00,74,00,73,00,5c,00,4d,00,79,00,20,00,50,00,69,00,63,00,74,00,75,\
00,72,00,65,00,73,00,00,00
"Local Settings"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,\
49,00,4c,00,45,00,25,00,5c,00,4c,00,6f,00,63,00,61,00,6c,00,20,00,53,00,65,\
00,74,00,74,00,69,00,6e,00,67,00,73,00,00,00
"Local AppData"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,\
49,00,4c,00,45,00,25,00,5c,00,4c,00,6f,00,63,00,61,00,6c,00,20,00,53,00,65,\
00,74,00,74,00,69,00,6e,00,67,00,73,00,5c,00,41,00,70,00,70,00,6c,00,69,00,\
63,00,61,00,74,00,69,00,6f,00,6e,00,20,00,44,00,61,00,74,00,61,00,00,00
"Cache"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,4c,\
00,45,00,25,00,5c,00,4c,00,6f,00,63,00,61,00,6c,00,20,00,53,00,65,00,74,00,\
74,00,69,00,6e,00,67,00,73,00,5c,00,54,00,65,00,6d,00,70,00,6f,00,72,00,61,\
00,72,00,79,00,20,00,49,00,6e,00,74,00,65,00,72,00,6e,00,65,00,74,00,20,00,\
46,00,69,00,6c,00,65,00,73,00,00,00
"Cookies"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,43,00,6f,00,6f,00,6b,00,69,00,65,00,73,00,00,00
"History"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,4c,00,6f,00,63,00,61,00,6c,00,20,00,53,00,65,00,74,\
00,74,00,69,00,6e,00,67,00,73,00,5c,00,48,00,69,00,73,00,74,00,6f,00,72,00,\
79,00,00,00
"Desktop"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,00,00
"Favorites"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,46,00,61,00,76,00,6f,00,72,00,69,00,74,00,65,00,73,\
00,00,00
"Personal"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,63,00,75,00,6d,00,65,\
00,6e,00,74,00,73,00,00,00
"Start Menu"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,\
00,4c,00,45,00,25,00,5c,00,53,00,74,00,61,00,72,00,74,00,20,00,4d,00,65,00,\
6e,00,75,00,00,00
"Programs"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,53,00,74,00,61,00,72,00,74,00,20,00,4d,00,65,00,6e,\
00,75,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,73,00,00,00
"Startup"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,53,00,74,00,61,00,72,00,74,00,20,00,4d,00,65,00,6e,\
00,75,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,73,00,5c,00,53,00,\
74,00,61,00,72,00,74,00,75,00,70,00,00,00
"NetHood"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
4c,00,45,00,25,00,5c,00,4e,00,65,00,74,00,48,00,6f,00,6f,00,64,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\New]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\OldLocation]
"UserID"="Brian"

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop]
"NoChangingWallPaper"=dword:00000000
"NoComponents"=dword:00000000
"NoAddingComponents"=dword:00000000
"NoDeletingComponents"=dword:00000000
"NoEditingComponents"=dword:00000000
"NoCloseDragDropBands"=dword:00000000
"NoMovingBands"=dword:00000000
"NoHTMLWallPaper"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32]
"NoPlacesBar"=dword:00000000
"NoBackButton"=dword:00000000
"NoFileMRU"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000091
"NoThemesTab"=dword:00000000
"NoChangeKeyboardNavigationIndicators"=dword:00000000
"NoChangeAnimation"=dword:00000000
"NoAddPrinter"=dword:00000000
"NoDeletePrinter"=dword:00000000
"NoPrinters"=dword:00000000
"NoDrives"=dword:00000000
"NoViewOnDrive"=dword:00000000
"NoDriveAutoRun"=dword:00000000
"RestrictRun"=dword:00000000
"DisallowRun"=dword:00000000
"NoRecycleFiles"=dword:00000000
"NoSharedDocuments"=dword:00000000
"NoPropertiesMyComputer"=dword:00000000
"NoManageMyComputerVerb"=dword:00000000
"NoDesktop"=dword:00000000
"ClassicShell"=dword:00000000
"NoControlPanel"=dword:00000000
"NoCustomizeWebView"=dword:00000000
"NoSaveSettings"=dword:00000000
"NoViewContextMenu"=dword:00000000
"NoFileMenu"=dword:00000000
"NoShellSearchButton"=dword:00000000
"ClearRecentDocsOnExit"=dword:00000000
"NoWinKeys"=dword:00000000
"NoFileAssociate"=dword:00000000
"NoDFSTab"=dword:00000000
"NoHardwareTab"=dword:00000000
"NoSecurityTab"=dword:00000000
"NoInstrumentation"=dword:00000000
"NoPropertiesRecycleBin"=dword:00000000
"NoRun"=dword:00000000
"NoSetTaskbar"=dword:00000000
"NoSMConfigurePrograms"=dword:00000000
"NoRecentDocsMenu"=dword:00000000
"NoSMMyPictures"=dword:00000000
"NoStartMenuMyMusic"=dword:00000000
"NoSMMyDocs"=dword:00000000
"NoStartMenuNetworkPlaces"=dword:00000000
"NoFavoritesMenu"=dword:00000000
"NoSMHelp"=dword:00000000
"NoHelp"=dword:00000000
"NoNetworkConnections"=dword:00000000
"NoCommonGroups"=dword:00000000
"NoFind"=dword:00000000
"NoWindowsUpdate"=dword:00000000
"NoFolderOptions"=dword:00000000
"NoChangeStartMenu"=dword:00000000
"NoRecentDocsHistory"=dword:00000000
"NoStartMenuMFUprogramsList"=dword:00000000
"NoStartMenuPinnedList"=dword:00000000
"NoUserNameInStartMenu"=dword:00000000
"NoStartMenuMorePrograms"=dword:00000000
"NoStartMenuEjectPC"=dword:00000000
"NoSimpleStartMenu"=dword:00000000
"ForceStartMenuLogoff"=dword:00000000
"StartMenuLogoff"=dword:00000000
"NoStartMenuSubFolders"=dword:00000000
"NoDisconnect"=dword:00000000
"NoNtSecurity"=dword:00000000
"NoSetFolders"=dword:00000000
"NoTrayContextMenu"=dword:00000000
"NoTrayItemsDisplay"=dword:00000000
"LockTaskbar"=dword:00000000
"HideClock"=dword:00000000
"NoToolbarsOnTaskbar"=dword:00000000
"NoStartBanner"=hex:00,00,00,00
"NoActiveDesktop"=dword:00000000
"NoActiveDesktopChanges"=dword:00000000
"ForceActiveDesktopOn"=dword:00000000
"NoFileUrl"=dword:00000000
"NoInternetIcon"=dword:00000000
"NoBandCustomize"=dword:00000000
"NoToolbarCustomize"=dword:00000000
"NoExpandedNewMenu"=dword:00000000
"SpecifyDefaultButtons"=dword:00000000
"NoNetHood"=dword:00000000
"NoNetConnectDisconnect"=dword:00000000
"NoComputersNearMe"=dword:00000000
"NoRecentDocsNetHood"=dword:00000000
"EnforceShellExtensionSecurity"=dword:00000000
"NoLowDiskSpaceChecks"=dword:00000000
"NoClose"=dword:00000000
"NoLogOff"=dword:00000000
"NoRunasInstallPrompt"=dword:00000000
"PromptRunasInstallNetPath"=dword:00000000
"NoResolveTrack"=dword:00000000
"NoResolveSearch"=dword:00000000
"LinkResolveIgnoreLinkInfo"=dword:00000000
"NoDevMgrUpdate"=dword:00000000
"NoCDBurning"=dword:00000000
"ForceCopyAclwithFile"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun]
"0?"="bcmsmmsg.exe"
"1?"="nwiz.exe"
"2?"="mptbox.exe"
"3?"="newadmin.exe"
"4?"="jusched.exe"
"5?"="smc.exe"
"6?"="ituneshelper.exe"
"7?"="qttask.exe"
"8?"="versioncuecs2tray.exe"
"9?"="acrotray.exe"
"10?"="thguard.exe"
"11?"="fxredir.exe"
"12?"="nerocheck.exe"
"13?"="incd.exe"
"14?"="protect.exe"
"15?"="tbctray.exe"
"16?"="adobe gamma loader.exe"
"17?"="bandwidth monitor pro.exe"
"18?"="swdoctor.exe"
"19?"="teatimer.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Network]
"NoEntireNetwork"=dword:00000000
"NoWorkgroupContents"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000
"{D20EA4E1-3957-11d2-A40B-0C5020524153}"=dword:00000000
"{7007ACC7-3202-11D1-AAD2-00805FC1270E}"=dword:00000000
"{21EC2O2O-3AEA-1O69-A2DD-08002b30309d}"=dword:00000000
"{85BBD92O-42A0-1O69-A2E4-08002B30309D}"=dword:00000000
"{D20EA4E1-3957-11d2-A40B-0C5020524152}"=dword:00000000
"{FF393560-C2A7-11CF-BFF4-444553540000}"=dword:00000000
"{00020D75-0000-0000-C000-000000000046}"=dword:00000000
"{00028B00-0000-0000-C000-000000000046}"=dword:00000000
"{1f4de370-d627-11d1-ba4f-00a0c91eedba}"=dword:00000000
"{2227A280-3AEA-1069-A2DE-08002B30309D}"=dword:00000000
"{7be9d83c-a729-4d97-b5a7-1b7313c39e0a}"=dword:00000000
"{E211B736-43FD-11D1-9EFB-0000F8757FCD}"=dword:00000000
"{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"=dword:00000000
"{48e7caab-b918-4e58-a94d-505519c795dc}"=dword:00000000
"{7BD29E00-76C1-11CF-9DD0-00A0C9034933}"=dword:00000000
"{BDEADF00-C265-11d0-BCED-00A0C90AB50F}"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispCPL"=dword:00000000
"NoDispAppearancePage"=dword:00000000
"NoDispBackgroundPage"=dword:00000000
"NoDispScrSavPage"=dword:00000000
"NoDispSettingsPage"=dword:00000000
"NoVisualStyleChoice"=dword:00000000
"NoColorChoice"=dword:00000000
"NoSizeChoice"=dword:00000000
"DisableRegistryTools"=dword:00000000
"DisableTaskMgr"=dword:00000000
"DisableLockWorkstation"=dword:00000000
"DisableChangePassword"=dword:00000000
"HideLogonScripts"=dword:00000000
"HideLogoffScripts"=dword:00000000
"HideLegacyLogonScripts"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"NoAddRemovePrograms"=dword:00000000
"NoRemovePage"=dword:00000000
"NoAddPage"=dword:00000000
"NoWindowsSetupPage"=dword:00000000
"NoAddFromCDorFloppy"=dword:00000000
"NoAddFromInternet"=dword:00000000
"NoAddFromNetwork"=dword:00000000
"NoServices"=dword:00000000
"NoSupportInfo"=dword:00000000
"NoChooseProgramsPage"=dword:00000000

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\themefile]
@="Windows Theme File"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\themefile\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,74,00,68,00,\
65,00,6d,00,65,00,75,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,37,00,30,\
00,31,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\themefile\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\themefile\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\themefile\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,25,00,53,\
00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,\
79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,65,00,6c,00,6c,\
00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,43,00,6f,00,6e,00,74,00,72,00,\
6f,00,6c,00,5f,00,52,00,75,00,6e,00,44,00,4c,00,4c,00,20,00,25,00,53,00,79,\
00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,\
73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,65,00,73,00,6b,00,2e,00,63,\
00,70,00,6c,00,20,00,64,00,65,00,73,00,6b,00,2c,00,40,00,54,00,68,00,65,00,\
6d,00,65,00,73,00,20,00,2f,00,41,00,63,00,74,00,69,00,6f,00,6e,00,3a,00,4f,\
00,70,00,65,00,6e,00,54,00,68,00,65,00,6d,00,65,00,20,00,2f,00,66,00,69,00,\
6c,00,65,00,3a,00,22,00,25,00,31,00,22,00,00,00

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties]
@=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{305CA226-D286-468e-B848-2B2E8E697B74} 2]
"%SystemRoot%\\system32\\Firewall.cpl"="3,10"
"%SystemRoot%\\system32\\wscui.cpl"=dword:ffffffff
"%SystemRoot%\\system32\\NetSetup.cpl"=dword:00000003
"C:\\Program Files\\Common Files\\Microsoft Shared\\Speech\\sapi.cpl"=dword:00000004
"%SystemRoot%\\System32\\wuaucpl.cpl"=dword:0000000a
"%SystemRoot%\\system32\\appwiz.cpl"=dword:00000008
"%SystemRoot%\\system32\\access.cpl"=dword:00000007
"%SystemRoot%\\system32\\bthprops.cpl"="2,3"
"%SystemRoot%\\system32\\desk.cpl"=dword:00000001
"%SystemRoot%\\system32\\hdwwiz.cpl"=dword:ffffffff
"%SystemRoot%\\system32\\inetcpl.cpl"="3,10"
"%SystemRoot%\\system32\\intl.cpl"=dword:00000006
"%SystemRoot%\\system32\\irprops.cpl"=dword:00000002
"%SystemRoot%\\system32\\joy.cpl"=dword:00000002
"%SystemRoot%\\system32\\main.cpl"=dword:00000002
"%SystemRoot%\\system32\\mmsys.cpl"=dword:00000004
"%SystemRoot%\\system32\\ncpa.cpl"=dword:00000003
"%SystemRoot%\\system32\\nwc.cpl"=dword:00000000
"%SystemRoot%\\system32\\nusrmgr.cpl"=dword:00000009
"%SystemRoot%\\system32\\odbccp32.cpl"=dword:00000000
"%SystemRoot%\\system32\\powercfg.cpl"=dword:00000005
"%SystemRoot%\\system32\\sticpl.cpl"=dword:00000002
"%SystemRoot%\\system32\\sysdm.cpl"="5"
"%SystemRoot%\\system32\\telephon.cpl"=dword:00000002
"%SystemRoot%\\system32\\timedate.cpl"=dword:00000006
"C:\\Program Files\\Windows Media Connect\\mswmccpl.dll"="2,3,4"
"C:\\Program Files\\Adobe\\Adobe Version Cue CS2\\ControlPanel\\VersionCueCS2.cpl"=dword:00000003
@=""
"C:\\Program Files\\Common Files\\SYSTEM\\MSMAPI\\1033\\MLCFG32.CPL"=dword:00000009

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Common Desktop"=hex(2):25,00,41,00,4c,00,4c,00,55,00,53,00,45,00,52,00,53,00,\
50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,44,00,65,00,73,00,6b,\
00,74,00,6f,00,70,00,00,00
"Common Start Menu"=hex(2):25,00,41,00,4c,00,4c,00,55,00,53,00,45,00,52,00,53,\
00,50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,53,00,74,00,61,00,\
72,00,74,00,20,00,4d,00,65,00,6e,00,75,00,00,00
"Common Programs"=hex(2):25,00,41,00,4c,00,4c,00,55,00,53,00,45,00,52,00,53,00,\
50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,53,00,74,00,61,00,72,\
00,74,00,20,00,4d,00,65,00,6e,00,75,00,5c,00,50,00,72,00,6f,00,67,00,72,00,\
61,00,6d,00,73,00,00,00
"Common Startup"=hex(2):25,00,41,00,4c,00,4c,00,55,00,53,00,45,00,52,00,53,00,\
50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,53,00,74,00,61,00,72,\
00,74,00,20,00,4d,00,65,00,6e,00,75,00,5c,00,50,00,72,00,6f,00,67,00,72,00,\
61,00,6d,00,73,00,5c,00,53,00,74,00,61,00,72,00,74,00,75,00,70,00,00,00
"Common AppData"=hex(2):25,00,41,00,4c,00,4c,00,55,00,53,00,45,00,52,00,53,00,\
50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,41,00,70,00,70,00,6c,\
00,69,00,63,00,61,00,74,00,69,00,6f,00,6e,00,20,00,44,00,61,00,74,00,61,00,\
00,00
"Common Templates"=hex(2):25,00,41,00,4c,00,4c,00,55,00,53,00,45,00,52,00,53,\
00,50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,54,00,65,00,6d,00,\
70,00,6c,00,61,00,74,00,65,00,73,00,00,00
"Common Favorites"=hex(2):25,00,41,00,4c,00,4c,00,55,00,53,00,45,00,52,00,53,\
00,50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,46,00,61,00,76,00,\
6f,00,72,00,69,00,74,00,65,00,73,00,00,00
"Common Documents"=hex(2):25,00,41,00,4c,00,4c,00,55,00,53,00,45,00,52,00,53,\
00,50,00,52,00,4f,00,46,00,49,00,4c,00,45,00,25,00,5c,00,44,00,6f,00,63,00,\
75,00,6d,00,65,00,6e,00,74,00,73,00,00,00

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\Display_Properties]
"IconIndex"=dword:00000064
"Info"="Customizes your desktop display and screen saver."
"Module"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,\
65,00,73,00,6b,00,2e,00,63,00,70,00,6c,00,00,00
"Name"="Display"

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies]

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoWelcomeScreen"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Network]
"DisablePwdCaching"=dword:00000001
"AlphanumPwds"=dword:00000000
"HideSharePwds"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
"{BDEADF00-C265-11D0-BCED-00A0C90AB50F}"=dword:00000001
"{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}"=dword:40000021
"{0DF44EAA-FF21-4412-828E-260A8728E7F1}"=dword:00000020

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Ratings]

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\system]
"legalnoticecaption"=""
"legalnoticetext"=""
"undockwithoutlogon"=dword:00000001
"ShutdownWithoutLogon"=dword:00000001
"DontDisplayLastUserName"=dword:00000000
"HideShutdownScripts"=dword:00000000
"RunLogonScriptSync"=dword:00000000
"RunStartupScriptSync"=dword:00000000
"HideStartupScripts"=dword:00000000

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes]
"Type"=dword:00000020
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"DisplayName"="Themes"
"Group"="UIGroup"
"ObjectName"="LocalSystem"
"FailureActions"=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,41,00,4d,\
00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00,00,00,00,00,00,00,00,00
"Description"="Provides user experience theme management."

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes\Parameters]
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
73,00,68,00,73,00,76,00,63,00,73,00,2e,00,64,00,6c,00,6c,00,00,00
"ServiceMain"="ThemeServiceMain"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\
00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes\Enum]
"0"="Root\\LEGACY_THEMES\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Control Panel\Appearance\Schemes]
"Brick"=hex:02,00,00,00,03,00,00,00,01,00,00,00,0d,00,00,00,0d,00,00,00,12,00,\
00,00,12,00,00,00,f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,\
00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,f0,77,\
3f,00,3f,00,3f,00,3f,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,78,00,1c,\
10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77,0f,00,\
00,00,0f,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,\
00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00,12,00,\
00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,\
00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00,f5,ff,\
ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,\
00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,\
6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,\
00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,\
65,00,72,00,69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,\
4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,\
00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,\
00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,\
00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01,e1,\
e0,d2,02,42,00,00,00,80,00,00,00,8d,89,61,00,c2,bf,a5,00,ff,ff,ff,00,00,00,\
00,02,00,00,00,00,00,00,00,00,e1,e0,d2,00,c2,bf,a5,00,c2,bf,a5,00,e1,e0,d2,\
00,8d,89,61,00,ff,ff,ff,00,c2,bf,a5,00,8d,89,61,02,8d,89,61,02,00,00,00,00,\
e1,e0,d2,00,e1,e0,d2,02,00,00,00,02,c2,bf,a5,02,80,00,00,00,e1,e0,d2,00,c0,\
c0,c0,00,80,00,00,02,b0,74,40,00,c8,b8,70,00
"Desert"=hex:02,00,00,00,03,00,00,00,01,00,00,00,0d,00,00,00,0d,00,00,00,12,00,\
00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,\
00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,\
00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77,0f,00,\
00,00,0f,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,\
00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00,12,00,\
00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,\
00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00,f5,ff,\
ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,\
00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,\
6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,\
00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,\
65,00,72,00,69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,\
4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,\
00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,\
00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,\
00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01,ea,\
e6,dd,02,a2,8d,68,02,00,80,80,00,a2,8d,68,00,d5,cc,bb,00,ff,ff,ff,02,00,00,\
00,02,00,00,00,00,00,00,00,00,ff,ff,ff,00,d5,cc,bb,02,d5,cc,bb,02,a2,8d,68,\
02,00,80,80,00,ff,ff,ff,00,d5,cc,bb,02,a2,8d,68,02,a2,8d,68,02,00,00,00,02,\
ff,ff,ff,00,ea,e6,dd,02,00,00,00,02,d5,cc,bb,02,00,00,00,00,ff,ff,ff,00,c0,\
c0,c0,00,00,80,80,02,84,bd,aa,00,e8,d0,80,00
"Eggplant"=hex:02,00,00,00,03,00,00,00,01,00,00,00,10,00,00,00,10,00,00,00,13,\
00,00,00,13,00,00,00,f1,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,\
00,00,00,00,00,00,00,00,00,00,54,00,69,00,6d,00,65,00,73,00,20,00,4e,00,65,\
00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00,00,00,78,00,\
1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77,11,\
00,00,00,11,00,00,00,f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,\
00,00,00,00,00,00,00,00,00,00,54,00,69,00,6d,00,65,00,73,00,20,00,4e,00,65,\
00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00,00,20,14,00,\
ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00,12,\
00,00,00,12,00,00,00,f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,\
00,00,00,00,00,00,00,00,00,00,54,00,69,00,6d,00,65,00,73,00,20,00,4e,00,65,\
00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00,00,00,00,00,\
80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00,f3,\
ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,\
00,00,54,00,69,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,\
00,6d,00,61,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f3,ff,ff,ff,00,00,00,00,00,\
00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,69,00,6d,00,\
65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,\
00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,\
f0,4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,\
01,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,\
66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,\
00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01,\
90,b0,a8,02,40,00,40,00,58,80,78,00,90,b0,a8,00,90,b0,a8,00,ff,ff,ff,02,00,\
00,00,02,00,00,00,00,00,00,00,00,ff,ff,ff,00,90,b0,a8,02,90,b0,a8,02,80,80,\
80,02,58,80,78,00,ff,ff,ff,00,90,b0,a8,02,58,80,78,02,58,80,78,02,00,00,00,\
02,58,80,78,00,c8,d8,d8,02,00,00,00,02,90,b0,a8,02,80,00,80,00,ff,ff,ff,00,\
c0,c0,c0,00,58,80,78,02,83,4b,83,00,cb,bd,d2,00
"High Contrast #1"=hex:02,00,00,00,46,00,00,00,01,00,00,00,11,00,00,00,11,00,\
00,00,14,00,00,00,14,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,\
00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,\
6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,\
00,66,00,00,00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,\
eb,77,0f,00,00,00,0f,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,\
00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,\
6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,\
00,66,00,00,00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,\
14,00,12,00,00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,\
00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,\
6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,\
00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,\
00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,\
00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,\
53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f5,ff,ff,ff,00,00,\
00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,\
00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,\
20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,\
ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,\
10,00,01,00,00,00,02,00,00,00,02,00,00,ff,00,00,ff,ff,00,00,00,00,00,00,00,\
00,02,ff,ff,ff,02,ff,ff,ff,00,ff,ff,00,00,ff,ff,ff,00,00,00,ff,00,00,ff,ff,\
00,00,00,00,02,00,80,00,00,ff,ff,ff,00,00,00,00,02,80,80,80,02,00,ff,00,02,\
ff,ff,ff,02,00,00,00,00,c0,c0,c0,02,ff,ff,ff,02,ff,ff,ff,02,ff,ff,00,00,00,\
00,00,00,c0,c0,c0,00,80,00,80,02,00,00,ff,00,00,ff,ff,00
"High Contrast #1 (extra large)"=hex:02,00,00,00,46,00,00,00,06,00,00,00,20,00,\
00,00,20,00,00,00,26,00,00,00,26,00,00,00,e1,ff,ff,ff,00,00,00,00,00,00,00,\
00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,\
6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,\
00,00,00,00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,\
00,00,98,23,eb,77,1d,00,00,00,1d,00,00,00,e9,ff,ff,ff,00,00,00,00,00,00,00,\
00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,\
6d,00,61,00,00,00,6c,00,61,00,63,00,6b,00,00,00,66,00,00,00,6e,00,00,00,00,\
00,00,00,00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,\
14,00,00,00,14,00,26,00,00,00,26,00,00,00,e1,ff,ff,ff,00,00,00,00,00,00,00,\
00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,\
6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,\
00,00,00,00,00,00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,\
00,00,20,00,00,00,e9,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,\
53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,e1,ff,\
ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,\
00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,\
66,00,00,00,6e,00,00,00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,18,\
00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,e9,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,\
00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,c0,1d,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,\
fe,12,00,0c,10,00,01,00,00,00,02,00,00,00,02,00,00,ff,00,00,ff,ff,00,00,00,\
00,00,00,00,00,02,ff,ff,ff,02,ff,ff,ff,00,ff,ff,00,00,ff,ff,ff,00,00,00,ff,\
00,00,ff,ff,00,00,00,00,02,00,80,00,00,ff,ff,ff,00,00,00,00,02,80,80,80,02,\
00,ff,00,02,ff,ff,ff,02,00,00,00,00,c0,c0,c0,02,ff,ff,ff,02,ff,ff,ff,02,ff,\
ff,00,00,00,00,00,00,c0,c0,c0,00,80,00,80,02,00,00,ff,00,00,ff,ff,00
"High Contrast #1 (large)"=hex:02,00,00,00,46,00,00,00,06,00,00,00,1c,00,00,00,\
1c,00,00,00,1f,00,00,00,1f,00,00,00,e8,ff,ff,ff,00,00,00,00,00,00,00,00,00,\
00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,\
61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,00,\
00,00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,\
98,23,eb,77,1a,00,00,00,1a,00,00,00,ec,ff,ff,ff,00,00,00,00,00,00,00,00,00,\
00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,\
61,00,00,00,6c,00,61,00,63,00,6b,00,00,00,66,00,00,00,6e,00,00,00,00,00,00,\
00,00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,\
00,00,14,00,1e,00,00,00,1e,00,00,00,e8,ff,ff,ff,00,00,00,00,00,00,00,00,00,\
00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,\
61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,00,\
00,00,00,00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,\
20,00,00,00,ec,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,6c,00,61,00,\
63,00,6b,00,00,00,66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,e8,ff,ff,ff,\
00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,\
00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,\
00,00,6e,00,00,00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,18,00,00,\
00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,ec,ff,ff,ff,00,00,00,00,00,00,00,00,\
00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,\
00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,c0,1d,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,\
00,0c,10,00,01,00,00,00,02,00,00,00,02,00,00,ff,00,00,ff,ff,00,00,00,00,00,\
00,00,00,02,ff,ff,ff,02,ff,ff,ff,00,ff,ff,00,00,ff,ff,ff,00,00,00,ff,00,00,\
ff,ff,00,00,00,00,02,00,80,00,00,ff,ff,ff,00,00,00,00,02,80,80,80,02,00,ff,\
00,02,ff,ff,ff,02,00,00,00,00,c0,c0,c0,02,ff,ff,ff,02,ff,ff,ff,02,ff,ff,00,\
00,00,00,00,00,c0,c0,c0,00,80,00,80,02,00,00,ff,00,00,ff,ff,00
"High Contrast #2"=hex:02,00,00,00,46,00,00,00,01,00,00,00,11,00,00,00,11,00,\
00,00,14,00,00,00,14,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,\
00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,\
6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,\
00,66,00,00,00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,\
eb,77,0f,00,00,00,0f,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,\
00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,\
6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,\
00,66,00,00,00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,\
14,00,12,00,00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,\
00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,\
6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,\
00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,\
00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,\
00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,\
53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f5,ff,ff,ff,00,00,\
00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,\
00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,\
20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,\
ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,\
10,00,01,00,00,00,02,00,00,00,02,00,ff,ff,00,00,00,ff,00,00,00,00,00,00,00,\
00,02,ff,ff,ff,02,00,ff,00,00,00,ff,00,00,00,00,00,00,00,ff,ff,00,00,00,ff,\
00,ff,ff,ff,00,00,00,ff,00,ff,ff,ff,00,00,00,00,02,80,80,80,02,00,ff,00,02,\
00,ff,00,00,ff,ff,ff,00,c0,c0,c0,02,ff,ff,ff,02,ff,ff,ff,02,00,00,00,00,ff,\
ff,00,00,c0,c0,c0,00,80,00,80,02,00,ff,ff,00,00,00,ff,00
"High Contrast #2 (extra large)"=hex:02,00,00,00,46,00,00,00,06,00,00,00,20,00,\
00,00,20,00,00,00,26,00,00,00,26,00,00,00,e1,ff,ff,ff,00,00,00,00,00,00,00,\
00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,\
6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,\
00,00,00,00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,\
00,00,98,23,eb,77,1c,00,00,00,1c,00,00,00,e9,ff,ff,ff,00,00,00,00,00,00,00,\
00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,\
6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,\
00,00,00,00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,\
14,00,00,00,14,00,26,00,00,00,26,00,00,00,e1,ff,ff,ff,00,00,00,00,00,00,00,\
00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,\
6d,00,61,00,00,00,6c,00,61,00,63,00,6b,00,00,00,66,00,00,00,6e,00,00,00,00,\
00,00,00,00,00,00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,\
00,00,20,00,00,00,e9,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,\
53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,e1,ff,\
ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,\
00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,\
66,00,00,00,6e,00,00,00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,18,\
00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,e9,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,\
00,6d,00,61,00,00,00,6c,00,61,00,63,00,6b,00,00,00,00,00,74,00,79,00,6c,00,\
65,00,00,00,6f,00,6b,00,00,00,43,00,6f,00,6e,00,64,00,00,00,64,00,00,00,c0,\
fe,12,00,0c,10,00,01,00,00,00,02,00,00,00,02,00,ff,ff,00,00,00,ff,00,00,00,\
00,00,00,00,00,02,ff,ff,ff,02,00,ff,00,00,00,ff,00,00,00,00,00,00,00,ff,ff,\
00,00,00,ff,00,ff,ff,ff,00,00,00,ff,00,ff,ff,ff,00,00,00,00,02,80,80,80,02,\
00,ff,00,02,00,ff,00,00,ff,ff,ff,00,c0,c0,c0,02,ff,ff,ff,02,ff,ff,ff,02,00,\
00,00,00,ff,ff,00,00,c0,c0,c0,00,80,00,80,02,00,ff,ff,00,00,00,ff,00
"High Contrast #2 (large)"=hex:02,00,00,00,46,00,00,00,06,00,00,00,1c,00,00,00,\
1c,00,00,00,1f,00,00,00,1f,00,00,00,e8,ff,ff,ff,00,00,00,00,00,00,00,00,00,\
00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,\
61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,00,\
00,00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,\
98,23,eb,77,1a,00,00,00,1a,00,00,00,ec,ff,ff,ff,00,00,00,00,00,00,00,00,00,\
00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,\
61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,00,\
00,00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,\
00,00,14,00,1e,00,00,00,1e,00,00,00,e8,ff,ff,ff,00,00,00,00,00,00,00,00,00,\
00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,\
61,00,00,00,6c,00,61,00,63,00,6b,00,00,00,66,00,00,00,6e,00,00,00,00,00,00,\
00,00,00,00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,\
20,00,00,00,ec,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,\
65,00,72,00,69,00,66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,e8,ff,ff,ff,\
00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,\
00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,\
00,00,6e,00,00,00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,18,00,00,\
00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,ec,ff,ff,ff,00,00,00,00,00,00,00,00,\
00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,\
00,61,00,00,00,6c,00,61,00,63,00,6b,00,00,00,00,00,74,00,79,00,6c,00,65,00,\
00,00,6f,00,6b,00,00,00,43,00,6f,00,6e,00,64,00,00,00,64,00,00,00,c0,fe,12,\
00,0c,10,00,01,00,00,00,02,00,00,00,02,00,ff,ff,00,00,00,ff,00,00,00,00,00,\
00,00,00,02,ff,ff,ff,02,00,ff,00,00,00,ff,00,00,00,00,00,00,00,ff,ff,00,00,\
00,ff,00,ff,ff,ff,00,00,00,ff,00,ff,ff,ff,00,00,00,00,02,80,80,80,02,00,ff,\
00,02,00,ff,00,00,ff,ff,ff,00,c0,c0,c0,02,ff,ff,ff,02,ff,ff,ff,02,00,00,00,\
00,ff,ff,00,00,c0,c0,c0,00,80,00,80,02,00,ff,ff,00,00,00,ff,00
"High Contrast Black"=hex:02,00,00,00,46,00,00,00,01,00,00,00,11,00,00,00,11,\
00,00,00,14,00,00,00,14,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,\
23,eb,77,0f,00,00,00,0f,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,\
00,14,00,12,00,00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,\
00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\
00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,\
00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f5,ff,ff,ff,00,\
00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,\
69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,\
00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,\
ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,\
00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,\
73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,\
00,69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,\
0c,10,00,01,00,00,00,02,00,00,00,02,80,00,80,00,00,80,00,00,00,00,00,00,00,\
00,00,02,ff,ff,ff,02,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,00,02,00,80,\
00,02,00,00,00,02,80,00,80,00,ff,ff,ff,00,00,00,00,02,80,80,80,02,00,ff,00,\
02,ff,ff,ff,02,ff,ff,ff,00,c0,c0,c0,02,ff,ff,ff,02,ff,ff,ff,02,ff,ff,ff,00,\
00,00,00,00,c0,c0,c0,00,80,00,80,02,80,00,80,00,00,80,00,00
"High Contrast Black (extra large)"=hex:02,00,00,00,46,00,00,00,06,00,00,00,20,\
00,00,00,20,00,00,00,25,00,00,00,25,00,00,00,e1,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,\
00,6d,00,61,00,00,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,\
00,00,00,00,00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,\
00,00,00,98,23,eb,77,1c,00,00,00,1c,00,00,00,e9,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,\
00,6d,00,61,00,00,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,\
00,00,00,00,00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,\
1f,14,00,00,00,14,00,26,00,00,00,26,00,00,00,e1,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,\
00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,\
00,00,00,00,00,00,00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,\
00,00,00,20,00,00,00,e9,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,\
00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,\
00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,e1,\
ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,\
00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,\
00,66,00,00,00,6e,00,00,00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,\
18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,e9,ff,ff,ff,00,00,00,00,00,\
00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,\
6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,c0,1d,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,\
c0,fe,12,00,0c,10,00,01,00,00,00,02,00,00,00,02,80,00,80,00,00,80,00,00,00,\
00,00,00,00,00,00,02,ff,ff,ff,02,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,\
00,02,00,80,00,02,00,00,00,02,80,00,80,00,ff,ff,ff,00,00,00,00,02,80,80,80,\
02,00,ff,00,02,ff,ff,ff,02,ff,ff,ff,00,c0,c0,c0,02,ff,ff,ff,02,ff,ff,ff,02,\
ff,ff,ff,00,00,00,00,00,c0,c0,c0,00,80,00,80,02,80,00,80,00,00,80,00,00
"High Contrast Black (large)"=hex:02,00,00,00,46,00,00,00,06,00,00,00,1c,00,00,\
00,1c,00,00,00,1f,00,00,00,1f,00,00,00,e8,ff,ff,ff,00,00,00,00,00,00,00,00,\
00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,\
00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,\
00,00,00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,\
00,98,23,eb,77,1a,00,00,00,1a,00,00,00,ec,ff,ff,ff,00,00,00,00,00,00,00,00,\
00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,\
00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,\
00,00,00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,\
00,00,00,14,00,1e,00,00,00,1e,00,00,00,e8,ff,ff,ff,00,00,00,00,00,00,00,00,\
00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,\
00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,\
00,00,00,00,00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,\
00,20,00,00,00,ec,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,\
00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,e8,ff,ff,\
ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,\
54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,\
00,00,00,6e,00,00,00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,18,00,\
00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,ec,ff,ff,ff,00,00,00,00,00,00,00,\
00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,\
6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,c0,1d,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,\
12,00,0c,10,00,01,00,00,00,02,00,00,00,02,80,00,80,00,00,80,00,00,00,00,00,\
00,00,00,00,02,ff,ff,ff,02,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,00,02,\
00,80,00,02,00,00,00,02,80,00,80,00,ff,ff,ff,00,00,00,00,02,80,80,80,02,00,\
ff,00,02,ff,ff,ff,02,ff,ff,ff,00,c0,c0,c0,02,ff,ff,ff,02,ff,ff,ff,02,ff,ff,\
ff,00,00,00,00,00,c0,c0,c0,00,80,00,80,02,80,00,80,00,00,80,00,00
"High Contrast White"=hex:02,00,00,00,46,00,00,00,01,00,00,00,11,00,00,00,11,\
00,00,00,14,00,00,00,14,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,\
23,eb,77,0f,00,00,00,0f,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,\
00,14,00,12,00,00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,\
00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\
00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,\
00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f5,ff,ff,ff,00,\
00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,\
69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,\
00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,\
ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,\
00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,\
73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,\
00,69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,\
0c,10,00,01,ff,ff,ff,02,ff,ff,ff,02,00,00,00,00,ff,ff,ff,00,ff,ff,ff,00,ff,\
ff,ff,02,00,00,00,02,00,00,00,00,00,00,00,00,ff,ff,ff,00,80,80,80,02,c0,c0,\
c0,02,80,80,80,02,00,00,00,00,ff,ff,ff,00,ff,ff,ff,02,80,80,80,02,00,ff,00,\
02,00,00,00,02,00,00,00,00,c0,c0,c0,02,00,00,00,02,c0,c0,c0,02,00,00,00,00,\
ff,ff,ff,00,c0,c0,c0,00,00,00,00,02,00,00,00,00,ff,ff,ff,00
"High Contrast White (extra large)"=hex:02,00,00,00,46,00,00,00,06,00,00,00,1e,\
00,00,00,1e,00,00,00,26,00,00,00,26,00,00,00,e1,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,\
00,6d,00,61,00,00,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,\
00,00,00,00,00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,\
00,00,00,98,23,eb,77,1c,00,00,00,1c,00,00,00,e9,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,\
00,6d,00,61,00,00,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,\
00,00,00,00,00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,\
1f,14,00,00,00,14,00,26,00,00,00,26,00,00,00,e1,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,\
00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,\
00,00,00,00,00,00,00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,\
00,00,00,20,00,00,00,e9,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,\
00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,\
00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,eb,\
ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,\
00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,\
00,66,00,00,00,6e,00,00,00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,\
18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,e9,ff,ff,ff,00,00,00,00,00,\
00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,\
6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,c0,1d,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,\
c0,fe,12,00,0c,10,00,01,ff,ff,ff,02,ff,ff,ff,02,00,00,00,00,ff,ff,ff,00,ff,\
ff,ff,00,ff,ff,ff,02,00,00,00,02,00,00,00,00,00,00,00,00,ff,ff,ff,00,80,80,\
80,02,c0,c0,c0,02,80,80,80,02,00,00,00,00,ff,ff,ff,00,ff,ff,ff,02,80,80,80,\
02,00,ff,00,02,00,00,00,02,00,00,00,00,c0,c0,c0,02,00,00,00,02,c0,c0,c0,02,\
00,00,00,00,ff,ff,ff,00,c0,c0,c0,00,00,00,00,02,00,00,00,00,ff,ff,ff,00
"High Contrast White (large)"=hex:02,00,00,00,46,00,00,00,07,00,00,00,1a,00,00,\
00,1a,00,00,00,1f,00,00,00,1f,00,00,00,e8,ff,ff,ff,00,00,00,00,00,00,00,00,\
00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,\
00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,\
00,00,00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,\
00,98,23,eb,77,18,00,00,00,18,00,00,00,ed,ff,ff,ff,00,00,00,00,00,00,00,00,\
00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,\
00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,\
00,00,00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,\
00,00,00,14,00,1b,00,00,00,1b,00,00,00,eb,ff,ff,ff,00,00,00,00,00,00,00,00,\
00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,\
00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,\
00,00,00,00,00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,\
00,20,00,00,00,ed,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,\
00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,eb,ff,ff,\
ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,\
54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,\
00,00,00,6e,00,00,00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,18,00,\
00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,ec,ff,ff,ff,00,00,00,00,00,00,00,\
00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,\
6d,00,61,00,00,00,6c,00,61,00,63,00,6b,00,00,00,66,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,c0,1d,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,\
12,00,0c,10,00,01,ff,ff,ff,02,ff,ff,ff,02,00,00,00,00,ff,ff,ff,00,ff,ff,ff,\
00,ff,ff,ff,02,00,00,00,02,00,00,00,00,00,00,00,00,ff,ff,ff,00,80,80,80,02,\
c0,c0,c0,02,80,80,80,02,00,00,00,00,ff,ff,ff,00,ff,ff,ff,02,80,80,80,02,00,\
ff,00,02,00,00,00,02,00,00,00,00,c0,c0,c0,02,00,00,00,02,c0,c0,c0,02,00,00,\
00,00,ff,ff,ff,00,c0,c0,c0,00,00,00,00,02,00,00,00,00,ff,ff,ff,00
"Lilac"=hex:02,00,00,00,03,00,00,00,01,00,00,00,0f,00,00,00,0f,00,00,00,16,00,\
00,00,16,00,00,00,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,\
00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,65,00,\
77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00,00,00,78,00,1c,\
10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77,10,00,\
00,00,10,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,\
00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,65,00,\
77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00,00,20,14,00,ac,\
b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00,12,00,\
00,00,12,00,00,00,f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,\
53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,00,00,00,00,00,00,80,\
05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00,f5,ff,\
ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,\
00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,\
66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f3,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,\
00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,\
c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,\
4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,\
00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,\
00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
c0,1d,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01,ae,\
a8,d9,02,00,00,00,02,5a,4e,b1,00,80,80,80,00,ae,a8,d9,00,ff,ff,ff,02,00,00,\
00,02,00,00,00,00,00,00,00,00,ff,ff,ff,00,ae,a8,d9,02,ae,a8,d9,02,5a,4e,b1,\
02,5a,4e,b1,00,ff,ff,ff,00,ae,a8,d9,02,5a,4e,b1,02,5a,4e,b1,02,00,00,00,02,\
ff,ff,ff,00,d8,d5,ec,02,00,00,00,02,ae,a8,d9,02,00,00,00,00,ff,ff,ff,00,c0,\
c0,c0,00,5a,4e,b1,02,b6,8f,cb,00,b8,b4,d0,00
"Lilac (large)"=hex:02,00,00,00,03,00,00,00,01,00,00,00,0f,00,00,00,0f,00,00,\
00,1d,00,00,00,1d,00,00,00,e9,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,\
bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,\
00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00,00,00,\
78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,\
77,15,00,00,00,15,00,00,00,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,\
bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,\
00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00,00,20,\
14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,\
00,15,00,00,00,15,00,00,00,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,\
90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,\
00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,00,00,00,00,00,00,00,00,00,\
00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,\
00,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,\
00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,\
00,69,00,66,00,00,00,6e,00,00,00,b4,c0,f0,77,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,ef,ff,ff,ff,00,00,00,\
00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,\
68,00,6f,00,6d,00,61,00,00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,6e,\
00,00,00,c8,0b,00,00,00,00,00,00,08,00,00,00,06,00,00,00,18,00,00,00,ff,ff,\
ff,ff,f0,4b,21,fc,00,c4,f0,77,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,\
00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,\
00,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c0,1d,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,\
00,01,ae,a8,d9,02,00,00,00,02,5a,4e,b1,00,80,80,80,00,ae,a8,d9,00,ff,ff,ff,\
02,00,00,00,02,00,00,00,00,00,00,00,00,ff,ff,ff,00,ae,a8,d9,02,ae,a8,d9,02,\
5a,4e,b1,02,5a,4e,b1,00,ff,ff,ff,00,ae,a8,d9,02,5a,4e,b1,02,5a,4e,b1,02,00,\
00,00,02,ff,ff,ff,00,d8,d5,ec,02,00,00,00,02,ae,a8,d9,02,00,00,00,00,ff,ff,\
ff,00,c0,c0,c0,00,5a,4e,b1,02,b6,8f,cb,00,b8,b4,d0,00
"Maple"=hex:02,00,00,00,30,9a,08,00,01,00,00,00,0d,00,00,00,0d,00,00,00,12,00,\
00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,\
00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,\
00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77,0f,00,\
00,00,0f,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,\
00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00,12,00,\
00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,\
00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00,f5,ff,\
ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,\
00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,\
6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,\
00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,\
00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,\
65,00,72,00,69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,\
4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,\
00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,\
00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,\
00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01,f2,\
ec,d7,02,00,00,00,02,80,00,00,00,c6,a6,46,00,e6,d8,ae,00,ff,ff,ff,02,00,00,\
00,02,00,00,00,00,00,00,00,00,ff,ff,ff,00,e6,d8,ae,02,e6,d8,ae,02,c6,a6,46,\
02,c6,a6,46,00,00,00,00,00,e6,d8,ae,02,c6,a6,46,02,c6,a6,46,02,00,00,00,02,\
f2,ec,d7,00,f2,ec,d7,02,00,00,00,02,e6,d8,ae,02,00,00,00,00,ff,ff,ff,00,c0,\
c0,c0,02,c6,a6,46,02,c0,9c,38,00,e0,c8,88,00
"Marine (high color)"=hex:02,00,00,00,03,00,00,00,01,00,00,00,0d,00,00,00,0d,\
00,00,00,12,00,00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,\
23,eb,77,0d,00,00,00,0d,00,00,00,f7,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,bc,02,00,00,00,00,00,00,00,00,00,00,53,00,6d,00,61,00,6c,00,6c,00,20,\
00,46,00,6f,00,6e,00,74,00,73,00,00,00,66,00,00,00,6e,00,00,00,00,00,00,00,\
00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,\
00,14,00,12,00,00,00,12,00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,\
00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,\
69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,\
00,00,00,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\
00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,\
00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00,f5,ff,ff,ff,00,\
00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,\
69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,\
00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,\
ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,\
00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,\
73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,\
00,69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,\
0c,10,00,01,c8,e0,d8,02,2


_________________
Effective Defense is multilayered. 3rd party Software alone is 1 dimensional, and prone to exploits.
Back to top
View users profile Send private message
jboz24

1st Responder Mentor
Premium Member

Joined: Jul 31, 2004
Posts: 1571

1st Responders Premium Team F@H

PostPosted: Mon Jul 18, 2005 4:31 am    Post subject:
Reply with quote

Ok, let's try this...

Put your Windows XP cd in your computer.

click "Start > Run" and then type in "cmd"

Type or copy exactly what is in the code back (noting the spaces):
(Note: you may need to change the drive letter for the CD-ROM if it is not the d: )

Code:
expand d:\i386\luna.ms_ c:\Windows\Resources\Themes\Luna\luna.msstyles


Exclamation Important: In the above command, there are two spaces:

1. betwen expand and d:
2. between luna.ms_ and c:

It is important that those spaces are typed in correctly.

Please click on "My Computer > C: > Windows > Resources > Themes > Luna"

In this directory, you should find a file called luna.msstyles if you typed the above command properly (if not, please try it again). Double click on luna.msstyles.

The "Display Properties" box should appear, click "Apply" and then "OK"

Please let me know if you have any problems and/or if this fixes the themes related issue.

Back to top
View users profile Send private message
TelepathyCrimewave

Trooper
Trooper


Joined: Jul 13, 2005
Posts: 14


PostPosted: Mon Jul 18, 2005 5:33 am    Post subject: Yatzy!
Reply with quote

You are the man!!!!!!!! that worked perfectly without a hitch - thanks so much! - whats weird is i couldnt do that before with the existing Luna folder i had in there. Regardless, im now out of the stone age with my menus thx much man! Very Happy


_________________
Effective Defense is multilayered. 3rd party Software alone is 1 dimensional, and prone to exploits.
Back to top
View users profile Send private message
jboz24

1st Responder Mentor
Premium Member

Joined: Jul 31, 2004
Posts: 1571

1st Responders Premium Team F@H

PostPosted: Mon Jul 18, 2005 5:57 am    Post subject:
Reply with quote

No problem! Glad we could help. I will now recommend that this thread be closed. If you should continue to have problems, please PM one of the moderators to have this thread re-opened.


_________________
image image
Back to top
View users profile Send private message
Acheton

Forums Admin
Premium Member

Joined: Sep 04, 2003
Posts: 8925
Location: Uk
Premium