testnet.json
1 { 2 "name": "testnet", 3 "displayName": "Testnet", 4 "description": "Orange-tinted theme for testnet environment distinction", 5 6 "colors": { 7 "background": { 8 "primary": "#1C1412", 9 "secondary": "#261A16", 10 "tertiary": "#33221C" 11 }, 12 "foreground": { 13 "primary": "#FFF7ED", 14 "secondary": "#FDBA74", 15 "muted": "#C2410C" 16 }, 17 "border": { 18 "default": "#7C2D12", 19 "strong": "#C2410C" 20 }, 21 "card": { 22 "background": "#261A16", 23 "border": "#7C2D12" 24 }, 25 "input": { 26 "background": "#1C1412", 27 "border": "#7C2D12", 28 "focus": "#F97316" 29 }, 30 "accent": { 31 "primary": "#F97316", 32 "secondary": "#FBBF24" 33 } 34 }, 35 36 "banner": { 37 "show": true, 38 "text": "TESTNET", 39 "background": "#F97316", 40 "foreground": "#000000" 41 } 42 }