diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Chrome/arc-theme.crx | bin | 3325 -> 3605 bytes | |||
-rw-r--r-- | extra/Chrome/arc-theme/images/theme_frame_inactive.png | bin | 0 -> 141 bytes | |||
-rw-r--r-- | extra/Chrome/arc-theme/manifest.json | 3 |
3 files changed, 2 insertions, 1 deletions
diff --git a/extra/Chrome/arc-theme.crx b/extra/Chrome/arc-theme.crx Binary files differindex 472a882..66d8de2 100644 --- a/extra/Chrome/arc-theme.crx +++ b/extra/Chrome/arc-theme.crx diff --git a/extra/Chrome/arc-theme/images/theme_frame_inactive.png b/extra/Chrome/arc-theme/images/theme_frame_inactive.png Binary files differnew file mode 100644 index 0000000..7fa8831 --- /dev/null +++ b/extra/Chrome/arc-theme/images/theme_frame_inactive.png diff --git a/extra/Chrome/arc-theme/manifest.json b/extra/Chrome/arc-theme/manifest.json index 9feb930..420c8e5 100644 --- a/extra/Chrome/arc-theme/manifest.json +++ b/extra/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", |