c864ca187c
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.
26 lines
680 B
JSON
26 lines
680 B
JSON
{
|
|
"name": "Emerald Dream",
|
|
"colors": {
|
|
"bg": "#0d2818",
|
|
"darkBlue": "#1a3a2e",
|
|
"darkPurple": "#2d5a44",
|
|
"primary": "#50c878",
|
|
"accent": "#98fb98",
|
|
"text": "#f0fff0",
|
|
"urlBarBg": "#1a3a2e",
|
|
"urlBarText": "#f0fff0",
|
|
"urlBarBorder": "#50c878",
|
|
"tabBg": "#1a3a2e",
|
|
"tabText": "#98fb98",
|
|
"tabActive": "#2d5a44",
|
|
"tabActiveText": "#f0fff0",
|
|
"tabBorder": "#0d2818"
|
|
},
|
|
"layout": "centered",
|
|
"showLogo": true,
|
|
"customTitle": "Nebula Browser",
|
|
"gradient": "linear-gradient(145deg, #0d2818 0%, #2d5a44 100%)",
|
|
"version": "1.0",
|
|
"description": "A sophisticated theme with rich emerald greens and jewel-like accents"
|
|
}
|