Added New Themes/Optimization
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name": "Rage",
|
||||
"description": "Fiery red-orange rage theme with intense dark background and burning accents",
|
||||
"dark": {
|
||||
"colors": {
|
||||
"background": "0 30% 4%",
|
||||
"foreground": "20 50% 95%",
|
||||
"primary": "10 100% 50%",
|
||||
"secondary": "30 100% 50%",
|
||||
"accent": "10 100% 50%",
|
||||
"muted": "0 12% 15%",
|
||||
"border": "10 30% 18%",
|
||||
"ring": "10 100% 50%",
|
||||
"card": "0 25% 8%",
|
||||
"popover": "0 25% 8%"
|
||||
},
|
||||
"textColors": {
|
||||
"heading": "linear-gradient(135deg, hsl(10,100%,50%), hsl(30,100%,50%))",
|
||||
"link": "hsl(10, 100%, 55%)",
|
||||
"link-hover": "hsl(30, 100%, 55%)",
|
||||
"code": "hsl(10, 100%, 55%)",
|
||||
"blockquote": "hsl(20, 15%, 70%)",
|
||||
"table-header": "hsl(10, 100%, 55%)",
|
||||
"stat-card-value": "hsl(10, 100%, 55%)",
|
||||
"badge": "hsl(10, 100%, 55%)",
|
||||
"page-header-title": "hsl(10, 100%, 55%)",
|
||||
"text-glow": "0 0 10px hsl(10,100%,50%), 0 0 30px hsl(10,100%,50%), 0 0 60px rgba(255,0,0,0.5)"
|
||||
},
|
||||
"backgrounds": {
|
||||
"body": "Deep crimson-black with red and orange radial nebula gradients",
|
||||
"glow-colors": ["rgba(200, 0, 0, 0.2)", "rgba(255, 100, 0, 0.15)", "rgba(150, 0, 0, 0.1)"]
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"colors": {
|
||||
"background": "20 30% 96%",
|
||||
"foreground": "10 50% 10%",
|
||||
"primary": "10 90% 45%",
|
||||
"secondary": "30 90% 45%",
|
||||
"accent": "10 90% 45%",
|
||||
"muted": "20 15% 88%",
|
||||
"border": "20 15% 82%",
|
||||
"ring": "10 90% 45%",
|
||||
"card": "0 0% 100%",
|
||||
"popover": "0 0% 100%"
|
||||
},
|
||||
"textColors": {
|
||||
"heading": "linear-gradient(135deg, hsl(10,90%,40%), hsl(30,90%,40%))",
|
||||
"link": "hsl(10, 90%, 40%)",
|
||||
"link-hover": "hsl(30, 90%, 45%)",
|
||||
"code": "hsl(10, 90%, 40%)",
|
||||
"blockquote": "hsl(10, 10%, 45%)",
|
||||
"table-header": "hsl(10, 90%, 40%)",
|
||||
"stat-card-value": "hsl(10, 90%, 40%)",
|
||||
"badge": "hsl(10, 90%, 40%)",
|
||||
"page-header-title": "hsl(10, 90%, 40%)",
|
||||
"text-glow": "0 0 8px hsl(10,90%,45%), 0 0 20px hsl(10,90%,45%), 0 0 40px rgba(200,50,0,0.3)"
|
||||
},
|
||||
"backgrounds": {
|
||||
"body": "Warm off-white with subtle red-orange gradient washes",
|
||||
"glow-colors": ["rgba(200, 50, 0, 0.04)", "rgba(255, 100, 0, 0.03)"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user