1
0
Fork 0
matched/light-firefox/manifest.json

45 lines
1.9 KiB
JSON

{
"description": "Light Matched: Low contrast light theme",
"manifest_version": 2,
"name": "Light Matched",
"icons": {
"128": "icon.png"
},
"theme": {
"colors": {
"bookmark_text": "rgb(102, 102, 102)",
"frame": "rgb(210, 210, 210)",
"frame_inactive": "rgb(210, 210, 210)",
"frame_incognito": "rgb(37, 0, 62)",
"frame_incognito_inactive": "rgb(37, 0, 62)",
"ntp_background": "rgb(223, 223, 223)",
"ntp_text": "rgb(102, 102, 102)",
"tab_background_text": "rgb(124, 124, 124)",
"tab_background_text_inactive": "rgb(152, 152, 152)",
"tab_background_text_incognito": "rgb(134, 113, 148)",
"tab_background_text_incognito_inactive": "rgb(85, 57, 105)",
"tab_text": "rgb(60, 60, 60)",
"toolbar": "rgb(223, 223, 223)",
"button_background_hover": "rgb(207, 207, 207)",
"button_background_active": "rgb(207, 207, 207)",
"icons_attention": "rgb(203, 75, 22)",
"popup": "rgb(223, 223, 223)",
"popup_text": "rgb(102, 102, 102)",
"sidebar": "rgb(223, 223, 223)",
"sidebar_text": "rgb(102, 102, 102)",
"sidebar_border": "rgb(223, 223, 223)",
"toolbar_field": "rgb(236, 236, 236)",
"toolbar_field_focus": "rgb(231, 231, 231)",
"toolbar_field_text": "rgb(60, 60, 60)",
"toolbar_field_text_focus": "rgb(60, 60, 60)",
"toolbar_bottom_separator": "rgb(223, 223, 223)",
"toolbar_vertical_separator": "rgb(207, 207, 207)",
"toolbar_field_separator": "rgb(223, 223, 223)",
"tab_line": "rgb(223, 223, 223)",
"tab_loading": "rgb(203, 75, 22)",
"tab_background_separator": "rgb(207, 207, 207)"
}
},
"version": "4"
}