cswimr/home
Archived
Template
1
0
Fork 0

update zen-browser theme to a1e737d200

This commit is contained in:
Seaswimmer 2024-11-14 10:52:38 -05:00
parent 3c9e51bb8b
commit 89f366ae87
Signed by: cswimr
GPG key ID: A9C162E867C851FA
2 changed files with 205 additions and 204 deletions

View file

@ -31,7 +31,7 @@
} }
.sidebar-placesTree { .sidebar-placesTree {
background-color: #313244 !important; background-color: #1e1e2e !important;
} }
#zen-workspaces-button { #zen-workspaces-button {
@ -101,7 +101,7 @@
} }
.sidebar-placesTree { .sidebar-placesTree {
background-color: #ccd0da !important; background-color: #eff1f5 !important;
} }
#zen-workspaces-button { #zen-workspaces-button {
@ -137,4 +137,3 @@
} }
} }
} }

View file

@ -24,6 +24,7 @@
--newtab-element-hover-color: #313244 !important; --newtab-element-hover-color: #313244 !important;
--newtab-text-primary-color: #cdd6f4 !important; --newtab-text-primary-color: #cdd6f4 !important;
--newtab-wordmark-color: #cdd6f4 !important; --newtab-wordmark-color: #cdd6f4 !important;
--newtab-primary-action-background: #89b4fa !important;
} }
.icon { .icon {
@ -116,6 +117,7 @@
} }
} }
/* Catppuccin Latte Blue userContent.css*/ /* Catppuccin Latte Blue userContent.css*/
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
@ -142,6 +144,7 @@
--newtab-element-hover-color: #ccd0da !important; --newtab-element-hover-color: #ccd0da !important;
--newtab-text-primary-color: #4c4f69 !important; --newtab-text-primary-color: #4c4f69 !important;
--newtab-wordmark-color: #4c4f69 !important; --newtab-wordmark-color: #4c4f69 !important;
--newtab-primary-action-background: #1e66f5 !important;
} }
.icon { .icon {
@ -233,4 +236,3 @@
} }
} }
} }