autofox

default description
git clone https://git.awy.one/autofox.git
Log | Files | Refs | README

commit e49550392f8df87c41cb1e886e0382b022188676
parent 07fbd5af390594199211c1102b28872985c0615b
Author: awy <awy@awy.one>
Date:   Sat, 15 Nov 2025 17:51:52 +0300

gruvbox & loading page background color

Diffstat:
CuserContent.css -> nordContent.css | 0
MuserChrome.css | 3+++
MuserContent.css | 14+++++++-------
3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/userContent.css b/nordContent.css diff --git a/userChrome.css b/userChrome.css @@ -147,3 +147,6 @@ scrollcorner { #urlbar-input::placeholder { color: transparent !important; } + +tabbrowser tabpanels { background-color: #1d2021 !important; } +browser { background-color: #1d2021 !important; } diff --git a/userContent.css b/userContent.css @@ -14,17 +14,17 @@ body, html { :root { /* custom accent color to be used across Firefox*/ /* use hexcode or color name */ - --custom-accent-color: #8fbcbb; + --custom-accent-color: #fabd2f; /* background color */ - --uc-my-background-color: #353C4A !important; + --uc-my-background-color: #1d2021 !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: #eceff4 !important; + --in-content-page-color: #ebdbb2 !important; - --table-row-background-color-alternate:#3b4252 !important; + --table-row-background-color-alternate:#282828 !important; /* color of the tab dividers / separators */ @@ -34,7 +34,7 @@ body, html { @-moz-document regexp("^(about:).*") { body { - background-color: #353C4A !important; + background-color: #1d2021 !important; } } @@ -47,8 +47,8 @@ body, html { html:not([role="dialog"]) body.activity-stream, window:not([chromehidden]), window:not([chromehidden])>dialog { - --surface-1: #353C4A !important; - --surface-2: #353C4A !important; + --surface-1: #1d2021 !important; + --surface-2: #1d2021 !important; --accent-surface-1: #ebcb8b !important; --dashboard-tab-active-ink: #ebcb8b !important; --in-content-primary-button-background: var(--custom-accent-color, #0a84ff) !important;