aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorst31802015-05-28 17:29:25 +0200
committerhorst31802015-05-28 17:29:25 +0200
commit126f99481fbb1e3b71e25580601e21c137ec8351 (patch)
tree37c3eb07d009711af58dc9d9fb4b737bbf2b9432
parentd533557384041bfc1a73c0ee9f65c4184a4ec92a (diff)
parent80847c0f7f1cbb50b98c3d2daf342214190cfd6a (diff)
downloadsolarc-theme-126f99481fbb1e3b71e25580601e21c137ec8351.tar.gz
solarc-theme-126f99481fbb1e3b71e25580601e21c137ec8351.tar.xz
solarc-theme-126f99481fbb1e3b71e25580601e21c137ec8351.zip
Merge pull request #10 from CODZoYeR/master
chromium: add inactive frame background image
-rw-r--r--chrome/arc-theme/images/theme_frame_inactive.pngbin0 -> 141 bytes
-rw-r--r--chrome/arc-theme/manifest.json3
2 files changed, 2 insertions, 1 deletions
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
--- /dev/null
+++ b/chrome/arc-theme/images/theme_frame_inactive.png
Binary files differ
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",