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
450 B
JSON
18 lines
450 B
JSON
{
|
|
"name": "Midnight Rose",
|
|
"colors": {
|
|
"bg": "#1c1820",
|
|
"darkBlue": "#2d2433",
|
|
"darkPurple": "#3d3046",
|
|
"primary": "#d4af37",
|
|
"accent": "#ffd700",
|
|
"text": "#f5f5dc"
|
|
},
|
|
"layout": "centered",
|
|
"showLogo": true,
|
|
"customTitle": "Nebula Browser",
|
|
"gradient": "linear-gradient(145deg, #1c1820 0%, #3d3046 100%)",
|
|
"version": "1.0",
|
|
"description": "An elegant dark theme with rose gold accents and warm undertones"
|
|
}
|