A minimalistic dark theme with a touch of steel
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"description": "A minimalistic dark theme with a touch of steel",
"name": "Sober dark steel",
"short_name": "sober-dark-steel",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"theme": {
"colors": {
"frame": [
11,
15,
17
],
"toolbar": [
11,
15,
17
],
"tab_text": [
141,
167,
180
],
"tab_background_text": [
141,
167,
180
],
"tab_background_separator": [
141,
167,
180
],
"background_tab": [
66,
69,
70
],
"frame_inactive": [
66,
69,
70
],
"frame_incognito": [
11,
15,
17
],
"frame_incognito_inactive": [
66,
69,
70
],
"bookmark_text": [
250,
251,
252
],
"button_background": [
11,
15,
17
],
"control_background": [
11,
15,
17
],
"toolbar_button_icon": [
250,
251,
252
],
"ntp_background": [
11,
15,
17
],
"ntp_header": [
11,
15,
17
],
"ntp_text": [
250,
251,
252
],
"ntp_link": [
141,
167,
180
]
}
},
"version": "2.0.0"
}