Quote:
Originally Posted by ai6908
Did that fix the issue?
|
Deleting entries under MultiColorTheme isn't the only solution. By deleting entries under MultiColorTheme what happens is; the colors of background, font and etc will be taken from from previous theme.
i.e When we apply a theme which has entries under MultiColorTheme; Its color codes will be moved somewhere into HKEY_LOCAL_MACHINE\SYSTEM\GWE -> SysColor. And after applying another theme which isn't have any entries under MultiColorTheme; Will take color codes from HKEY_LOCAL_MACHINE\SYSTEM\GWE -> SysColor, which was applied in previous theme.
So what I did is, Removed all the entries under MultiColorTheme and placed this entries ( color codes ) :
"5"=dword:00000000
"8"=dword:00000000
"9"=dword:00ffffff
"4"=dword:00ffffff
"6"=dword:00000000
"7"=dword:00000000
"10"=dword:00404040
"11"=dword:00c0c0c0
"12"=dword:00808080
"13"=dword:00404040
"14"=dword:00404040
"15"=dword:00ffffff
"16"=dword:00dedede
"25"=dword:00000000
"26"=dword:00000000
"27"=dword:00ffffff
"28"=dword:00ffffff
;"36"=dword:00ffffff ----------> Remove these if you face graphic issue/trouble in startmenu.
;"37"=dword:00dedede ----------> Remove these if you face graphic issue/trouble in startmenu.
;"38"=dword:00747474 ----------> Remove these if you face graphic issue/trouble in startmenu.
;"39"=dword:00ffffff ----------> Remove these if you face graphic issue/trouble in startmenu.
;"40"=dword:0000a25a ----------> Remove these if you face graphic issue/trouble in startmenu.
Note: This was taken from 6.1 theme and consists my own made theme color codes.
Under HKEY_LOCAL_MACHINE\Software\Microsoft\Color. Now my theme doesn't take color codes from previous theme. It has its own color code which will be moved somewhere into HKEY_LOCAL_MACHINE\SYSTEM\GWE -> SysColor and applied.
Everything is prefect now.
Best Regards