mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-08-11 11:19:24 +00:00
Clean release snapshot
This commit is contained in:
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "theme.sunset-strat",
|
||||
"slot": "theme",
|
||||
"name": "Sunset Strat",
|
||||
"description": "Warm amber stage lights over a dusk-dark body.",
|
||||
"cost": 500,
|
||||
"payload": {
|
||||
"colors": {
|
||||
"bg": "#1c1210",
|
||||
"sidebar": "#211512",
|
||||
"card": "#2e1d18",
|
||||
"cardMuted": "#160e0b",
|
||||
"primary": "#f97316",
|
||||
"primaryHi": "#fb923c",
|
||||
"accent": "#ef4444",
|
||||
"text": "#fdf6ef",
|
||||
"textDim": "#b8a193",
|
||||
"border": "#4a3328",
|
||||
"good": "#22c55e",
|
||||
"mid": "#eab308",
|
||||
"low": "#ef4444",
|
||||
"gold": "#e8c040"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "theme.moss-amp",
|
||||
"slot": "theme",
|
||||
"name": "Moss Amp",
|
||||
"description": "Mellow greens like a vintage tolex cab.",
|
||||
"cost": 500,
|
||||
"payload": {
|
||||
"colors": {
|
||||
"bg": "#0f1a14",
|
||||
"sidebar": "#12211a",
|
||||
"card": "#1b2e23",
|
||||
"cardMuted": "#0a140e",
|
||||
"primary": "#10b981",
|
||||
"primaryHi": "#34d399",
|
||||
"accent": "#ef4444",
|
||||
"text": "#f0fdf4",
|
||||
"textDim": "#8fb3a0",
|
||||
"border": "#2e4a3a",
|
||||
"good": "#22c55e",
|
||||
"mid": "#eab308",
|
||||
"low": "#ef4444",
|
||||
"gold": "#e8c040"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "theme.violet-fuzz",
|
||||
"slot": "theme",
|
||||
"name": "Violet Fuzz",
|
||||
"description": "Deep purple haze with a neon bite.",
|
||||
"cost": 750,
|
||||
"payload": {
|
||||
"colors": {
|
||||
"bg": "#16101f",
|
||||
"sidebar": "#1a1226",
|
||||
"card": "#281a38",
|
||||
"cardMuted": "#100a17",
|
||||
"primary": "#a855f7",
|
||||
"primaryHi": "#c084fc",
|
||||
"accent": "#f43f5e",
|
||||
"text": "#faf5ff",
|
||||
"textDim": "#a795bd",
|
||||
"border": "#43305c",
|
||||
"good": "#22c55e",
|
||||
"mid": "#eab308",
|
||||
"low": "#ef4444",
|
||||
"gold": "#e8c040"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "frame.gold-record",
|
||||
"slot": "avatar_frame",
|
||||
"name": "Gold Record",
|
||||
"description": "A solid gold ring for certified players.",
|
||||
"cost": 300,
|
||||
"payload": {
|
||||
"frame_style": "box-shadow: 0 0 0 3px #e8c040, 0 0 12px rgba(232, 192, 64, 0.6)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "frame.sky-halo",
|
||||
"slot": "avatar_frame",
|
||||
"name": "Sky Halo",
|
||||
"description": "A cool sky-blue glow.",
|
||||
"cost": 300,
|
||||
"payload": {
|
||||
"frame_style": "box-shadow: 0 0 0 3px #38bdf8, 0 0 12px rgba(56, 189, 248, 0.6)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "frame.redline",
|
||||
"slot": "avatar_frame",
|
||||
"name": "Redline",
|
||||
"description": "Pushed into the red, on purpose.",
|
||||
"cost": 450,
|
||||
"payload": {
|
||||
"frame_style": "box-shadow: 0 0 0 3px #ef4444, 0 0 14px rgba(239, 68, 68, 0.7)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user