From 5519dbdb53bc2ccddf68e4dca6cf1ba88964c058 Mon Sep 17 00:00:00 2001 From: CODZoYeR Date: Mon, 25 May 2015 06:49:03 -0300 Subject: 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 0000000..7fa8831 Binary files /dev/null and b/chrome/arc-theme/images/theme_frame_inactive.png differ -- cgit v1.2.3 From 80847c0f7f1cbb50b98c3d2daf342214190cfd6a Mon Sep 17 00:00:00 2001 From: Ariel Lautaro Voynes Date: Mon, 25 May 2015 06:50:47 -0300 Subject: 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", -- cgit v1.2.3