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.
This commit is contained in:
2025-12-27 21:59:09 +13:00
parent abac7ed092
commit c864ca187c
15 changed files with 294 additions and 49 deletions
+9 -1
View File
@@ -6,7 +6,15 @@
"darkPurple": "#c05621",
"primary": "#ed8936",
"accent": "#fbb040",
"text": "#fffaf0"
"text": "#fffaf0",
"urlBarBg": "#975a16",
"urlBarText": "#fffaf0",
"urlBarBorder": "#c05621",
"tabBg": "#975a16",
"tabText": "#fde4b6",
"tabActive": "#c05621",
"tabActiveText": "#fffaf0",
"tabBorder": "#744210"
},
"layout": "centered",
"showLogo": true,