by roundabout, Friday, 11 May 2018, 09:17:18 (1526030238), pushed by roundabout, Sunday, 11 May 2025, 13:22:22 (1746969742)
Author identity: nana-4 <hnmaigo@gmail.com>
02c1960d429ef9093bc526ddbc4ecb5b3e4982ff
src/chrome/chrome-theme-dark.crx
src/chrome/chrome-theme-dark/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Materia-dark Theme",
"version": "7",
"name": "Materia-dark",
"version": "8",
"description": "",
"theme": {
"images": {
@@ -9,10 +9,10 @@
"theme_toolbar": "theme_toolbar.png"
},
"colors": {
"frame": [48, 48, 48],
"frame_inactive": [48, 48, 48],
"frame_incognito": [48, 48, 48],
"frame_incognito_inactive": [48, 48, 48],
"frame": [56, 56, 56],
"frame_inactive": [56, 56, 56],
"frame_incognito": [56, 56, 56],
"frame_incognito_inactive": [56, 56, 56],
"toolbar": [48, 48, 48],
"tab_text": [255, 255, 255],
"tab_background_text": [224, 224, 224],
src/chrome/chrome-theme-dark/theme_frame.png
src/chrome/chrome-theme-dark/theme_frame.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="200" fill="#303030">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="200" fill="#383838">
<rect width="20" height="200"/>
</svg>
src/chrome/chrome-theme-dark/theme_toolbar.png
src/chrome/chrome-theme-light.crx
src/chrome/chrome-theme-light/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Materia-light Theme",
"version": "5",
"name": "Materia-light",
"version": "8",
"description": "",
"theme": {
"images": {
src/chrome/chrome-theme-light/theme_frame.png
src/chrome/chrome-theme-light/theme_toolbar.png
src/chrome/chrome-theme-light/theme_toolbar.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="200" fill="#F5F5F5">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="200" fill="#F2F2F2">
<rect width="20" height="200"/>
</svg>
src/chrome/chrome-theme.crx
src/chrome/chrome-theme/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Materia Theme",
"version": "6",
"name": "Materia",
"version": "8",
"description": "",
"theme": {
"images": {
@@ -9,10 +9,10 @@
"theme_toolbar": "theme_toolbar.png"
},
"colors": {
"frame": [48, 48, 48],
"frame_inactive": [48, 48, 48],
"frame_incognito": [48, 48, 48],
"frame_incognito_inactive": [48, 48, 48],
"frame": [56, 56, 56],
"frame_inactive": [56, 56, 56],
"frame_incognito": [56, 56, 56],
"frame_incognito_inactive": [56, 56, 56],
"toolbar": [255, 255, 255],
"tab_text": [33, 33, 33],
"tab_background_text": [33, 33, 33],
src/chrome/chrome-theme/theme_frame.png
src/chrome/chrome-theme/theme_frame.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="200" fill="#303030">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="200" fill="#383838">
<rect width="20" height="200"/>
</svg>
src/chrome/chrome-theme/theme_toolbar.png
src/chrome/chrome-theme/theme_toolbar.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="200" fill="#F5F5F5">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="200" fill="#F2F2F2">
<rect width="20" height="200"/>
</svg>