Originally posted by peeti
Can you Share then? You said its not gamebreaking at all, so no reason to hide it
Been on my phone for last few days, had no reason to hide.
Look for this data set towards the bottom of the HTML code.
<div class="toolbar">
<input type="hidden" name="primary_color" id="primary_color" value="black">
<input type="hidden" name="secondary_color" id="secondary_color" value="black">
<input type="hidden" name="tertiary_color" id="tertiary_color" value="black">
<input type="hidden" name="action" value="colors">
<button class="button right" type="submit">Save Colors</button>
</div>
Change the value="" fields with real color names. Here is the list essentially.
aquamarine
black
blue
bright_orange
brown
charcoal
chocolate
cyan
dark_blue
forest
gold
grape
grass
green
grey
hot_pink
lavender
light_blue
light_cyan
light_grey
light_red
magenta
maroon
mint
orange
peach
pink
purple
red
salmon
sky
slate
tan
teal
violet
white
wine
yellow
Can you Share then? You said its not gamebreaking at all, so no reason to hide it
Been on my phone for last few days, had no reason to hide.
Look for this data set towards the bottom of the HTML code.
<div class="toolbar">
<input type="hidden" name="primary_color" id="primary_color" value="black">
<input type="hidden" name="secondary_color" id="secondary_color" value="black">
<input type="hidden" name="tertiary_color" id="tertiary_color" value="black">
<input type="hidden" name="action" value="colors">
<button class="button right" type="submit">Save Colors</button>
</div>
Change the value="" fields with real color names. Here is the list essentially.
aquamarine
black
blue
bright_orange
brown
charcoal
chocolate
cyan
dark_blue
forest
gold
grape
grass
green
grey
hot_pink
lavender
light_blue
light_cyan
light_grey
light_red
magenta
maroon
mint
orange
peach
pink
purple
red
salmon
sky
slate
tan
teal
violet
white
wine
yellow






























