055287201c
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.
18 lines
455 B
JSON
18 lines
455 B
JSON
{
|
|
"name": "Emerald Dream",
|
|
"colors": {
|
|
"bg": "#0d2818",
|
|
"darkBlue": "#1a3a2e",
|
|
"darkPurple": "#2d5a44",
|
|
"primary": "#50c878",
|
|
"accent": "#98fb98",
|
|
"text": "#f0fff0"
|
|
},
|
|
"layout": "centered",
|
|
"showLogo": true,
|
|
"customTitle": "Nebula Browser",
|
|
"gradient": "linear-gradient(145deg, #0d2818 0%, #2d5a44 100%)",
|
|
"version": "1.0",
|
|
"description": "A sophisticated theme with rich emerald greens and jewel-like accents"
|
|
}
|