update
This commit is contained in:
@@ -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="#16161e"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#1a1b26"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#1f2335"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#c0caf5">TokyoNight Night and Moon (dark)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#292e42"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#c0caf5">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#3b4261">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#7aa2f7"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#1a1b26">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#bb9af7"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#1f2335"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#16161e"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#c0caf5">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#1f2335"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#f7768e"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#ff9e64"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#7dcfff"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#7aa2f7" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#c0caf5">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="#191B29"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#222436"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#2f334d"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#c8d3f5">TokyoNight Night and Moon (light)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#444a73"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#c8d3f5">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#444a73">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#82aaff"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#1e2030">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#c099ff"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#2f334d"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#191B29"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#c8d3f5">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#2f334d"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#ff757f"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#ff966c"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#86e1fc"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#82aaff" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#c8d3f5">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": "tokyoNightNightMoon",
|
||||
"name": "TokyoNight Night and Moon",
|
||||
"version": "1.0.0",
|
||||
"author": "Will Adams (adapted from Avenge Media)",
|
||||
"description": "Popular Tokyo Night color scheme with vibrant blues and purples, Night and Moon variant",
|
||||
"dark": {
|
||||
"primary": "#7aa2f7",
|
||||
"primaryText": "#1a1b26",
|
||||
"primaryContainer": "#7dcfff",
|
||||
"secondary": "#bb9af7",
|
||||
"surface": "#1a1b26",
|
||||
"surfaceText": "#c0caf5",
|
||||
"surfaceVariant": "#24283b",
|
||||
"surfaceVariantText": "#a9b1d6",
|
||||
"surfaceTint": "#7aa2f7",
|
||||
"background": "#16161e",
|
||||
"backgroundText": "#c0caf5",
|
||||
"outline": "#3b4261",
|
||||
"surfaceContainer": "#1f2335",
|
||||
"surfaceContainerHigh": "#292e42",
|
||||
"error": "#f7768e",
|
||||
"warning": "#ff9e64",
|
||||
"info": "#7dcfff"
|
||||
},
|
||||
"light": {
|
||||
"primary": "#82aaff",
|
||||
"primaryText": "#1e2030",
|
||||
"primaryContainer": "#86e1fc",
|
||||
"secondary": "#c099ff",
|
||||
"surface": "#222436",
|
||||
"surfaceText": "#c8d3f5",
|
||||
"surfaceVariant": "#2f334d",
|
||||
"surfaceVariantText": "#828bb8",
|
||||
"surfaceTint": "#82aaff",
|
||||
"background": "#191B29",
|
||||
"backgroundText": "#c8d3f5",
|
||||
"outline": "#444a73",
|
||||
"surfaceContainer": "#2f334d",
|
||||
"surfaceContainerHigh": "#444a73",
|
||||
"error": "#ff757f",
|
||||
"warning": "#ff966c",
|
||||
"info": "#86e1fc"
|
||||
},
|
||||
"sourceDir": "tokyonight-night-moon"
|
||||
}
|
||||
Reference in New Issue
Block a user