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="#1c1f26"/>
<rect x="8" y="8" width="224" height="224" rx="8" fill="#1d2027"/>
<rect x="16" y="16" width="208" height="36" rx="6" fill="#20242c"/>
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#d3dae3">Arc Darkest (dark)</text>
<rect x="16" y="60" width="208" height="72" rx="6" fill="#323743"/>
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#d3dae3">Surface Text</text>
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#4b8cd8">Outline color</text>
<rect x="28" y="108" width="72" height="18" rx="9" fill="#4b8cd8"/>
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#ffffff">Primary</text>
<rect x="108" y="108" width="48" height="18" rx="4" fill="#6e87b0"/>
<rect x="16" y="140" width="100" height="52" rx="6" fill="#20242c"/>
<rect x="24" y="148" width="84" height="36" rx="4" fill="#1c1f26"/>
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#d3dae3">Background</text>
<rect x="124" y="140" width="100" height="52" rx="6" fill="#20242c"/>
<circle cx="148" cy="166" r="9" fill="#c24c39"/>
<circle cx="172" cy="166" r="9" fill="#ba9443"/>
<circle cx="196" cy="166" r="9" fill="#4b8cd8"/>
<rect x="16" y="200" width="208" height="24" rx="4" fill="#4b8cd8" opacity="0.15"/>
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#d3dae3">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="#242730"/>
<rect x="8" y="8" width="224" height="224" rx="8" fill="#2b2f38"/>
<rect x="16" y="16" width="208" height="36" rx="6" fill="#282c35"/>
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#d3dae3">Arc Darkest (light)</text>
<rect x="16" y="60" width="208" height="72" rx="6" fill="#3a3f4d"/>
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#d3dae3">Surface Text</text>
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#2b72c5">Outline color</text>
<rect x="28" y="108" width="72" height="18" rx="9" fill="#4b8cd8"/>
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#ffffff">Primary</text>
<rect x="108" y="108" width="48" height="18" rx="4" fill="#7a8fa8"/>
<rect x="16" y="140" width="100" height="52" rx="6" fill="#282c35"/>
<rect x="24" y="148" width="84" height="36" rx="4" fill="#242730"/>
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#d3dae3">Background</text>
<rect x="124" y="140" width="100" height="52" rx="6" fill="#282c35"/>
<circle cx="148" cy="166" r="9" fill="#c24c39"/>
<circle cx="172" cy="166" r="9" fill="#ba9443"/>
<circle cx="196" cy="166" r="9" fill="#4b8cd8"/>
<rect x="16" y="200" width="208" height="24" rx="4" fill="#4b8cd8" opacity="0.15"/>
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#d3dae3">Surface Tint Overlay</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1,48 @@
{
"id": "arcdarkest",
"name": "Arc Darkest",
"version": "1.0.0",
"author": "schneik",
"description": "Arc Darkest GTK theme ported to DankMaterialShell",
"dark": {
"primary": "#4b8cd8",
"primaryText": "#ffffff",
"primaryContainer": "#2b72c5",
"secondary": "#6e87b0",
"surface": "#1d2027",
"surfaceText": "#d3dae3",
"surfaceVariant": "#2d323d",
"surfaceVariantText": "#afb5bd",
"surfaceTint": "#4b8cd8",
"background": "#1c1f26",
"backgroundText": "#d3dae3",
"outline": "#4b8cd8",
"surfaceContainer": "#20242c",
"surfaceContainerHigh": "#323743",
"surfaceContainerHighest": "#3c4252",
"error": "#c24c39",
"warning": "#ba9443",
"info": "#4b8cd8"
},
"light": {
"primary": "#4b8cd8",
"primaryText": "#ffffff",
"primaryContainer": "#2b72c5",
"secondary": "#7a8fa8",
"surface": "#2b2f38",
"surfaceText": "#d3dae3",
"surfaceVariant": "#31353f",
"surfaceVariantText": "#b1b8c1",
"surfaceTint": "#4b8cd8",
"background": "#242730",
"backgroundText": "#d3dae3",
"outline": "#2b72c5",
"surfaceContainer": "#282c35",
"surfaceContainerHigh": "#3a3f4d",
"surfaceContainerHighest": "#454b5a",
"error": "#c24c39",
"warning": "#ba9443",
"info": "#4b8cd8"
},
"sourceDir": "arc-darkest"
}