From ae5540f70547bfeafe8195f65b5dd1d71b85250a Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Fri, 29 Apr 2016 11:18:49 +0100 Subject: [PATCH] Add arc-dark chrome theme (#497) Source code of my theme from https://chrome.google.com/webstore/detail/arc-dark-chrome-theme/adicoenigffoolephelklheejpcpoolk/ * Add arc-dark-theme .crx * Delete manifest.json~ * Delete messages.json~ * Delete messages.json~ --- extra/Chrome/arc-dark-theme.crx | Bin 0 -> 3690 bytes .../arc-dark-theme/_locales/en/messages.json | 10 +++ .../_locales/en_GB/messages.json | 8 +++ .../_locales/en_US/messages.json | 8 +++ .../arc-dark-theme/_locales/fr/messages.json | 8 +++ .../arc-dark-theme/images/theme_frame.png | Bin 0 -> 334 bytes .../images/theme_tab_background.png | Bin 0 -> 283 bytes .../arc-dark-theme/images/theme_toolbar.png | Bin 0 -> 335 bytes extra/Chrome/arc-dark-theme/manifest.json | 68 ++++++++++++++++++ 9 files changed, 102 insertions(+) create mode 100644 extra/Chrome/arc-dark-theme.crx create mode 100644 extra/Chrome/arc-dark-theme/_locales/en/messages.json create mode 100644 extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json create mode 100644 extra/Chrome/arc-dark-theme/_locales/en_US/messages.json create mode 100644 extra/Chrome/arc-dark-theme/_locales/fr/messages.json create mode 100644 extra/Chrome/arc-dark-theme/images/theme_frame.png create mode 100644 extra/Chrome/arc-dark-theme/images/theme_tab_background.png create mode 100644 extra/Chrome/arc-dark-theme/images/theme_toolbar.png create mode 100644 extra/Chrome/arc-dark-theme/manifest.json diff --git a/extra/Chrome/arc-dark-theme.crx b/extra/Chrome/arc-dark-theme.crx new file mode 100644 index 0000000000000000000000000000000000000000..d37c7931164e2a10c42e5d7d53abd1c79286ff06 GIT binary patch literal 3690 zcma)82{@E%8~z4kUpglvL?{Wv%-D%6Q4O+0IEoAzA~PeC2-${lWKGs^I1+`%(x?z+ zPm)SmLKH%&(L#=>|I^>qd^1Pa|G#s+GuO;K_x(Nh^FHtWzNP`{nj8QCD8RrsaAKli zTQNf1e9BZT^|KHR27?2f(J+y<-}yPBVKAW6&oSd>TwAmA{XsQnU7F}}?c)8e%SyQe zl>%KB0bMe^5tXQ|DXMl48Cv@!trMe%8)P$q-M`aN2K}bZb(2@-#?G?>@nX>T-;+&#FVV*=y(tPlT z+GodObIY@5i?>8-$bXESU(z_SXl}TLlsw@bXN-SQY3-D$1@7}(TlY`|Z4q+GjiwJjJ52Q(mI;RNFZs+6) z)j$35>qv#SkvJh_VZes|HuV`tH}^f0*2$4)z+B|&vQ~~!d&HZvBNx$MLgU1n;Bn(M zPmv!7l}g*LBnl3o1OO^Pa;D1XsYtC12SY-&re#oGIdOXEt<9GX1UNB=cXAi%^l9)xY zQK2OY?#vV3NEx#QoEa$*`&tAtcMt8$mmBqU%+c8^vP;)~>-MH@o=f+SmUJEwY8vnK zkh~^uSvwM+G-WurYp)MQsy*Wn zLD$Pi@A2%^=h@*w2VeijMEUwR_+9m%o$0#PQ-rgdS)6Lq zH&aqjKBQM8BJFy13qf1vp8l9*K-8jrxjoXAPw%A5F)`PRH2T59bNbYQs-g5L0|cD6 zZzFkX|Ecz1jwC5fMO;R0>gS%ItmpyDm_I`d?UoncTjba=UKKo6F!1R_=k&hXaWhK& zk&AodqmU-?k<&z6_bI){E($7@qQ)B-{B50CXSBnQ+1RsLCH``k6&``skF#i(M z3I4qqTrU}B*vVsf0^aSUyN8>H`_bdx0i-~pC(57b{YG$}JUx~6(gTMZU-;zD$MHD8 zI4qhXg#9Wak_QxTIbE+yJ=oUR`0{S3aa2^hn(PC0y2)Hm*2e{OA6(qJ!`gN@auT45nIqO<&!ovp2fisHQGeJh6=yUW}GQ5ek-m}qzJY}oT8w}9nPLcJae9krIYre%#ln$iw)-wx8KtI8#{k1!4&87_%Bo<>^PG8dAz-?- z;FJOyw82fL?&k9`ij;cUn}EmXjqr(=z@ew8!03D(a!tX+xB zvq9jsBO*R20z(_d5+;?qqRYPO6LC0P4P!K)NRBKGJYy?5=Aq#uYw1n(c*V zIUmt<*-ZN2^RRNAu9e$o8(!0SmkX4)3N4n6w!FaMTs84Ce>g~QJG|OffaW51PlfGz z>U^UCypO=Z3&^i;Bw(>2<7eHWu=VaIYZ!1FfkO$LEVmUXbiGscJL>xz4P^Ln#zH~s zov}>NQzqzFCoVe~`(ec-8v<+dBZD7g%%h8)h28QYESzjCKMw#X2fMYc87FfLaItnh z*g;S*yVtRTxxriG&!q!B7~C>YF#D6&jFLIDpkUAuraawfUPAQOc?-# O!B;ZaHL1L7-~I!WGbNk= literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..ef5e128cda5471e7dbe1b1c7340da5f93e57a230 GIT binary patch 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 literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..dbbe99258c6107c07af03f13d30ffa7ead01032e GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^azK27gAGXj4-cFGq#k*?IEGZjy}jbddq9DK#W5hx zGPFVL&6o4_FVh7WPNwbnx$bX|{JAe5*1ih5uVuSrnw2&~__S|(BC=L)W-3U{{F}Vv z!6~i-Q1OdOk~t)R`Hlf#vPls wOykzuu?eJKS3IU5mG!}?OHq2XG3W=wo*&ZRcbxdL0_a-?Pgg&ebxsLQ05-07XaE2J literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..4b87477bc6595750e994962fd57f01d04d28cc3d GIT binary patch literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^atsWN3><7g){@!B{sK8-o-U3d6>)E`Y~($lz`$ZS zLpxS2;eV>f{C^7!nHx%s?B|!iEqv(1KYx|p*Oix?vsP|qDoD-zFYc{d8pg0rXKg)? zcuXYYj!j#paqI2a1d`Jgk10rHeQ@ehl-`a9r??JGUAi@<;NVoz25s-`oe!F{wHd;v zT`M}s8V=U~w26D&8itt2sMD;2#h_hnubEdWoE4b$y73z@pcp(|{an^LB{Ts5IDUt} literal 0 HcmV?d00001 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" +}