commit 74ddd10fab22a74cc6e40b83fd7e6b9bc1b22b7c Author: Ambrose Chua Date: Sun Aug 25 16:53:12 2019 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e25568 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.zip +*.pak diff --git a/Icon Close Dark.png b/Icon Close Dark.png new file mode 100644 index 0000000..f02c05d Binary files /dev/null and b/Icon Close Dark.png differ diff --git a/Icon Close Light.png b/Icon Close Light.png new file mode 100644 index 0000000..fd49686 Binary files /dev/null and b/Icon Close Light.png differ diff --git a/Icon Close.png b/Icon Close.png new file mode 100644 index 0000000..1697cdc Binary files /dev/null and b/Icon Close.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..760f557 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +
+ +
+ +

+ Matched +

+ +

+ A set of simple, low contrast light/dark themes +

diff --git a/dark-matched-chrome/icon.png b/dark-matched-chrome/icon.png new file mode 100644 index 0000000..f02c05d Binary files /dev/null and b/dark-matched-chrome/icon.png differ diff --git a/dark-matched-chrome/manifest.json b/dark-matched-chrome/manifest.json new file mode 100644 index 0000000..e40a417 --- /dev/null +++ b/dark-matched-chrome/manifest.json @@ -0,0 +1,35 @@ +{ + "description": "Dark Matched: Low contrast dark theme", + "manifest_version": 2, + "name": "Dark Matched", + "icons": { + "128": "icon.png" + }, + "theme": { + "colors": { + "bookmark_text": [ 153, 153, 153 ], + "frame": [ 0, 0, 0 ], + "frame_inactive": [ 19, 19, 19 ], + "frame_incognito": [ 37, 0, 62 ], + "frame_incognito_inactive": [ 37, 0, 62 ], + "ntp_background": [ 32, 32, 32 ], + "ntp_text": [ 153, 153, 153 ], + "tab_background_text": [ 124, 124, 124 ], + "tab_background_text_inactive": [ 90, 90, 90 ], + "tab_background_text_incognito": [ 134, 113, 148 ], + "tab_background_text_incognito_inactive": [ 85, 57, 105 ], + "tab_text": [ 195, 195, 195 ], + "toolbar": [ 33, 33, 33 ] + }, + "tints": { + "buttons": [ 0.6, 0.0, 0.7 ], + "frame_inactive": [ -1, -1, -1 ], + "frame_incognito": [ -1, -1, -1 ], + "frame_incognito_inactive": [ -1, -1, -1 ] + }, + "properties": { + "ntp_logo_alternate": 1 + } + }, + "version": "2" +} diff --git a/dark-matched-firefox/icon.png b/dark-matched-firefox/icon.png new file mode 100644 index 0000000..f02c05d Binary files /dev/null and b/dark-matched-firefox/icon.png differ diff --git a/dark-matched-firefox/manifest.json b/dark-matched-firefox/manifest.json new file mode 100644 index 0000000..fd76a55 --- /dev/null +++ b/dark-matched-firefox/manifest.json @@ -0,0 +1,45 @@ +{ + "description": "Dark Matched: Low contrast dark theme", + "manifest_version": 2, + "name": "Dark Matched", + "icons": { + "128": "icon.png" + }, + "theme": { + "colors": { + "bookmark_text": [ 153, 153, 153 ], + "frame": [ 19, 19, 19 ], + "frame_inactive": [ 19, 19, 19 ], + "frame_incognito": [ 37, 0, 62 ], + "frame_incognito_inactive": [ 37, 0, 62 ], + "ntp_background": [ 32, 32, 32 ], + "ntp_text": [ 153, 153, 153 ], + "tab_background_text": [ 124, 124, 124 ], + "tab_background_text_inactive": [ 90, 90, 90 ], + "tab_background_text_incognito": [ 134, 113, 148 ], + "tab_background_text_incognito_inactive": [ 85, 57, 105 ], + "tab_text": [ 195, 195, 195 ], + "toolbar": [ 32, 32, 32 ], + + "button_background_hover": [ 48, 48, 48 ], + "button_background_active": [ 48, 48, 48 ], + "icons_attention": [ 203, 75, 22 ], + "popup": [ 32, 32, 32 ], + "popup_text": [ 153, 153, 153 ], + "sidebar": [ 32, 32, 32 ], + "sidebar_text": [ 153, 153, 153 ], + "sidebar_border": [ 32, 32, 32 ], + "toolbar_field": [ 19, 19, 19 ], + "toolbar_field_focus": [ 24, 24, 24 ], + "toolbar_field_text": [ 195, 195, 195 ], + "toolbar_field_text_focus": [ 195, 195, 195 ], + "toolbar_bottom_separator": [ 32, 32, 32 ], + "toolbar_vertical_separator": [ 48, 48, 48 ], + "toolbar_field_separator": [ 32, 32, 32 ], + "tab_line": [ 32, 32, 32 ], + "tab_loading": [ 203, 75, 22 ], + "tab_background_separator": [ 48, 48, 48 ] + } + }, + "version": "3" +} diff --git a/light-matched-chrome/icon.png b/light-matched-chrome/icon.png new file mode 100644 index 0000000..fd49686 Binary files /dev/null and b/light-matched-chrome/icon.png differ diff --git a/light-matched-chrome/manifest.json b/light-matched-chrome/manifest.json new file mode 100644 index 0000000..a965d41 --- /dev/null +++ b/light-matched-chrome/manifest.json @@ -0,0 +1,35 @@ +{ + "description": "Light Matched: Low contrast dark theme", + "manifest_version": 2, + "name": "Light Matched", + "icons": { + "128": "icon.png" + }, + "theme": { + "colors": { + "bookmark_text": [ 102, 102, 102 ], + "frame": [ 191, 191, 191 ], + "frame_inactive": [ 210, 210, 210 ], + "frame_incognito": [ 37, 0, 62 ], + "frame_incognito_inactive": [ 37, 0, 62 ], + "ntp_background": [ 223, 223, 223 ], + "ntp_text": [ 102, 102, 102 ], + "tab_background_text": [ 124, 124, 124 ], + "tab_background_text_inactive": [ 152, 152, 152 ], + "tab_background_text_incognito": [ 134, 113, 148 ], + "tab_background_text_incognito_inactive": [ 85, 57, 105 ], + "tab_text": [ 60, 60, 60 ], + "toolbar": [ 223, 223, 223 ] + }, + "tints": { + "buttons": [ 0.6, 0.0, 0.7 ], + "frame_inactive": [ -1, -1, -1 ], + "frame_incognito": [ -1, -1, -1 ], + "frame_incognito_inactive": [ -1, -1, -1 ] + }, + "properties": { + "ntp_logo_alternate": 1 + } + }, + "version": "3" +} diff --git a/light-matched-firefox/icon.png b/light-matched-firefox/icon.png new file mode 100644 index 0000000..fd49686 Binary files /dev/null and b/light-matched-firefox/icon.png differ diff --git a/light-matched-firefox/manifest.json b/light-matched-firefox/manifest.json new file mode 100644 index 0000000..59363c7 --- /dev/null +++ b/light-matched-firefox/manifest.json @@ -0,0 +1,45 @@ +{ + "description": "Light Matched: Low contrast light theme", + "manifest_version": 2, + "name": "Light Matched", + "icons": { + "128": "icon.png" + }, + "theme": { + "colors": { + "bookmark_text": [ 102, 102, 102 ], + "frame": [ 210, 210, 210 ], + "frame_inactive": [ 210, 210, 210 ], + "frame_incognito": [ 37, 0, 62 ], + "frame_incognito_inactive": [ 37, 0, 62 ], + "ntp_background": [ 223, 223, 223 ], + "ntp_text": [ 102, 102, 102 ], + "tab_background_text": [ 124, 124, 124 ], + "tab_background_text_inactive": [ 152, 152, 152 ], + "tab_background_text_incognito": [ 134, 113, 148 ], + "tab_background_text_incognito_inactive": [ 85, 57, 105 ], + "tab_text": [ 60, 60, 60 ], + "toolbar": [ 223, 223, 223 ], + + "button_background_hover": [ 207, 207, 207 ], + "button_background_active": [ 207, 207, 207 ], + "icons_attention": [ 203, 75, 22 ], + "popup": [ 223, 223, 223 ], + "popup_text": [ 102, 102, 102 ], + "sidebar": [ 223, 223, 223 ], + "sidebar_text": [ 102, 102, 102 ], + "sidebar_border": [ 223, 223, 223 ], + "toolbar_field": [ 236, 236, 236 ], + "toolbar_field_focus": [ 231, 231, 231 ], + "toolbar_field_text": [ 60, 60, 60 ], + "toolbar_field_text_focus": [ 60, 60, 60 ], + "toolbar_bottom_separator": [ 223, 223, 223 ], + "toolbar_vertical_separator": [ 207, 207, 207 ], + "toolbar_field_separator": [ 223, 223, 223 ], + "tab_line": [ 223, 223, 223 ], + "tab_loading": [ 203, 75, 22 ], + "tab_background_separator": [ 207, 207, 207 ] + } + }, + "version": "3" +} diff --git a/matched-firefox/icon.png b/matched-firefox/icon.png new file mode 100644 index 0000000..1697cdc Binary files /dev/null and b/matched-firefox/icon.png differ diff --git a/matched-firefox/manifest.json b/matched-firefox/manifest.json new file mode 100644 index 0000000..fd7a997 --- /dev/null +++ b/matched-firefox/manifest.json @@ -0,0 +1,81 @@ +{ + "description": "Matched: Low contrast light/dark theme. Follows the operating system color scheme.", + "manifest_version": 2, + "name": "Matched", + "icons": { + "128": "icon.png" + }, + "theme": { + "colors": { + "bookmark_text": [ 102, 102, 102 ], + "frame": [ 210, 210, 210 ], + "frame_inactive": [ 210, 210, 210 ], + "frame_incognito": [ 37, 0, 62 ], + "frame_incognito_inactive": [ 37, 0, 62 ], + "ntp_background": [ 223, 223, 223 ], + "ntp_text": [ 102, 102, 102 ], + "tab_background_text": [ 124, 124, 124 ], + "tab_background_text_inactive": [ 152, 152, 152 ], + "tab_background_text_incognito": [ 134, 113, 148 ], + "tab_background_text_incognito_inactive": [ 85, 57, 105 ], + "tab_text": [ 60, 60, 60 ], + "toolbar": [ 223, 223, 223 ], + + "button_background_hover": [ 207, 207, 207 ], + "button_background_active": [ 207, 207, 207 ], + "icons_attention": [ 203, 75, 22 ], + "popup": [ 223, 223, 223 ], + "popup_text": [ 102, 102, 102 ], + "sidebar": [ 223, 223, 223 ], + "sidebar_text": [ 102, 102, 102 ], + "sidebar_border": [ 223, 223, 223 ], + "toolbar_field": [ 236, 236, 236 ], + "toolbar_field_focus": [ 231, 231, 231 ], + "toolbar_field_text": [ 60, 60, 60 ], + "toolbar_field_text_focus": [ 60, 60, 60 ], + "toolbar_bottom_separator": [ 223, 223, 223 ], + "toolbar_vertical_separator": [ 207, 207, 207 ], + "toolbar_field_separator": [ 223, 223, 223 ], + "tab_line": [ 223, 223, 223 ], + "tab_loading": [ 203, 75, 22 ], + "tab_background_separator": [ 207, 207, 207 ] + } + }, + "dark_theme": { + "colors": { + "bookmark_text": [ 153, 153, 153 ], + "frame": [ 19, 19, 19 ], + "frame_inactive": [ 19, 19, 19 ], + "frame_incognito": [ 37, 0, 62 ], + "frame_incognito_inactive": [ 37, 0, 62 ], + "ntp_background": [ 32, 32, 32 ], + "ntp_text": [ 153, 153, 153 ], + "tab_background_text": [ 124, 124, 124 ], + "tab_background_text_inactive": [ 90, 90, 90 ], + "tab_background_text_incognito": [ 134, 113, 148 ], + "tab_background_text_incognito_inactive": [ 85, 57, 105 ], + "tab_text": [ 195, 195, 195 ], + "toolbar": [ 32, 32, 32 ], + + "button_background_hover": [ 48, 48, 48 ], + "button_background_active": [ 48, 48, 48 ], + "icons_attention": [ 203, 75, 22 ], + "popup": [ 32, 32, 32 ], + "popup_text": [ 153, 153, 153 ], + "sidebar": [ 32, 32, 32 ], + "sidebar_text": [ 153, 153, 153 ], + "sidebar_border": [ 32, 32, 32 ], + "toolbar_field": [ 19, 19, 19 ], + "toolbar_field_focus": [ 24, 24, 24 ], + "toolbar_field_text": [ 195, 195, 195 ], + "toolbar_field_text_focus": [ 195, 195, 195 ], + "toolbar_bottom_separator": [ 32, 32, 32 ], + "toolbar_vertical_separator": [ 48, 48, 48 ], + "toolbar_field_separator": [ 32, 32, 32 ], + "tab_line": [ 32, 32, 32 ], + "tab_loading": [ 203, 75, 22 ], + "tab_background_separator": [ 48, 48, 48 ] + } + }, + "version": "5" +} diff --git a/zip b/zip new file mode 100755 index 0000000..669400a --- /dev/null +++ b/zip @@ -0,0 +1,15 @@ +#!/bin/bash + +echo "Cleaning up..." +echo rm *.zip +rm *.zip + +for f in *; do + if ! [ -d "$f" ]; then + continue + fi + cd "$f" + echo "Zipping $f..." + zip -r "../$f.zip" manifest.json icon.png + cd .. +done