|
|
@@ -69,12 +69,15 @@
|
|
|
{% include 'widget/theme-colorbox.html' with { name: 'default', bg: '#ffffff', topbar: '#334455', theme: '#112744' } %}
|
|
|
{% include 'widget/theme-colorbox.html' with { name: 'nature', bg: '#f9fff3', topbar: '#118050', theme: '#460039' } %}
|
|
|
{% include 'widget/theme-colorbox.html' with { name: 'mono-blue', bg: '#F7FBFD', topbar: '#00587A', theme: '#00587A' } %}
|
|
|
+ {% include 'widget/theme-colorbox.html' with { name: 'wood', bg: '#ffffff', topbar: '#aaa45f', theme: '#dddebf' } %}
|
|
|
+ {% include 'widget/theme-colorbox.html' with { name: 'island', bg: '#8ecac0', topbar: '#0c2a44', theme: '#cef2ef' } %}
|
|
|
</div>
|
|
|
{# Dark Themes #}
|
|
|
<div class="d-flex">
|
|
|
{% include 'widget/theme-colorbox.html' with { name: 'default-dark', bg: '#212731', topbar: '#151515', theme: '#f75b36' } %}
|
|
|
{% include 'widget/theme-colorbox.html' with { name: 'future', bg: '#16282D', topbar: '#011414', theme: '#04B4AE' } %}
|
|
|
{% include 'widget/theme-colorbox.html' with { name: 'blue-night', bg: '#061F2F', topbar: '#27343B', theme: '#0090C8' } %}
|
|
|
+ {% include 'widget/theme-colorbox.html' with { name: 'halloween ', bg: '#030003', topbar: '#cc5d1f', theme: '#e9af2b' } %}
|
|
|
</div>
|
|
|
</div>
|
|
|
|