From 8aec3ea64bfed5bfc2b51ef2394c68f3e291fe65 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 15 Sep 2024 19:27:28 -0400 Subject: [PATCH] updated Catppuccin for Zen Browser to fix [zen-browser#1](https://github.com/IAmJafeth/zen-browser/issues/1) Signed-off-by: cswimr --- zentheme/userChrome.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/zentheme/userChrome.css b/zentheme/userChrome.css index 97e24e7..d197b92 100644 --- a/zentheme/userChrome.css +++ b/zentheme/userChrome.css @@ -31,6 +31,10 @@ background-color: #1e1e2e !important; } + #TabsToolbar { + background-color: #181825 !important; + } + #urlbar-background { background-color: #1e1e2e !important; } @@ -79,6 +83,10 @@ background-color: #eff1f5 !important; } + #TabsToolbar { + background-color: #e6e9ef !important; + } + #urlbar-background { background-color: #eff1f5 !important; } @@ -94,4 +102,3 @@ } -