A mild dark theme inspired by Cultured Code's Things 3 Dark theme.
This is a dark theme for Chrome inspired by the dark color scheme of Cultured Code's Things 3 for iPad (https://culturedcode.com/things.)
<script src="https://gist.github.com/a8d0bbd8a6b3b52aa88a072cac4d8feb.js"></script>
{
"name": "Things",
"version": "1.0",
"description": "A mild dark theme inspired by Cultured Code's Things 3 Dark theme.",
"manifest_version": 3,
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_tab_background.png"
},
"colors": {
"frame": [
20,
28,
36
],
"toolbar": [
28,
28,
36
],
"tab_text": [
223,
227,
232
],
"tab_background_text": [
135,
145,
159
],
"bookmark_text": [
226,
229,
235
],
"ntp_background": [
25,
29,
34
],
"ntp_text": [
226,
229,
235
],
"ntp_link": [
27,
173,
247
],
"button_background": [
55,
63,
75,
1
]
},
"tints": {
"buttons": [
0,
0,
0.44
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
}
}
Updated
01052023-141538https://davidblue.wtf/thingschromedkelmapnanfhhbgfejmoliiiheegmcjhSummary
A mild dark theme inspired by Cultured Code's Things 3 Dark theme.
Description
This is a dark theme for Chrome inspired by the dark color scheme of Cultured Code's Things 3 for iPad (https://culturedcode.com/things.)
Chrome Web Store Assets
https://davidblue.wtf/thingschrome/Cached Theme.pak
https://davidblue.wtf/thingschrome/manifest.json
https://davidblue.wtf/thingschrome/thingschrome.png
https://davidblue.wtf/thingschrome/thingschrome1.png
https://davidblue.wtf/thingschrome/thingschrome2.png
https://davidblue.wtf/thingschrome/thingschromeicon.png
https://davidblue.wtf/thingschrome/thingschromeicon.xcf
https://davidblue.wtf/thingschrome/thingschromepromo.png
https://davidblue.wtf/thingschrome/thingschrometheme.crx
Source
manifest.json- Source File on GitHub
<script src="https://gist.github.com/a8d0bbd8a6b3b52aa88a072cac4d8feb.js"></script>{ "name": "Things", "version": "1.0", "description": "A mild dark theme inspired by Cultured Code's Things 3 Dark theme.", "manifest_version": 3, "theme": { "images": { "theme_frame": "images/theme_frame.png", "theme_toolbar": "images/theme_toolbar.png", "theme_tab_background": "images/theme_tab_background.png" }, "colors": { "frame": [ 20, 28, 36 ], "toolbar": [ 28, 28, 36 ], "tab_text": [ 223, 227, 232 ], "tab_background_text": [ 135, 145, 159 ], "bookmark_text": [ 226, 229, 235 ], "ntp_background": [ 25, 29, 34 ], "ntp_text": [ 226, 229, 235 ], "ntp_link": [ 27, 173, 247 ], "button_background": [ 55, 63, 75, 1 ] }, "tints": { "buttons": [ 0, 0, 0.44 ] }, "properties": { "ntp_background_alignment": "bottom", "ntp_background_repeat": "no-repeat" } } }