aef9b816db
Introduces a full browser customization system with support for theme presets, live editing, import/export, and non-destructive design. Adds new documentation for customization, updates the features list, and implements a ThemeManager for loading and managing themes at the application level. Updates home and settings pages to support live theming and preview, and adds four built-in themes (default, forest, ocean, sunset).
18 lines
443 B
JSON
18 lines
443 B
JSON
{
|
|
"name": "Forest Night",
|
|
"colors": {
|
|
"bg": "#1a202c",
|
|
"darkBlue": "#2d3748",
|
|
"darkPurple": "#4a5568",
|
|
"primary": "#68d391",
|
|
"accent": "#9ae6b4",
|
|
"text": "#f7fafc"
|
|
},
|
|
"layout": "centered",
|
|
"showLogo": true,
|
|
"customTitle": "Nebula Browser",
|
|
"gradient": "linear-gradient(145deg, #1a202c 0%, #2d3748 100%)",
|
|
"version": "1.0",
|
|
"description": "A nature-inspired theme with forest greens and earth tones"
|
|
}
|