From 707427a0e819a2d343a9680617e677296eaf0f03 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Sun, 28 Apr 2019 19:41:43 +0100 Subject: [PATCH] Update Dark Chrome Theme - Remove unnecessary images - Make inactive tabs dark --- .../arc-dark-theme/images/theme_frame.png | Bin 334 -> 0 bytes .../images/theme_tab_background.png | Bin 230 -> 0 bytes .../arc-dark-theme/images/theme_toolbar.png | Bin 255 -> 0 bytes extra/Chrome/arc-dark-theme/manifest.json | 28 ++++-------------- 4 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 extra/Chrome/arc-dark-theme/images/theme_frame.png delete mode 100644 extra/Chrome/arc-dark-theme/images/theme_tab_background.png delete mode 100644 extra/Chrome/arc-dark-theme/images/theme_toolbar.png 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 ef5e128cda5471e7dbe1b1c7340da5f93e57a230..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^atsWN3><7g){@!B{sK9oo-U3d6>)E`Y~($lz`$ZS zL&LY~+x)ICFZrd689dZKf3CbPCw}hBhn25_=4;t5nP#QU5I*f&{l+Un>8uYRNmNh7*IQtDnm{r-UW|q+5uu diff --git a/extra/Chrome/arc-dark-theme/images/theme_tab_background.png b/extra/Chrome/arc-dark-theme/images/theme_tab_background.png deleted file mode 100644 index 597b912d8dfaa9ded39acb8aaf60421a02faebe7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^azK27gAGXj4-cFGq}Y|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8pdfpRr>`sf0~R?!ZPop5*VTbS#hxyXAr-gYo@L}^FyLS|=&SeL zT$VCn!ZnBZN%7pfrga=m+8CiD)=e$y<7g){@!B{sJksByV>YhW{YAVDIwDKoQOY zkH}&M25w;xW@MN(M*=9wUgGKN%Km^wPEe7vyfD}gDAeQW;uunK>+M-XMg|2A1_PC; z?VNA!vnv&R%3&>g_gj?PXj;e7q>T|eV%@Z+=9%2S&Aj)rx%yBIuO{an^LB{Ts5 DcoJ7O diff --git a/extra/Chrome/arc-dark-theme/manifest.json b/extra/Chrome/arc-dark-theme/manifest.json index 6c0a14f..f3baa26 100644 --- a/extra/Chrome/arc-dark-theme/manifest.json +++ b/extra/Chrome/arc-dark-theme/manifest.json @@ -1,40 +1,22 @@ { "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_inactive": [ 37, 42, 50 ], "frame_incognito": [ 47, 52, 63 ], - "frame_incognito_inactive": [ 47, 52, 63], + "frame_incognito_inactive": [ 37, 42, 50 ], "ntp_background": [ 64, 69, 82 ], - "ntp_text": [ 238, 238, 238 ], - "tab_background_text": [ 36, 36, 36 ], + "tab_background_text": [ 190, 190, 190 ], "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 ] + "background_tab": [ -1, -1, 0.4 ] } }, - "version": "1" + "version": "1.3" }