Files
NebulaBrowser/themes/cyberpunk.json
T
andrew 055287201c Add new built-in themes and update theme selection UI
Introduces seven new built-in themes (cyberpunk, midnight-rose, arctic-ice, cherry-blossom, cosmic-purple, emerald-dream, mocha-coffee, lavender-fields) with corresponding JSON files, updates the FEATURES documentation, and enhances the settings UI to display and select these themes. Also updates theme loading logic in theme-manager.js and improves the theme selector layout for better usability.
2025-07-29 12:01:14 +12:00

18 lines
463 B
JSON

{
"name": "Cyberpunk Neon",
"colors": {
"bg": "#0a0a0a",
"darkBlue": "#1a0520",
"darkPurple": "#2a0a3a",
"primary": "#ff0080",
"accent": "#00ffff",
"text": "#ffffff"
},
"layout": "centered",
"showLogo": true,
"customTitle": "Nebula Browser",
"gradient": "linear-gradient(145deg, #0a0a0a 0%, #2a0a3a 50%, #1a0520 100%)",
"version": "1.0",
"description": "A futuristic cyberpunk theme with neon pink and cyan highlights"
}