From d5a82c7b52a8ff331730b8b5fe9473b34a2fb0ff Mon Sep 17 00:00:00 2001 From: ocean-mars <178721910+ocean-mars@users.noreply.github.com> Date: Tue, 5 May 2026 00:24:54 +0600 Subject: [PATCH 1/3] Update Signed-off-by: ocean-mars <178721910+ocean-mars@users.noreply.github.com> --- themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css index c45060ff1..d0a05593c 100644 --- a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css +++ b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css @@ -1,6 +1,4 @@ -.tabbrowser-tab:is([selected], -[visuallyselected], -[multiselected]) +.tabbrowser-tab:is([selected], [visuallyselected], [multiselected]) .tab-background { background-color: color-mix( in srgb, @@ -14,6 +12,10 @@ transparent ) !important; opacity: 0.8 !important; +} + +.tabbrowser-tab:not([zen-essential]):is([selected], [visuallyselected], [multiselected]) + .tab-background { border-left: 32px solid color-mix( in srgb, From 36c6c1eefb8af742ff0a5aa7c484dcdbb84109a0 Mon Sep 17 00:00:00 2001 From: ocean-mars <178721910+ocean-mars@users.noreply.github.com> Date: Tue, 5 May 2026 00:25:55 +0600 Subject: [PATCH 2/3] Update Signed-off-by: ocean-mars <178721910+ocean-mars@users.noreply.github.com> --- themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json index 42477ea42..7667de456 100644 --- a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json +++ b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json @@ -7,10 +7,10 @@ "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/image.png", "author": "ocean-mars", - "version": "2.0.0", + "version": "3.0.0", "tags": [ "tabs" ], "createdAt": "2024-10-06", - "updatedAt": "2026-03-11" -} \ No newline at end of file + "updatedAt": "2026-05-05" +} From e88d1700b6a0fa324b24f2472e2c2ee1f22916f2 Mon Sep 17 00:00:00 2001 From: ocean-mars <178721910+ocean-mars@users.noreply.github.com> Date: Tue, 5 May 2026 00:28:16 +0600 Subject: [PATCH 3/3] Update theme.json Signed-off-by: ocean-mars <178721910+ocean-mars@users.noreply.github.com> --- themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json index 7667de456..407a181f2 100644 --- a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json +++ b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json @@ -1,6 +1,6 @@ { "id": "3ff55ba7-4690-4f74-96a8-9e4416685e4e", - "name": "Colored container tab", + "name": "Chromatic Containers", "description": "Changes the default container tab theme", "homepage": "https://github.com/ocean-mars/things", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css",