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="#2e3440"/>
<rect x="8" y="8" width="224" height="224" rx="8" fill="#3b4252"/>
<rect x="16" y="16" width="208" height="36" rx="6" fill="#434c5e"/>
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#eceff4">nord (dark)</text>
<rect x="16" y="60" width="208" height="72" rx="6" fill="#4c566a"/>
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#eceff4">Surface Text</text>
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#d8dee9">Outline color</text>
<rect x="28" y="108" width="72" height="18" rx="9" fill="#81a1c1"/>
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#2e3440">Primary</text>
<rect x="108" y="108" width="48" height="18" rx="4" fill="#b48ead"/>
<rect x="16" y="140" width="100" height="52" rx="6" fill="#434c5e"/>
<rect x="24" y="148" width="84" height="36" rx="4" fill="#2e3440"/>
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#8fbcbb">Background</text>
<rect x="124" y="140" width="100" height="52" rx="6" fill="#434c5e"/>
<circle cx="148" cy="166" r="9" fill="#bf616a"/>
<circle cx="172" cy="166" r="9" fill="#d08770"/>
<circle cx="196" cy="166" r="9" fill="#88c0d0"/>
<rect x="16" y="200" width="208" height="24" rx="4" fill="#81a1c1" opacity="0.15"/>
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#eceff4">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="#e5e9f0"/>
<rect x="8" y="8" width="224" height="224" rx="8" fill="#c2d0e7"/>
<rect x="16" y="16" width="208" height="36" rx="6" fill="#b8c5db"/>
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#2e3440">nord (light)</text>
<rect x="16" y="60" width="208" height="72" rx="6" fill="#aebacf"/>
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#2e3440">Surface Text</text>
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#60728c">Outline color</text>
<rect x="28" y="108" width="72" height="18" rx="9" fill="#3b6ea8"/>
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e5e9f0">Primary</text>
<rect x="108" y="108" width="48" height="18" rx="4" fill="#97365b"/>
<rect x="16" y="140" width="100" height="52" rx="6" fill="#b8c5db"/>
<rect x="24" y="148" width="84" height="36" rx="4" fill="#e5e9f0"/>
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#29838d">Background</text>
<rect x="124" y="140" width="100" height="52" rx="6" fill="#b8c5db"/>
<circle cx="148" cy="166" r="9" fill="#99324b"/>
<circle cx="172" cy="166" r="9" fill="#ac4426"/>
<circle cx="196" cy="166" r="9" fill="#398eac"/>
<rect x="16" y="200" width="208" height="24" rx="4" fill="#3b6ea8" opacity="0.15"/>
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#2e3440">Surface Tint Overlay</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

+46
View File
@@ -0,0 +1,46 @@
{
"id": "nord",
"name": "nord",
"version": "1.0.1",
"author": "wirus",
"description": "nord theme",
"dark": {
"primary": "#81a1c1",
"primaryText": "#2e3440",
"primaryContainer": "#88c0d0",
"secondary": "#b48ead",
"surface": "#3b4252",
"surfaceText": "#eceff4",
"surfaceVariant": "#434c5e",
"surfaceVariantText": "#eceff4",
"surfaceTint": "#81a1c1",
"background": "#2e3440",
"backgroundText": "#8fbcbb",
"outline": "#d8dee9",
"surfaceContainer": "#434c5e",
"surfaceContainerHigh": "#4c566a",
"error": "#bf616a",
"warning": "#d08770",
"info": "#88c0d0"
},
"light": {
"primary": "#3b6ea8",
"primaryText": "#e5e9f0",
"primaryContainer": "#398eac",
"secondary": "#97365b",
"surface": "#c2d0e7",
"surfaceText": "#2e3440",
"surfaceVariant": "#b8c5db",
"surfaceVariantText": "#3b4252",
"surfaceTint": "#3b6ea8",
"background": "#e5e9f0",
"backgroundText": "#29838d",
"outline": "#60728c",
"surfaceContainer": "#b8c5db",
"surfaceContainerHigh": "#aebacf",
"error": "#99324b",
"warning": "#ac4426",
"info": "#398eac"
},
"sourceDir": "nord"
}