aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItzblitz982015-05-17 06:08:12 +0100
committerItzblitz982015-05-17 06:08:12 +0100
commit7e1fef8a3572af4769b2f8d6c506827e50244f45 (patch)
treef42caa289459a455012742f1b32d5b99e5f87edc
parent36c05e50f4c97ea442cb4353467849f8898e3dfc (diff)
downloadsolarc-theme-7e1fef8a3572af4769b2f8d6c506827e50244f45.tar.gz
solarc-theme-7e1fef8a3572af4769b2f8d6c506827e50244f45.tar.xz
solarc-theme-7e1fef8a3572af4769b2f8d6c506827e50244f45.zip
adding chrome/chromium theme
-rw-r--r--chrome/flat-theme.crxbin0 -> 3328 bytes
-rw-r--r--chrome/flat-theme/images/theme_frame.pngbin0 -> 1107 bytes
-rw-r--r--chrome/flat-theme/images/theme_toolbar.pngbin0 -> 1613 bytes
-rw-r--r--chrome/flat-theme/manifest.json38
4 files changed, 38 insertions, 0 deletions
diff --git a/chrome/flat-theme.crx b/chrome/flat-theme.crx
new file mode 100644
index 0000000..f3bc398
--- /dev/null
+++ b/chrome/flat-theme.crx
Binary files differ
diff --git a/chrome/flat-theme/images/theme_frame.png b/chrome/flat-theme/images/theme_frame.png
new file mode 100644
index 0000000..48f841f
--- /dev/null
+++ b/chrome/flat-theme/images/theme_frame.png
Binary files differ
diff --git a/chrome/flat-theme/images/theme_toolbar.png b/chrome/flat-theme/images/theme_toolbar.png
new file mode 100644
index 0000000..cefe4e5
--- /dev/null
+++ b/chrome/flat-theme/images/theme_toolbar.png
Binary files differ
diff --git a/chrome/flat-theme/manifest.json b/chrome/flat-theme/manifest.json
new file mode 100644
index 0000000..9e34289
--- /dev/null
+++ b/chrome/flat-theme/manifest.json
@@ -0,0 +1,38 @@
+{
+ "description": "flat-theme theme for Chrome/Chromium",
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6RY/VX2xN/FFEQQwi4sSHGaMxF6cARCTsKKxmPhbics9qDIkZxxBqeM4TUhHDhgsZrxZsXAplyKnIjTEIdw96XDK34uF5cqLOG5vzFRIOAdFfCyC9HNupQGg3Vd8PKSVmLZz/2Xsu5zmvx+zz3VIDtNK+HaVktMhJnO9utBougQIDAQAB",
+ "manifest_version": 2,
+ "name": "flat-theme",
+ "theme": {
+ "colors": {
+ "bookmark_text": [ 35, 35, 35 ],
+ "button_background": [ 0, 0, 0, 0 ],
+ "frame": [ 235, 235, 237 ],
+ "frame_inactive": [ 235, 235, 237 ],
+ "frame_incognito": [ 235, 235, 237 ],
+ "frame_incognito_inactive": [ 235, 235, 237 ],
+ "ntp_background": [ 255, 255, 255 ],
+ "ntp_text": [ 0, 0, 0 ],
+ "tab_background_text": [ 100, 100, 100 ],
+ "tab_text": [ 20, 20, 20 ],
+ "toolbar": [ 223, 223, 223 ]
+ },
+ "images": {
+ "theme_frame": "images/theme_frame.png",
+ "theme_toolbar": "images/theme_toolbar.png"
+ },
+ "properties": {
+ "ntp_background_alignment": "bottom",
+ "ntp_background_repeat": "no-repeat"
+ },
+ "tints": {
+ "background_tab": [ -1, 0.5, 0.85 ],
+ "buttons": [ -1, -1, -1 ],
+ "frame": [ -1, -1, -1 ],
+ "frame_inactive": [ -1, -1, -1 ],
+ "frame_incognito": [ -1, 0.2, 0.35 ],
+ "frame_incognito_inactive": [ -1, 0.3, 0.6 ]
+ }
+ },
+ "version": "1"
+}