From 5519dbdb53bc2ccddf68e4dca6cf1ba88964c058 Mon Sep 17 00:00:00 2001 From: CODZoYeR Date: Mon, 25 May 2015 06:49:03 -0300 Subject: [PATCH 1/2] add inactive frame background image --- chrome/arc-theme/images/theme_frame_inactive.png | Bin 0 -> 141 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 chrome/arc-theme/images/theme_frame_inactive.png diff --git a/chrome/arc-theme/images/theme_frame_inactive.png b/chrome/arc-theme/images/theme_frame_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..7fa88313fdec024db6eaf3293f1f5724090c4fd2 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^j6i&XgAGV(e(L@Tq}Y|gW!U_%O?XxI14-? ziy0WWg+Z8+Vb&Z8pdfpRr>`sfeO5_MVY#@PD~>=RDNh&25RLQ675^Vzu2*AYV`~dc fnj)dvrp?IkQjRrVyTjonP!)rxtDnm{r-UW|6OJS* literal 0 HcmV?d00001 From 80847c0f7f1cbb50b98c3d2daf342214190cfd6a Mon Sep 17 00:00:00 2001 From: Ariel Lautaro Voynes Date: Mon, 25 May 2015 06:50:47 -0300 Subject: [PATCH 2/2] add inactive frame background image --- chrome/arc-theme/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/arc-theme/manifest.json b/chrome/arc-theme/manifest.json index 9feb930..420c8e5 100644 --- a/chrome/arc-theme/manifest.json +++ b/chrome/arc-theme/manifest.json @@ -19,7 +19,8 @@ }, "images": { "theme_frame": "images/theme_frame.png", - "theme_toolbar": "images/theme_toolbar.png" + "theme_frame_inactive": "images/theme_frame_inactive.png", + "theme_toolbar": "images/theme_toolbar.png" }, "properties": { "ntp_background_alignment": "bottom",