Hacking Vitashell themes help

  • Thread starter Thread starter Sasukesama
  • Start date Start date
  • Views Views 1,327
  • Replies Replies 4

Sasukesama

Well-Known Member
Newcomer
Joined
Apr 29, 2016
Messages
91
Reaction score
14
Trophies
0
Age
30
XP
357
Country
so I'm trying to make a theme and everything is clear except the colors code values
how can I get them? or what are they?
tried to take the hex value with Photoshop but didn't work
they are 8bit I think and the Photoshop ones are 6bit
so can someone help me ?
thanx :)
BTW I'm working on an android material design theme which is clean white since no one made a white theme
 
Example: 0xFF394149

The first two bytes mark transparency (from 00 to FF), here FF (which means text will be fully opaque.)
The remaning six bytes are for the color code itself, here 394149 (which denotes a gray-blue color.)
 
Example: 0xFF394149

The first two bytes mark transparency (from 00 to FF), here FF (which means text will be fully opaque.)
The remaning six bytes are for the color code itself, here 394149 (which denotes a gray-blue color.)
thanx for replaying
I tried what you said but still having issues
cyan in vitashell is yellow in Photoshop
red is blue
not sure why
 
Try reversing the bytes (to make it little endian) in the color code.For example, AB CD EF becomes EF CD AB.
 

Site & Scene News

Popular threads in this forum