mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Initial settings that allow to choose the default color of the notes.
This commit is contained in:
19
js/templates/settings.handlebars
Normal file
19
js/templates/settings.handlebars
Normal file
@@ -0,0 +1,19 @@
|
||||
<div>
|
||||
<label>{{t "quicknotes" "Default color for new notes"}}</label>
|
||||
</div>
|
||||
<div id="setting-defaul-color">
|
||||
<div id="defaultColor" style="display: flex; justify-content: center;">
|
||||
<div class="colors-toolbar">
|
||||
<a href="#" class="circle-toolbar" style="background-color: #F7EB96"></a>
|
||||
<a href="#" class="circle-toolbar" style="background-color: #88B7E3"></a>
|
||||
<a href="#" class="circle-toolbar" style="background-color: #C1ECB0"></a>
|
||||
<a href="#" class="circle-toolbar" style="background-color: #BFA6E9"></a>
|
||||
<a href="#" class="circle-toolbar" style="background-color: #DAF188"></a>
|
||||
<a href="#" class="circle-toolbar" style="background-color: #FF96AC"></a>
|
||||
<a href="#" class="circle-toolbar" style="background-color: #FCF66F"></a>
|
||||
<a href="#" class="circle-toolbar" style="background-color: #F2F1EF"></a>
|
||||
<a href="#" class="circle-toolbar" style="background-color: #C1D756"></a>
|
||||
<a href="#" class="circle-toolbar" style="background-color: #CECECE"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user