From 5110030cfdbde294516fbff68baa41c41576d706 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 21 Aug 2015 12:56:12 +0200 Subject: fix Chrome theme naming --- extra/Chrome/arc-dark-theme.crx | Bin 2218 -> 0 bytes extra/Chrome/arc-dark-theme/images/theme_frame.png | Bin 140 -> 0 bytes .../arc-dark-theme/images/theme_frame_inactive.png | Bin 140 -> 0 bytes .../Chrome/arc-dark-theme/images/theme_toolbar.png | Bin 226 -> 0 bytes extra/Chrome/arc-dark-theme/manifest.json | 39 --------------------- extra/Chrome/arc-darker-theme.crx | Bin 0 -> 2217 bytes .../Chrome/arc-darker-theme/images/theme_frame.png | Bin 0 -> 140 bytes .../images/theme_frame_inactive.png | Bin 0 -> 140 bytes .../arc-darker-theme/images/theme_toolbar.png | Bin 0 -> 226 bytes extra/Chrome/arc-darker-theme/manifest.json | 39 +++++++++++++++++++++ 10 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 extra/Chrome/arc-dark-theme.crx delete mode 100644 extra/Chrome/arc-dark-theme/images/theme_frame.png delete mode 100644 extra/Chrome/arc-dark-theme/images/theme_frame_inactive.png delete mode 100644 extra/Chrome/arc-dark-theme/images/theme_toolbar.png delete mode 100644 extra/Chrome/arc-dark-theme/manifest.json create mode 100644 extra/Chrome/arc-darker-theme.crx create mode 100644 extra/Chrome/arc-darker-theme/images/theme_frame.png create mode 100644 extra/Chrome/arc-darker-theme/images/theme_frame_inactive.png create mode 100644 extra/Chrome/arc-darker-theme/images/theme_toolbar.png create mode 100644 extra/Chrome/arc-darker-theme/manifest.json diff --git a/extra/Chrome/arc-dark-theme.crx b/extra/Chrome/arc-dark-theme.crx deleted file mode 100644 index 853842a..0000000 Binary files a/extra/Chrome/arc-dark-theme.crx and /dev/null differ diff --git a/extra/Chrome/arc-dark-theme/images/theme_frame.png b/extra/Chrome/arc-dark-theme/images/theme_frame.png deleted file mode 100644 index 69fc3d1..0000000 Binary files a/extra/Chrome/arc-dark-theme/images/theme_frame.png and /dev/null differ diff --git a/extra/Chrome/arc-dark-theme/images/theme_frame_inactive.png b/extra/Chrome/arc-dark-theme/images/theme_frame_inactive.png deleted file mode 100644 index c174735..0000000 Binary files a/extra/Chrome/arc-dark-theme/images/theme_frame_inactive.png and /dev/null differ diff --git a/extra/Chrome/arc-dark-theme/images/theme_toolbar.png b/extra/Chrome/arc-dark-theme/images/theme_toolbar.png deleted file mode 100644 index 0a4a38b..0000000 Binary files a/extra/Chrome/arc-dark-theme/images/theme_toolbar.png and /dev/null differ diff --git a/extra/Chrome/arc-dark-theme/manifest.json b/extra/Chrome/arc-dark-theme/manifest.json deleted file mode 100644 index 2860580..0000000 --- a/extra/Chrome/arc-dark-theme/manifest.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "description": "Arc-Dark theme for Chrome/Chromium", - "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6RY/VX2xN/FFEQQwi4sSHGaMxF6cARCTsKKxmPhbics9qDIkZxxBqeM4TUhHDhgsZrxZsXAplyKnIjTEIdw96XDK34uF5cqLOG5vzFRIOAdFfCyC9HNupQGg3Vd8PKSVmLZz/2Xsu5zmvx+zz3VIDtNK+HaVktMhJnO9utBougQIDAQAB", - "manifest_version": 2, - "name": "Arc Darker", - "theme": { - "colors": { - "bookmark_text": [ 35, 35, 35 ], - "button_background": [ 0, 0, 0, 0 ], - "frame": [ 235, 235, 237 ], - "frame_inactive": [ 235, 235, 237 ], - "frame_incognito": [ 235, 235, 237 ], - "frame_incognito_inactive": [ 235, 235, 237 ], - "ntp_background": [ 255, 255, 255 ], - "ntp_text": [ 0, 0, 0 ], - "tab_background_text": [ 100, 100, 100 ], - "tab_text": [ 20, 20, 20 ], - "toolbar": [ 223, 223, 223 ] - }, - "images": { - "theme_frame": "images/theme_frame.png", - "theme_frame_inactive": "images/theme_frame_inactive.png", - "theme_toolbar": "images/theme_toolbar.png" - }, - "properties": { - "ntp_background_alignment": "bottom", - "ntp_background_repeat": "no-repeat" - }, - "tints": { - "background_tab": [ -1, 0.5, 0.85 ], - "buttons": [ -1, -1, -1 ], - "frame": [ -1, -1, -1 ], - "frame_inactive": [ -1, -1, -1 ], - "frame_incognito": [ -1, 0.2, 0.35 ], - "frame_incognito_inactive": [ -1, 0.3, 0.6 ] - } - }, - "version": "1" -} diff --git a/extra/Chrome/arc-darker-theme.crx b/extra/Chrome/arc-darker-theme.crx new file mode 100644 index 0000000..e528be3 Binary files /dev/null and b/extra/Chrome/arc-darker-theme.crx differ diff --git a/extra/Chrome/arc-darker-theme/images/theme_frame.png b/extra/Chrome/arc-darker-theme/images/theme_frame.png new file mode 100644 index 0000000..69fc3d1 Binary files /dev/null and b/extra/Chrome/arc-darker-theme/images/theme_frame.png differ diff --git a/extra/Chrome/arc-darker-theme/images/theme_frame_inactive.png b/extra/Chrome/arc-darker-theme/images/theme_frame_inactive.png new file mode 100644 index 0000000..c174735 Binary files /dev/null and b/extra/Chrome/arc-darker-theme/images/theme_frame_inactive.png differ diff --git a/extra/Chrome/arc-darker-theme/images/theme_toolbar.png b/extra/Chrome/arc-darker-theme/images/theme_toolbar.png new file mode 100644 index 0000000..0a4a38b Binary files /dev/null and b/extra/Chrome/arc-darker-theme/images/theme_toolbar.png differ diff --git a/extra/Chrome/arc-darker-theme/manifest.json b/extra/Chrome/arc-darker-theme/manifest.json new file mode 100644 index 0000000..42dcc6e --- /dev/null +++ b/extra/Chrome/arc-darker-theme/manifest.json @@ -0,0 +1,39 @@ +{ + "description": "Arc-Darker theme for Chrome/Chromium", + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6RY/VX2xN/FFEQQwi4sSHGaMxF6cARCTsKKxmPhbics9qDIkZxxBqeM4TUhHDhgsZrxZsXAplyKnIjTEIdw96XDK34uF5cqLOG5vzFRIOAdFfCyC9HNupQGg3Vd8PKSVmLZz/2Xsu5zmvx+zz3VIDtNK+HaVktMhJnO9utBougQIDAQAB", + "manifest_version": 2, + "name": "Arc Darker", + "theme": { + "colors": { + "bookmark_text": [ 35, 35, 35 ], + "button_background": [ 0, 0, 0, 0 ], + "frame": [ 235, 235, 237 ], + "frame_inactive": [ 235, 235, 237 ], + "frame_incognito": [ 235, 235, 237 ], + "frame_incognito_inactive": [ 235, 235, 237 ], + "ntp_background": [ 255, 255, 255 ], + "ntp_text": [ 0, 0, 0 ], + "tab_background_text": [ 100, 100, 100 ], + "tab_text": [ 20, 20, 20 ], + "toolbar": [ 223, 223, 223 ] + }, + "images": { + "theme_frame": "images/theme_frame.png", + "theme_frame_inactive": "images/theme_frame_inactive.png", + "theme_toolbar": "images/theme_toolbar.png" + }, + "properties": { + "ntp_background_alignment": "bottom", + "ntp_background_repeat": "no-repeat" + }, + "tints": { + "background_tab": [ -1, 0.5, 0.85 ], + "buttons": [ -1, -1, -1 ], + "frame": [ -1, -1, -1 ], + "frame_inactive": [ -1, -1, -1 ], + "frame_incognito": [ -1, 0.2, 0.35 ], + "frame_incognito_inactive": [ -1, 0.3, 0.6 ] + } + }, + "version": "1" +} -- cgit v1.2.3