Themes/ Ram Increased to 16GB
This commit is contained in:
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"theme": {
|
||||
"id": "cosmic",
|
||||
"name": "Cosmic",
|
||||
"description": "Dark mode: green text with purple highlights + glowing NEBULA header; Light mode: purple text + purple NEBULA header",
|
||||
"type": "dual",
|
||||
"default": false
|
||||
},
|
||||
"modes": {
|
||||
"dark": {
|
||||
"colors": {
|
||||
"background": "hsl(260, 30%, 8%)",
|
||||
"foreground": "hsl(210, 40%, 98%)",
|
||||
"card": "hsl(260, 25%, 12%)",
|
||||
"cardForeground": "hsl(210, 40%, 98%)",
|
||||
"popover": "hsl(260, 25%, 12%)",
|
||||
"popoverForeground": "hsl(210, 40%, 98%)",
|
||||
"primary": "hsl(280, 60%, 55%)",
|
||||
"primaryForeground": "hsl(0, 0%, 100%)",
|
||||
"secondary": "hsl(260, 20%, 20%)",
|
||||
"secondaryForeground": "hsl(210, 40%, 98%)",
|
||||
"muted": "hsl(260, 20%, 18%)",
|
||||
"mutedForeground": "hsl(260, 10%, 60%)",
|
||||
"accent": "hsl(280, 60%, 55%)",
|
||||
"accentForeground": "hsl(210, 40%, 98%)",
|
||||
"destructive": "hsl(0, 70%, 50%)",
|
||||
"destructiveForeground": "hsl(210, 40%, 98%)",
|
||||
"border": "hsl(260, 20%, 22%)",
|
||||
"input": "hsl(260, 20%, 22%)",
|
||||
"sidebar": "hsl(260, 30%, 8%)",
|
||||
"sidebarForeground": "hsl(210, 40%, 98%)",
|
||||
"sidebarPrimary": "hsl(280, 60%, 55%)",
|
||||
"sidebarPrimaryForeground": "hsl(0, 0%, 100%)",
|
||||
"sidebarAccent": "hsl(280, 60%, 55%)",
|
||||
"sidebarAccentForeground": "hsl(210, 40%, 98%)",
|
||||
"sidebarBorder": "hsl(260, 20%, 22%)",
|
||||
"sidebarRing": "hsl(280, 60%, 55%)"
|
||||
},
|
||||
"textColors": {
|
||||
"heading": "linear-gradient(135deg, #00E060, #2dd4bf)",
|
||||
"body": "#e8e8ef",
|
||||
"muted": "#8a7faa",
|
||||
"link": "#00E060",
|
||||
"linkHover": "#2dd4bf",
|
||||
"code": "#00E060",
|
||||
"placeholder": "#554b70"
|
||||
},
|
||||
"backgroundImage": null,
|
||||
"backgroundGradients": [
|
||||
"rgba(100, 60, 200, 0.15) at 20% 30%",
|
||||
"rgba(0, 220, 100, 0.08) at 80% 70%",
|
||||
"rgba(200, 50, 180, 0.10) at 60% 20%",
|
||||
"rgba(50, 100, 220, 0.08) at 40% 80%"
|
||||
]
|
||||
},
|
||||
"light": {
|
||||
"colors": {
|
||||
"background": "hsl(0, 0%, 98%)",
|
||||
"foreground": "hsl(260, 30%, 12%)",
|
||||
"card": "hsl(0, 0%, 100%)",
|
||||
"cardForeground": "hsl(260, 30%, 12%)",
|
||||
"popover": "hsl(0, 0%, 100%)",
|
||||
"popoverForeground": "hsl(260, 30%, 12%)",
|
||||
"primary": "hsl(280, 50%, 50%)",
|
||||
"primaryForeground": "hsl(0, 0%, 100%)",
|
||||
"secondary": "hsl(260, 20%, 92%)",
|
||||
"secondaryForeground": "hsl(260, 30%, 20%)",
|
||||
"muted": "hsl(260, 15%, 92%)",
|
||||
"mutedForeground": "hsl(260, 10%, 45%)",
|
||||
"accent": "hsl(280, 50%, 50%)",
|
||||
"accentForeground": "hsl(0, 0%, 100%)",
|
||||
"destructive": "hsl(0, 80%, 50%)",
|
||||
"destructiveForeground": "hsl(0, 0%, 100%)",
|
||||
"border": "hsl(260, 15%, 85%)",
|
||||
"input": "hsl(260, 15%, 85%)",
|
||||
"sidebar": "hsl(0, 0%, 100%)",
|
||||
"sidebarForeground": "hsl(260, 30%, 12%)",
|
||||
"sidebarPrimary": "hsl(280, 50%, 50%)",
|
||||
"sidebarPrimaryForeground": "hsl(0, 0%, 100%)",
|
||||
"sidebarAccent": "hsl(280, 50%, 50%)",
|
||||
"sidebarAccentForeground": "hsl(0, 0%, 100%)",
|
||||
"sidebarBorder": "hsl(260, 15%, 85%)",
|
||||
"sidebarRing": "hsl(280, 50%, 50%)"
|
||||
},
|
||||
"textColors": {
|
||||
"heading": "linear-gradient(135deg, #7c3aed, #a855f7)",
|
||||
"body": "#1a0a2e",
|
||||
"muted": "#6b5b7a",
|
||||
"link": "#7c3aed",
|
||||
"linkHover": "#a855f7",
|
||||
"code": "#7c3aed",
|
||||
"placeholder": "#a8a0b0"
|
||||
},
|
||||
"backgroundImage": null,
|
||||
"backgroundGradients": [
|
||||
"rgba(0, 200, 80, 0.06) at 15% 25%",
|
||||
"rgba(100, 60, 200, 0.04) at 80% 70%",
|
||||
"rgba(0, 200, 80, 0.05) at 60% 20%"
|
||||
]
|
||||
}
|
||||
},
|
||||
"borderRadius": "0.5rem",
|
||||
"typography": {
|
||||
"fontFamily": "Inter, sans-serif",
|
||||
"headingFont": "Inter, sans-serif"
|
||||
},
|
||||
"keyColors": {
|
||||
"primary": "#a855f7 (dark) / #7c3aed (light)",
|
||||
"background": "#0d0820 (dark) / #fafafa (light)",
|
||||
"card": "#16102e (dark) / #ffffff (light)",
|
||||
"sidebar": "#0d0820 (dark) / #ffffff (light)",
|
||||
"border": "#2a2240 (dark) / #d4d0dc (light)",
|
||||
"text": "#e8e8ef (dark) / #1a0a2e (light)",
|
||||
"mutedText": "#8a7faa (dark) / #6b5b7a (light)",
|
||||
"headingGradient": "#00E060 → #2dd4bf (dark) / #7c3aed → #a855f7 (light)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user