This commit is contained in:
2026-05-23 22:25:21 +02:00
parent bd1d2f3522
commit 844d3ca7c3
63 changed files with 3311 additions and 34 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="#0e131a"/>
<rect x="8" y="8" width="224" height="224" rx="8" fill="#0e131a"/>
<rect x="16" y="16" width="208" height="36" rx="6" fill="#0e131a"/>
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#fefefe">Steam Deck (dark)</text>
<rect x="16" y="60" width="208" height="72" rx="6" fill="#23262e"/>
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#fefefe">Surface Text</text>
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#55585d">Outline color</text>
<rect x="28" y="108" width="72" height="18" rx="9" fill="#1a9fff"/>
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#16161e">Primary</text>
<rect x="108" y="108" width="48" height="18" rx="4" fill="#777a7f"/>
<rect x="16" y="140" width="100" height="52" rx="6" fill="#0e131a"/>
<rect x="24" y="148" width="84" height="36" rx="4" fill="#0e131a"/>
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#d5d6db">Background</text>
<rect x="124" y="140" width="100" height="52" rx="6" fill="#0e131a"/>
<circle cx="148" cy="166" r="9" fill="#f44336"/>
<circle cx="172" cy="166" r="9" fill="#ff9800"/>
<circle cx="196" cy="166" r="9" fill="#1a9fff"/>
<rect x="16" y="200" width="208" height="24" rx="4" fill="#0e131a" opacity="0.15"/>
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#fefefe">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="#b9bfca"/>
<rect x="8" y="8" width="224" height="224" rx="8" fill="#b9bfca"/>
<rect x="16" y="16" width="208" height="36" rx="6" fill="#b9bfca"/>
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#23262e">Steam Deck (light)</text>
<rect x="16" y="60" width="208" height="72" rx="6" fill="#9699a3"/>
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#23262e">Surface Text</text>
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#4c505e">Outline color</text>
<rect x="28" y="108" width="72" height="18" rx="9" fill="#1a73e8"/>
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#d0d5e3">Primary</text>
<rect x="108" y="108" width="48" height="18" rx="4" fill="#23262e"/>
<rect x="16" y="140" width="100" height="52" rx="6" fill="#b9bfca"/>
<rect x="24" y="148" width="84" height="36" rx="4" fill="#b9bfca"/>
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#1a1b26">Background</text>
<rect x="124" y="140" width="100" height="52" rx="6" fill="#b9bfca"/>
<circle cx="148" cy="166" r="9" fill="#f44336"/>
<circle cx="172" cy="166" r="9" fill="#ff9800"/>
<circle cx="196" cy="166" r="9" fill="#1a73e8"/>
<rect x="16" y="200" width="208" height="24" rx="4" fill="#b9bfca" opacity="0.15"/>
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#23262e">Surface Tint Overlay</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1,46 @@
{
"id": "steamDeck",
"name": "Steam Deck",
"version": "1.0.0",
"author": "yayuuu",
"description": "Steam Deck inspired theme",
"dark": {
"primary": "#1a9fff",
"primaryText": "#16161e",
"primaryContainer": "#23262e",
"secondary": "#777a7f",
"surface": "#0e131a",
"surfaceText": "#fefefe",
"surfaceVariant": "#55585d",
"surfaceVariantText": "#cbccd1",
"surfaceTint": "#0e131a",
"background": "#0e131a",
"backgroundText": "#d5d6db",
"outline": "#55585d",
"surfaceContainer": "#0e131a",
"surfaceContainerHigh": "#23262e",
"error": "#f44336",
"warning": "#ff9800",
"info": "#1a9fff"
},
"light": {
"primary": "#1a73e8",
"primaryText": "#d0d5e3",
"primaryContainer": "#b9bfca",
"secondary": "#23262e",
"surface": "#b9bfca",
"surfaceText": "#23262e",
"surfaceVariant": "#c4c8da",
"surfaceVariantText": "#1a1b26",
"surfaceTint": "#b9bfca",
"background": "#b9bfca",
"backgroundText": "#1a1b26",
"outline": "#4c505e",
"surfaceContainer": "#b9bfca",
"surfaceContainerHigh": "#9699a3",
"error": "#f44336",
"warning": "#ff9800",
"info": "#1a73e8"
},
"sourceDir": "steam-deck"
}