updated to include themes

This commit is contained in:
2026-06-01 10:59:20 +02:00
parent 3f54c13a1b
commit 3629c8633c
67 changed files with 2273 additions and 1 deletions
@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
<g transform="translate(0, 0)">
<rect width="240" height="240" fill="#16161d"/>
<rect x="8" y="8" width="224" height="224" rx="8" fill="#1f1f28"/>
<rect x="16" y="16" width="208" height="36" rx="6" fill="#223249"/>
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#dcd7ba">Kanagawa-wave-lotus (dark)</text>
<rect x="16" y="60" width="208" height="72" rx="6" fill="#2d4f67"/>
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#dcd7ba">Surface Text</text>
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#dcd7ba">Outline color</text>
<rect x="28" y="108" width="72" height="18" rx="9" fill="#7fb4ca"/>
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#1f1f28">Primary</text>
<rect x="108" y="108" width="48" height="18" rx="4" fill="#938aa9"/>
<rect x="16" y="140" width="100" height="52" rx="6" fill="#223249"/>
<rect x="24" y="148" width="84" height="36" rx="4" fill="#16161d"/>
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#dcd7ba">Background</text>
<rect x="124" y="140" width="100" height="52" rx="6" fill="#223249"/>
<circle cx="148" cy="166" r="9" fill="#e82424"/>
<circle cx="172" cy="166" r="9" fill="#ff9e3b"/>
<circle cx="196" cy="166" r="9" fill="#7fb4ca"/>
<rect x="16" y="200" width="208" height="24" rx="4" fill="#7fb4ca" opacity="0.15"/>
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#dcd7ba">Surface Tint Overlay</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
<g transform="translate(0, 0)">
<rect width="240" height="240" fill="#f2ecbc"/>
<rect x="8" y="8" width="224" height="224" rx="8" fill="#f2ecbc"/>
<rect x="16" y="16" width="208" height="36" rx="6" fill="#e7dfb1"/>
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#1f1f28">Kanagawa-wave-lotus (light)</text>
<rect x="16" y="60" width="208" height="72" rx="6" fill="#ddd39a"/>
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#1f1f28">Surface Text</text>
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#c84053">Outline color</text>
<rect x="28" y="108" width="72" height="18" rx="9" fill="#c84053"/>
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#1f1f28">Primary</text>
<rect x="108" y="108" width="48" height="18" rx="4" fill="#6f894e"/>
<rect x="16" y="140" width="100" height="52" rx="6" fill="#e7dfb1"/>
<rect x="24" y="148" width="84" height="36" rx="4" fill="#f2ecbc"/>
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#1f1f28">Background</text>
<rect x="124" y="140" width="100" height="52" rx="6" fill="#e7dfb1"/>
<circle cx="148" cy="166" r="9" fill="#c84053"/>
<circle cx="172" cy="166" r="9" fill="#dca561"/>
<circle cx="196" cy="166" r="9" fill="#658594"/>
<rect x="16" y="200" width="208" height="24" rx="4" fill="#c84053" opacity="0.15"/>
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#1f1f28">Surface Tint Overlay</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1,46 @@
{
"id": "kanagawaWl",
"name": "Kanagawa-wave-lotus",
"version": "1.0.0",
"author": "wirus",
"description": "Kanagawa theme using Lotus for light mode and Wave for dark mode.",
"dark": {
"primary": "#7fb4ca",
"primaryText": "#1f1f28",
"primaryContainer": "#223249",
"secondary": "#938aa9",
"surface": "#1f1f28",
"surfaceText": "#dcd7ba",
"surfaceVariant": "#2a2a37",
"surfaceVariantText": "#c8c093",
"surfaceTint": "#7fb4ca",
"background": "#16161d",
"backgroundText": "#dcd7ba",
"outline": "#dcd7ba",
"surfaceContainer": "#223249",
"surfaceContainerHigh": "#2d4f67",
"error": "#e82424",
"warning": "#ff9e3b",
"info": "#7fb4ca"
},
"light": {
"primary": "#c84053",
"primaryText": "#1f1f28",
"primaryContainer": "#e98a9e",
"secondary": "#6f894e",
"surface": "#f2ecbc",
"surfaceText": "#1f1f28",
"surfaceVariant": "#e4dca3",
"surfaceVariantText": "#2a2a37",
"surfaceTint": "#c84053",
"background": "#f2ecbc",
"backgroundText": "#1f1f28",
"outline": "#c84053",
"surfaceContainer": "#e7dfb1",
"surfaceContainerHigh": "#ddd39a",
"error": "#c84053",
"warning": "#dca561",
"info": "#658594"
},
"sourceDir": "kanagawa-wl"
}