A sleek theme using the rose pine color palette, as the official one decided to go crazy with border colours and honestly it is not it
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.0",
"name": "Rose Pine",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(31, 29, 46)",
"toolbar_text": "rgb(224, 222, 244)",
"frame": "rgb(25, 23, 36)",
"tab_background_text": "rgb(144, 140, 170)",
"toolbar_field": "rgb(38, 35, 58)",
"toolbar_field_text": "rgb(224, 222, 244)",
"tab_line": "rgba(49, 116, 143, 0)",
"popup": "rgb(31, 29, 46)",
"popup_text": "rgb(224, 222, 244)",
"frame_inactive": "rgb(25, 23, 36)",
"icons_attention": "rgb(235, 111, 146)",
"icons": "rgb(235, 188, 186)",
"popup_border": "rgba(34, 25, 77, 0)",
"toolbar_field_border_focus": "rgba(34, 25, 77, 0)",
"toolbar_field_border": "rgba(34, 25, 77, 0)",
"toolbar_field_highlight": "rgba(235, 188, 186, 0.11)",
"tab_loading": "rgba(49, 116, 143, 0)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{38c061c0-c2db-40c1-a815-329a3f4740b3}"
}
}
}