View Single Post
  #6954 (permalink)  
Old 08-16-2009, 11:16 AM
CRACING's Avatar
CRACING
PPCGeeks Regular
Offline
Location: India
 
Join Date: Jul 2008
Posts: 197
Reputation: 155
CRACING is keeping up the good workCRACING is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to CRACING
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by ai6908 View Post
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
__________________


!!! Use 'search' before posting your queries | Post in the correct sections !!!
!!! Read here about how to ask a question | Do not spam the board | Respect others !!!

Panasonic GD90 ► Sony Ericsson J230i ► Motorola W220 ► O2 Ice ► HTC Wizard ► HTC Raphael

Last edited by CRACING; 08-16-2009 at 11:47 AM.
Reply With Quote