diff --git a/extra/Chrome/arc-dark-theme.crx b/extra/Chrome/arc-dark-theme.crx new file mode 100644 index 0000000..d37c793 Binary files /dev/null and b/extra/Chrome/arc-dark-theme.crx differ diff --git a/extra/Chrome/arc-dark-theme/_locales/en/messages.json b/extra/Chrome/arc-dark-theme/_locales/en/messages.json new file mode 100644 index 0000000..2c7bdd9 --- /dev/null +++ b/extra/Chrome/arc-dark-theme/_locales/en/messages.json @@ -0,0 +1,10 @@ +{ + "appName": { + "message": "Arc dark chrome theme", + "description": "The title of the application, displayed in the web store." + }, + "appDesc": { + "message": "A Google Chrome theme made to match the colors of the dark arc theme by horst3180", + "description":"The description of the application, displayed in the web store." + } +} \ No newline at end of file diff --git a/extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json b/extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json new file mode 100644 index 0000000..a79fca2 --- /dev/null +++ b/extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json @@ -0,0 +1,8 @@ +{ + "appName": { + "message": "Arc dark chrome theme" + }, + "appDesc": { + "message": "A Google Chrome theme made to match the colours of the dark arc theme by horst3180" + } +} \ No newline at end of file diff --git a/extra/Chrome/arc-dark-theme/_locales/en_US/messages.json b/extra/Chrome/arc-dark-theme/_locales/en_US/messages.json new file mode 100644 index 0000000..e341c8a --- /dev/null +++ b/extra/Chrome/arc-dark-theme/_locales/en_US/messages.json @@ -0,0 +1,8 @@ +{ + "appName": { + "message": "Arc dark chrome theme" + }, + "appDesc": { + "message": "A Google Chrome theme made to match the colors of the dark arc theme by horst3180" + } +} diff --git a/extra/Chrome/arc-dark-theme/_locales/fr/messages.json b/extra/Chrome/arc-dark-theme/_locales/fr/messages.json new file mode 100644 index 0000000..d8a90f7 --- /dev/null +++ b/extra/Chrome/arc-dark-theme/_locales/fr/messages.json @@ -0,0 +1,8 @@ +{ + "appName": { + "message": "Arc dark thème" + }, + "appDesc": { + "message": "Un thème de Google Chrome avec les couleurs du thème 'dark arc' de horst3180" + } +} diff --git a/extra/Chrome/arc-dark-theme/images/theme_frame.png b/extra/Chrome/arc-dark-theme/images/theme_frame.png new file mode 100644 index 0000000..ef5e128 Binary files /dev/null and b/extra/Chrome/arc-dark-theme/images/theme_frame.png differ diff --git a/extra/Chrome/arc-dark-theme/images/theme_tab_background.png b/extra/Chrome/arc-dark-theme/images/theme_tab_background.png new file mode 100644 index 0000000..dbbe992 Binary files /dev/null and b/extra/Chrome/arc-dark-theme/images/theme_tab_background.png differ diff --git a/extra/Chrome/arc-dark-theme/images/theme_toolbar.png b/extra/Chrome/arc-dark-theme/images/theme_toolbar.png new file mode 100644 index 0000000..4b87477 Binary files /dev/null and b/extra/Chrome/arc-dark-theme/images/theme_toolbar.png differ diff --git a/extra/Chrome/arc-dark-theme/manifest.json b/extra/Chrome/arc-dark-theme/manifest.json new file mode 100644 index 0000000..76e8202 --- /dev/null +++ b/extra/Chrome/arc-dark-theme/manifest.json @@ -0,0 +1,68 @@ +{ + "manifest_version":2, + "theme":{ + "images":{ + "theme_frame":"images/theme_frame.png", + "theme_toolbar":"images/theme_toolbar.png", + "theme_tab_background":"images/theme_tab_background.png" + }, + "colors":{ + "frame":[ + 47, + 52, + 63 + ], + "toolbar":[ + 47, + 52, + 63 + ], + "tab_text":[ + 238, + 238, + 238 + ], + "tab_background_text":[ + 36, + 36, + 36 + ], + "bookmark_text":[ + 238, + 238, + 238 + ], + "ntp_background":[ + 64, + 69, + 82 + ], + "ntp_text":[ + 238, + 238, + 238 + ], + "button_background":[ + 59, + 66, + 80, + 1 + ] + }, + "tints":{ + "buttons":[ + 0, + 0, + 0.81 + ] + }, + "properties":{ + "ntp_background_alignment":"bottom", + "ntp_background_repeat":"no-repeat" + } + }, + "name":"__MSG_appName__", + "version":"1.1", + "description":"__MSG_appDesc__", + "default_locale":"en" +}