Files
NebulaBrowser/themes/forest.json
T
andrew c864ca187c Add per-theme colors for URL bar and tabs
Introduces new color properties for the URL bar and tab strip in all themes, updates the theme system and CSS to support these, and ensures the renderer applies the correct colors to the main UI. This allows each theme to fully customize the appearance of the URL bar and tabs for a more cohesive look.
2025-12-27 21:59:09 +13:00

26 lines
668 B
JSON

{
"name": "Forest Night",
"colors": {
"bg": "#1a202c",
"darkBlue": "#2d3748",
"darkPurple": "#4a5568",
"primary": "#68d391",
"accent": "#9ae6b4",
"text": "#f7fafc",
"urlBarBg": "#2d3748",
"urlBarText": "#f7fafc",
"urlBarBorder": "#4a5568",
"tabBg": "#2d3748",
"tabText": "#cbd5e0",
"tabActive": "#4a5568",
"tabActiveText": "#f7fafc",
"tabBorder": "#1a202c"
},
"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"
}