-
Notifications
You must be signed in to change notification settings - Fork 0
Chrome #8
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Updated 01052023-141538
- GitHub Issue
- Manifest Gist
- WTF
- WTF Shortlink -
https://davidblue.wtf/thingschrome - Chrome Web Store ID:
dkelmapnanfhhbgfejmoliiiheegmcjh - Local
- Draft
Summary
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
{
"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"
}
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
