View Single Post
  #6 (permalink)  
Old 04-22-2008, 03:05 PM
decibel's Avatar
decibel
Regular 'Geeker
Offline
Threadstarter
Location: Oklahoma
 
Join Date: Jan 2008
Posts: 287
Reputation: 1098
decibel is halfway to VIP status based on repdecibel is halfway to VIP status based on repdecibel is halfway to VIP status based on repdecibel is halfway to VIP status based on repdecibel is halfway to VIP status based on repdecibel is halfway to VIP status based on repdecibel is halfway to VIP status based on repdecibel is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: sMMS Theme Pack 1

Now for the instructions on how to do it yourself... Unless you just want me to do it. If you do, pm me or request them here!

How To Create Themes for sMMS
By DeCiBeL

Here is a brief explanation on how to create themes for sMMS.

Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <author Name="SomeGuyMMS" Date="04-14-08" />
  <Skin>
    <add key="TextBoxBackColorSP" value="#CC4679" />
    <add key="TextBoxBackColorPPC" value="#CC4679" />
    <add key="FormBackColor" value="#9D345C" />
    <add key="TextBoxForeColor" value="#DBD5C7" />
    <add key="LabelForeColor" value="#F1EEE7" />
  </Skin>
</configuration>
  • Key "TextBoxBackColorSP" is the background color of the textboxes for Smartphones. It is preferable to make this background color different from the FormBackColor. This way the textboxes can stay visible on SmartPhones.
  • Key "TextBoxBackColorPPC" is the background color of the textboxes for PPC's.
  • Key "FormBackColor" is the entire screen's background color.
  • Key "TextBoxForeColor" is the color of the text in the textboxes.
  • Key "LabelForeColor" is the color of the labels for the textboxes.
  • You must use full 6 character HEX codes for the colors.
  1. Create a file using any text editor with the above sample text.
  2. Save the file with the name you want to be seen in the Settings of sMMS. Example: Dark.xml
  3. Copy the file to \Program Files\sMMS\Skins
  4. Open sMMS Settings and change the Skin to the one you just copied.
  5. Save.
  6. Close sMMS (Menu => Exit) and reopen.
__________________
Accepting Donations - If you like my work, please donate! All Donations go to saving the world, uhhh.. and other things. Specifically to development of ROMs. I will share proceeds with all who have contributed. I am cool like that.

dB_ROM: [05.14.09] dB_ROM WM 6.5 21501,21502,21222,21231 ROM/Kitchen TouchPro [Multi-ROMs]
XDA Thread: Click Here
PPCG Thread: Click Here
sMMS: Click Here
Reply With Quote
This post has been thanked 3 times.