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
451 B
JSON
18 lines
451 B
JSON
{
|
|
"name": "Default Nebula",
|
|
"colors": {
|
|
"bg": "#121418",
|
|
"darkBlue": "#0B1C2B",
|
|
"darkPurple": "#1B1035",
|
|
"primary": "#7B2EFF",
|
|
"accent": "#00C6FF",
|
|
"text": "#E0E0E0"
|
|
},
|
|
"layout": "centered",
|
|
"showLogo": true,
|
|
"customTitle": "Nebula Browser",
|
|
"gradient": "linear-gradient(145deg, #121418 0%, #1B1035 100%)",
|
|
"version": "1.0",
|
|
"description": "The original Nebula Browser theme with purple and blue gradients"
|
|
}
|