I am trying to make a custom skin for Vital that is based on another colour scheme and was wondering what colour codes the Vital skin editor uses so I can convert it from a hex code, to the codes Vital uses
1 Like
I believe it uses the following template:
AARRGGBB
AlphaRedGreenBlue
It appears to be a 8 Digit Hex Code, but with alpha at the start and not end.
If you need to convert it from a 6 Digit Hex Code -> 8 Digit Vital Code, adding āffā to the start should work.
EX: #f0756e = fff0756e
Iām pretty sure there is someone with more knowledge about color codes that could help more, but this is all I could find. Good Luck!
1 Like
Ahhhh, thank you! <3