|
|
@@ -1,13 +1,13 @@
|
|
|
-<a id="theme-option-{{themeName}}" href="#"
|
|
|
- class="{{themeName}} {% if themeName === settingForm['customize:theme'] %}active{% endif %}"
|
|
|
- onclick="selectTheme('{{themeName}}')"
|
|
|
- data-theme="{{ webpack_asset('style-theme-' + themeName).css }}">
|
|
|
+<a id="theme-option-{{name}}" href="#"
|
|
|
+ class="{{name}} {% if name === settingForm['customize:theme'] %}active{% endif %}"
|
|
|
+ onclick="selectTheme('{{name}}')"
|
|
|
+ data-theme="{{ webpack_asset('style-theme-' + name).css }}">
|
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
|
<g>
|
|
|
- <path class="color1" d="M -1 -1 L65 -1 L65 65 L-1 65 L-1 -1 Z" fill="#ccc"></path>
|
|
|
- <path class="color2" d="M -1 -1 L65 -1 L65 15 L-1 15 L-1 -1 Z" fill="#000"></path>
|
|
|
- <path class="color3" d="M 44 15 L65 15 L65 65 L44 65 L44 15 Z" fill="#300"></path>
|
|
|
+ <path d="M -1 -1 L65 -1 L65 65 L-1 65 L-1 -1 Z" fill="{{bg}}"></path>
|
|
|
+ <path d="M -1 -1 L65 -1 L65 15 L-1 15 L-1 -1 Z" fill="{{topbar}}"></path>
|
|
|
+ <path d="M 44 15 L65 15 L65 65 L44 65 L44 15 Z" fill="{{theme}}"></path>
|
|
|
</g>
|
|
|
</svg>
|
|
|
|