diff options
author | Martin Schenck | 2016-10-11 14:20:13 +0200 |
---|---|---|
committer | GitHub | 2016-10-11 14:20:13 +0200 |
commit | 7e3dd59418690b17cdef35219f7e916581e76e58 (patch) | |
tree | 381d7b221c56504d38b64fd49974790345a572d2 /extra/Chrome/solarc-dark-theme | |
parent | ed16495611292c2c399f96ef5a9cfe35c0291748 (diff) | |
parent | 41c7c21927f8be7720995eadf6e2a6c467fbacc2 (diff) | |
download | solarc-theme-7e3dd59418690b17cdef35219f7e916581e76e58.tar.gz solarc-theme-7e3dd59418690b17cdef35219f7e916581e76e58.tar.xz solarc-theme-7e3dd59418690b17cdef35219f7e916581e76e58.zip |
Merge pull request #13 from SolarAquarion/solarc-configv1.0.0-beta.3
update theme names
Diffstat (limited to 'extra/Chrome/solarc-dark-theme')
-rw-r--r-- | extra/Chrome/solarc-dark-theme/images/theme_frame.png | bin | 0 -> 334 bytes | |||
-rw-r--r-- | extra/Chrome/solarc-dark-theme/images/theme_tab_background.png | bin | 0 -> 230 bytes | |||
-rw-r--r-- | extra/Chrome/solarc-dark-theme/images/theme_toolbar.png | bin | 0 -> 255 bytes | |||
-rw-r--r-- | extra/Chrome/solarc-dark-theme/manifest.json | 40 |
4 files changed, 40 insertions, 0 deletions
diff --git a/extra/Chrome/solarc-dark-theme/images/theme_frame.png b/extra/Chrome/solarc-dark-theme/images/theme_frame.png Binary files differnew file mode 100644 index 0000000..ef5e128 --- /dev/null +++ b/extra/Chrome/solarc-dark-theme/images/theme_frame.png diff --git a/extra/Chrome/solarc-dark-theme/images/theme_tab_background.png b/extra/Chrome/solarc-dark-theme/images/theme_tab_background.png Binary files differnew file mode 100644 index 0000000..597b912 --- /dev/null +++ b/extra/Chrome/solarc-dark-theme/images/theme_tab_background.png diff --git a/extra/Chrome/solarc-dark-theme/images/theme_toolbar.png b/extra/Chrome/solarc-dark-theme/images/theme_toolbar.png Binary files differnew file mode 100644 index 0000000..3432a67 --- /dev/null +++ b/extra/Chrome/solarc-dark-theme/images/theme_toolbar.png diff --git a/extra/Chrome/solarc-dark-theme/manifest.json b/extra/Chrome/solarc-dark-theme/manifest.json new file mode 100644 index 0000000..6c0a14f --- /dev/null +++ b/extra/Chrome/solarc-dark-theme/manifest.json @@ -0,0 +1,40 @@ +{ + "description": "Arc-Dark theme for Chrome/Chromium", + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6RY/VX2xN/FFEQQwi4sSHGaMxF6cARCTsKKxmPhbics9qDIkZxxBqeM4TUhHDhgsZrxZsXAplyKnIjTEIdw96XDK34uF5cqLOG5vzFRIOAdFfCyC9HNupQGg3Vd8PKSVmLZz/2Xsu5zmvx+zz3VIDtNK+HaVktMhJnO9utBougQIDAQAB", + "manifest_version": 2, + "name": "Arc Dark", + "theme": { + "colors": { + "bookmark_text": [ 238, 238, 238 ], + "button_background": [ 59, 66, 80, 1 ], + "frame": [ 47, 52, 63 ], + "frame_inactive": [ 47, 52, 63 ], + "frame_incognito": [ 47, 52, 63 ], + "frame_incognito_inactive": [ 47, 52, 63], + "ntp_background": [ 64, 69, 82 ], + "ntp_text": [ 238, 238, 238 ], + "tab_background_text": [ 36, 36, 36 ], + "tab_text": [ 238, 238, 238 ], + "toolbar": [ 47, 52, 63 ] + }, + "images": { + "theme_frame": "images/theme_frame.png", + "theme_frame_inactive": "images/theme_frame.png", + "theme_tab_background": "images/theme_tab_background.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": [ 0, 0, 0.81 ], + "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" +} |