Files
NebulaBrowser/themes/default.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
676 B
JSON

{
"name": "Default Nebula",
"colors": {
"bg": "#121418",
"darkBlue": "#0B1C2B",
"darkPurple": "#1B1035",
"primary": "#7B2EFF",
"accent": "#00C6FF",
"text": "#E0E0E0",
"urlBarBg": "#1C2030",
"urlBarText": "#E0E0E0",
"urlBarBorder": "#3E4652",
"tabBg": "#161925",
"tabText": "#A4A7B3",
"tabActive": "#1C2030",
"tabActiveText": "#E0E0E0",
"tabBorder": "#2B3040"
},
"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"
}