Added a dark theme
I added a dark theme in order to solve #328. This may fix #328 at least partially.
This commit is contained in:
parent
030096bf91
commit
53cd3af78b
10 changed files with 351 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
|||
</div>
|
||||
<div id="render-android" class='index' style="width: 800; height: 500; margin:10px; border: solid 1px black;">
|
||||
</div>
|
||||
<div id="render-android-dark" class='index' style="width: 800; height: 500; margin:10px; border: solid 1px black;">
|
||||
</div>
|
||||
<div id="render-ios" class='index' style="width: 800; height: 500; margin:10px; border: solid 1px black;">
|
||||
</div>
|
||||
<script type='text/x-tmpl-mustache' id='two-column'>
|
||||
|
@ -436,6 +438,10 @@
|
|||
<input type='radio' name='theme' id='theme-setting-android' value='android'>
|
||||
<label for='theme-setting-android'>Android</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type='radio' name='theme' id='theme-setting-android-dark' value='android-dark'>
|
||||
<label for='theme-setting-android-dark'>{{ themeAndroidDark }} </label>
|
||||
</div>
|
||||
<div>
|
||||
<input type='radio' name='theme' id='theme-setting-ios' value='ios'/>
|
||||
<label for='theme-setting-ios'>iOS</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue