Skip to content
Snippets Groups Projects
Commit 927904f7 authored by tilcreator's avatar tilcreator
Browse files

Add more accent colors

parent 3b379da0
No related branches found
No related tags found
No related merge requests found
......@@ -492,6 +492,18 @@
<h2>Color</h2>
<h3>Foreground acent</h3>
<div id="selector_color_foreground">
<div class="color_selector_simple">
<input type="radio" id="foreground_white" name="foreground_color" value="#FFEBD8"/>
<label for="foreground_white" style="background-color: #FFEBD8;"></label>
</div>
<div class="color_selector_simple">
<input type="radio" id="foreground_red" name="foreground_color" value="#EA5177"/>
<label for="foreground_red" style="background-color: #EA5177;"></label>
</div>
<div class="color_selector_simple">
<input type="radio" id="foreground_yellow" name="foreground_color" value="#FDBE4B"/>
<label for="foreground_yellow" style="background-color: #FDBE4B;"></label>
</div>
<div class="color_selector_simple">
<input type="radio" id="foreground_green" name="foreground_color" value="#62c1a6" checked="true"/>
<label for="foreground_green" style="background-color: #62c1a6;"></label>
......@@ -500,6 +512,10 @@
<input type="radio" id="foreground_blue" name="foreground_color" value="#5253ff"/>
<label for="foreground_blue" style="background-color: #5253ff;"></label>
</div>
<div class="color_selector_simple">
<input type="radio" id="foreground_purple" name="foreground_color" value="#A74DB7"/>
<label for="foreground_purple" style="background-color: #A74DB7;"></label>
</div>
</div>
<h3>Background</h3>
<div id="selector_color_background">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment