commit 283df41486d8f6f613649697bbddf2bbdb5940cc
parent 48a0e805e53c7ded04f7b16103115780c38be25e
Author: awy <awy@awy.one>
Date: Sun, 2 Nov 2025 21:15:24 +0300
colors
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/userContent.css b/everforestContent.css
diff --git a/userContent.css b/userContent.css
@@ -14,27 +14,27 @@ body, html {
:root {
/* custom accent color to be used across Firefox*/
/* use hexcode or color name */
- --custom-accent-color: #D699B6;
+ --custom-accent-color: #8fbcbb;
/* background color */
- --uc-my-background-color: #272E33 !important;
+ --uc-my-background-color: #353C4A !important;
--background-color-canvas: var(--uc-my-background-color) !important;
--background-color-box: var(--uc-my-background-color) !important;
/* text color */
- --in-content-page-color: #d3c6aa !important;
+ --in-content-page-color: #eceff4 !important;
- --table-row-background-color-alternate:#1e2326 !important;
+ --table-row-background-color-alternate:#3b4252 !important;
/* color of the tab dividers / separators */
/* set variable = none, to disable dividers */
- --custom-tab-divider-color: #535354;
+ --custom-tab-divider-color: none;
}
@-moz-document regexp("^(about:).*") {
body {
- background-color: #272E33 !important;
+ background-color: #353C4A !important;
}
}
@@ -47,8 +47,8 @@ body, html {
html:not([role="dialog"]) body.activity-stream,
window:not([chromehidden]),
window:not([chromehidden])>dialog {
- --surface-1: #272E33 !important;
- --surface-2: #2e3440 !important;
+ --surface-1: #353C4A !important;
+ --surface-2: #353C4A !important;
--accent-surface-1: #ebcb8b !important;
--dashboard-tab-active-ink: #ebcb8b !important;
--in-content-primary-button-background: var(--custom-accent-color, #0a84ff) !important;