top of page

R3Ds CMTE SOURCE DOWNLOAD HERE
 
READY TO USE THEMES DOWNLOAD
HERE
 
To Build:
 
1 - You will need to know how to use apktool, notepad++, and sign apks
 
2 - Download the source zip and extract it... you can use the whole source,
or just the
assets/overlays folder
 
3 - go to
assets/overlays/common/res/values folder and open color.xml and edit the following ONLY
 
4 - go to the *
Hex Color Choices 1* section and add the color you want to use to....
 
name="sourp_color_userreq_700">#ff
4c516d
name="sourp_color_userreq_900">#ff464a63
name="sourp_accent_userreq_700">#ffcc6666
name="sourp_statusbar_userreq_900">#ff464a63
 
5 - next go to the *
Stock Theme Color Main* section and make sure those values look like this...
 
sourp_primary_light_700">@color/sourp_color_userreq_700
sourp_primary_dark_900">@color/sourp_color_userreq_900
sourp_accent_light_700">@color/sourp_accent_userreq_700
sourp_accent_dark_900">@color/sourp_accent_userreq_700
sourp_statusbar_700">@color/sourp_statusbar_userreq_900
sourp_statusbar_900">@color/sourp_statusbar_userreq_900
 
sourp_berry_700">@color/sourp_color_userreq_700
sourp_berry_900">@color/sourp_color_userreq_900
sourp_accent_berry">@color/sourp_accent_userreq_700
sourp_statusbar_berry">@color/sourp_statusbar_userreq_900

and so on....
 
6 - next go to the *
Theme Color Accent* section and replace those values to look like this...
( Using the
userreq accent HEX Value )
 
sourp_accent">@color/sourp_accent_light
sourp_accent_cc">#cc
cc6666
sourp_accent_aa">#aacc6666
sourp_accent_link">#fffbc02d
sourp_accent_light">#ff
cc6666
sourp_accent_dim_tint">#90cc6666
sourp_accent_dark">#ffcc6666
sourp_accent_trans">#60cc6666
sourp_accent_trans_dark">#60cc6666
sourp_accent_ripple">@color/sourp_accent
sourp_accent_ripple_trans">#d9
cc6666
stop here, now....
 
sourp_accent_switchbar_background">#80
4c516d
 
6a - that one is for switch background and should use the Primary value of 700

which is = sourp_color_userreq_700 ( NOT THE ACCENT VALUE )
The reason for this? If you want to make a theme and mix the colors it will look weird.
 
7 - Now make your changes to the apk source like string/manifest/icons/wallpaper/etc...
 
8 - Build / Sign / Install / Enjoy!!! ;)

 

 

 

 

 

 

 

 

 

bottom of page