roundabout,
created on Saturday, 6 March 2021, 23:47:56 (1615074476),
received on Sunday, 11 May 2025, 13:22:58 (1746969778)
Author identity: nana-4 <hnmaigo@gmail.com>
1a2581cd4c023fab94669864aa6fa90099ffab1e
src/chrome/chrome-theme-dark.crx
src/chrome/chrome-theme-dark/manifest.json
@@ -1,25 +1,25 @@
{
"manifest_version": 2,
"name": "Materia-dark",
"version": "10",
"version": "11",
"description": "",
"theme": {
"colors": {
"frame": [45, 45, 45],
"frame_inactive": [36, 36, 36],
"frame_incognito": [45, 45, 45],
"frame_incognito_inactive": [36, 36, 36],
"frame": [39, 39, 39],
"frame_inactive": [30, 30, 30],
"frame_incognito": [39, 39, 39],
"frame_incognito_inactive": [30, 30, 30],
"tab_background_text": [255, 255, 255, 0.6],
"tab_background_text_inactive": [255, 255, 255, 0.38],
"tab_background_text_incognito": [255, 255, 255, 0.6],
"tab_background_text_incognito_inactive": [255, 255, 255, 0.38],
"tab_text": [255, 255, 255, 0.87],
"toolbar": [52, 52, 52],
"toolbar": [46, 46, 46],
"toolbar_button_icon": [255, 255, 255, 0.6],
"omnibox_text": [255, 255, 255, 0.87],
"omnibox_background": [60, 60, 60],
"omnibox_background": [54, 54, 54],
"bookmark_text": [255, 255, 255, 0.87],
"ntp_background": [36, 36, 36],
"ntp_background": [18, 18, 18],
"ntp_text": [255, 255, 255, 0.87],
"button_background": [0, 0, 0, 0]
}
src/chrome/chrome-theme-light.crx
src/chrome/chrome-theme-light/manifest.json
@@ -1,14 +1,14 @@
{
"manifest_version": 2,
"name": "Materia-light",
"version": "10",
"version": "11",
"description": "",
"theme": {
"colors": {
"frame": [224, 224, 224],
"frame_inactive": [214, 214, 214],
"frame_incognito": [224, 224, 224],
"frame_incognito_inactive": [214, 214, 214],
"frame": [240, 240, 240],
"frame_inactive": [235, 235, 235],
"frame_incognito": [240, 240, 240],
"frame_incognito_inactive": [235, 235, 235],
"tab_background_text": [0, 0, 0, 0.6],
"tab_background_text_inactive": [0, 0, 0, 0.38],
"tab_background_text_incognito": [0, 0, 0, 0.6],
src/chrome/chrome-theme.crx
src/chrome/chrome-theme/manifest.json
@@ -1,13 +1,13 @@
{
"manifest_version": 2,
"name": "Materia",
"version": "10",
"version": "11",
"description": "",
"theme": {
"colors": {
"frame": [56, 56, 56],
"frame": [66, 66, 66],
"frame_inactive": [48, 48, 48],
"frame_incognito": [56, 56, 56],
"frame_incognito": [66, 66, 66],
"frame_incognito_inactive": [48, 48, 48],
"tab_background_text": [255, 255, 255, 0.7],
"tab_background_text_inactive": [255, 255, 255, 0.5],