diff options
author | Martin Schenck | 2017-02-26 14:47:16 +0100 |
---|---|---|
committer | Martin Schenck | 2017-02-26 14:58:26 +0100 |
commit | 498f2bd40d5adf0693232f7fe48febec091f435d (patch) | |
tree | 5e986c6aa2d75db4d5504c84568e1d630651195d /extra/Chrome/arc-dark-theme | |
parent | d286722efbaa96f516d542a8448a98ccd0b1003e (diff) | |
parent | 7e3dd59418690b17cdef35219f7e916581e76e58 (diff) | |
download | solarc-theme-498f2bd40d5adf0693232f7fe48febec091f435d.tar.gz solarc-theme-498f2bd40d5adf0693232f7fe48febec091f435d.tar.xz solarc-theme-498f2bd40d5adf0693232f7fe48febec091f435d.zip |
Merged Upstreamv1.0.0
- Merge branch 'master' of github.com:apheleia/solarc-theme
- Merge branch 'master' of github.com:horst3180/arc-theme
Diffstat (limited to 'extra/Chrome/arc-dark-theme')
-rw-r--r-- | extra/Chrome/arc-dark-theme/images/theme_frame.png | bin | 334 -> 0 bytes | |||
-rw-r--r-- | extra/Chrome/arc-dark-theme/images/theme_tab_background.png | bin | 230 -> 0 bytes | |||
-rw-r--r-- | extra/Chrome/arc-dark-theme/images/theme_toolbar.png | bin | 255 -> 0 bytes | |||
-rw-r--r-- | extra/Chrome/arc-dark-theme/manifest.json | 40 |
4 files changed, 0 insertions, 40 deletions
diff --git a/extra/Chrome/arc-dark-theme/images/theme_frame.png b/extra/Chrome/arc-dark-theme/images/theme_frame.png Binary files differdeleted file mode 100644 index ef5e128..0000000 --- a/extra/Chrome/arc-dark-theme/images/theme_frame.png +++ /dev/null diff --git a/extra/Chrome/arc-dark-theme/images/theme_tab_background.png b/extra/Chrome/arc-dark-theme/images/theme_tab_background.png Binary files differdeleted file mode 100644 index 597b912..0000000 --- a/extra/Chrome/arc-dark-theme/images/theme_tab_background.png +++ /dev/null diff --git a/extra/Chrome/arc-dark-theme/images/theme_toolbar.png b/extra/Chrome/arc-dark-theme/images/theme_toolbar.png Binary files differdeleted file mode 100644 index 3432a67..0000000 --- a/extra/Chrome/arc-dark-theme/images/theme_toolbar.png +++ /dev/null diff --git a/extra/Chrome/arc-dark-theme/manifest.json b/extra/Chrome/arc-dark-theme/manifest.json deleted file mode 100644 index 6c0a14f..0000000 --- a/extra/Chrome/arc-dark-theme/manifest.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "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" -} |