Files
NebulaBrowser/themes/arctic-ice.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
672 B
JSON

{
"name": "Arctic Ice",
"colors": {
"bg": "#f0f8ff",
"darkBlue": "#e6f3ff",
"darkPurple": "#d1e7ff",
"primary": "#4169e1",
"accent": "#87ceeb",
"text": "#2f4f4f",
"urlBarBg": "#e6f3ff",
"urlBarText": "#2f4f4f",
"urlBarBorder": "#4169e1",
"tabBg": "#e6f3ff",
"tabText": "#4169e1",
"tabActive": "#d1e7ff",
"tabActiveText": "#2f4f4f",
"tabBorder": "#f0f8ff"
},
"layout": "centered",
"showLogo": true,
"customTitle": "Nebula Browser",
"gradient": "linear-gradient(145deg, #f0f8ff 0%, #d1e7ff 100%)",
"version": "1.0",
"description": "A clean, cool theme inspired by arctic ice with crisp blue tones"
}