Files
NebulaBrowser/themes/mocha-coffee.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
667 B
JSON

{
"name": "Mocha Coffee",
"colors": {
"bg": "#3c2414",
"darkBlue": "#4a2c1a",
"darkPurple": "#5d3a26",
"primary": "#d2691e",
"accent": "#daa520",
"text": "#faf0e6",
"urlBarBg": "#4a2c1a",
"urlBarText": "#faf0e6",
"urlBarBorder": "#d2691e",
"tabBg": "#4a2c1a",
"tabText": "#daa520",
"tabActive": "#5d3a26",
"tabActiveText": "#faf0e6",
"tabBorder": "#3c2414"
},
"layout": "centered",
"showLogo": true,
"customTitle": "Nebula Browser",
"gradient": "linear-gradient(145deg, #3c2414 0%, #5d3a26 100%)",
"version": "1.0",
"description": "A warm, cozy theme inspired by coffee and chocolate tones"
}