Files
NebulaBrowser/themes/sunset.json
T
andrew aef9b816db Add theme customization system and theme manager
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).
2025-07-29 11:53:30 +12:00

18 lines
432 B
JSON

{
"name": "Sunset Glow",
"colors": {
"bg": "#744210",
"darkBlue": "#975a16",
"darkPurple": "#c05621",
"primary": "#ed8936",
"accent": "#fbb040",
"text": "#fffaf0"
},
"layout": "centered",
"showLogo": true,
"customTitle": "Nebula Browser",
"gradient": "linear-gradient(145deg, #744210 0%, #c05621 100%)",
"version": "1.0",
"description": "A warm sunset theme with oranges and golden hues"
}