autofox

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

commit 9db3f91ff090245a23ea58ac363aa375cfd7d5ab
parent e49550392f8df87c41cb1e886e0382b022188676
Author: awy <awy@awy.one>
Date:   Sat, 15 Nov 2025 17:58:35 +0300

more stuff

Diffstat:
MuserContent.css | 55++++++++++++++++++++++++++++++-------------------------
1 file changed, 30 insertions(+), 25 deletions(-)

diff --git a/userContent.css b/userContent.css @@ -14,7 +14,7 @@ body, html { :root { /* custom accent color to be used across Firefox*/ /* use hexcode or color name */ - --custom-accent-color: #fabd2f; + --custom-accent-color: #d3869b; /* background color */ --uc-my-background-color: #1d2021 !important; @@ -51,41 +51,41 @@ body, html { --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; - --in-content-primary-button-background-hover: color-mix(in srgb, white 50%, var(--custom-accent-color, #0a84ff)) !important; - --in-content-primary-button-background-active: color-mix(in srgb, white 65%, var(--custom-accent-color, #0a84ff)) !important; - - --in-content-item-selected: var(--custom-accent-color, #0a84ff) !important; - --in-content-border-highlight: var(--custom-accent-color, #0a84ff) !important; - --in-content-border-hover: color-mix(in srgb, white 50%, var(--custom-accent-color, #0a84ff)) !important; - /* --in-content-border-focus: color-mix(in srgb, white 65%, var(--custom-accent-color, #0a84ff)) !important; */ - --in-content-border-focus: var(--custom-accent-color, #0a84ff) !important; - --in-content-border-active: var(--custom-accent-color, #0a84ff) !important; - --in-content-border-active-shadow: var(--custom-accent-color, #0a84ff) !important; + --in-content-primary-button-background: var(--custom-accent-color, #fabd2f) !important; + --in-content-primary-button-background-hover: color-mix(in srgb, #282828 50%, var(--custom-accent-color, #fabd2f)) !important; + --in-content-primary-button-background-active: color-mix(in srgb, #282828 65%, var(--custom-accent-color, #fabd2f)) !important; + + --in-content-item-selected: var(--custom-accent-color, #fabd2f) !important; + --in-content-border-highlight: var(--custom-accent-color, #fabd2f) !important; + --in-content-border-hover: color-mix(in srgb, #282828 50%, var(--custom-accent-color, #fabd2f)) !important; + /* --in-content-border-focus: color-mix(in srgb, #282828 65%, var(--custom-accent-color, #fabd2f)) !important; */ + --in-content-border-focus: var(--custom-accent-color, #fabd2f) !important; + --in-content-border-active: var(--custom-accent-color, #fabd2f) !important; + --in-content-border-active-shadow: var(--custom-accent-color, #fabd2f) !important; --in-content-category-outline-focus: 1px solid transparent !important; - --in-content-accent-color: var(--custom-accent-color, #0a84ff) !important; - --in-content-table-header-background: var(--custom-accent-color, #0a84ff) !important; - --in-content-link-color: var(--custom-accent-color, #0a84ff) !important; - --in-content-link-color-hover: color-mix(in srgb, white 50%, var(--custom-accent-color, #0a84ff)) !important; + --in-content-accent-color: var(--custom-accent-color, #fabd2f) !important; + --in-content-table-header-background: var(--custom-accent-color, #fabd2f) !important; + --in-content-link-color: var(--custom-accent-color, #fabd2f) !important; + --in-content-link-color-hover: color-mix(in srgb, #282828 50%, var(--custom-accent-color, #fabd2f)) !important; --newtab-focus-outline: var(--in-content-border-active-shadow) !important; --newtab-focus-border: var(--in-content-border-focus) !important; --newtab-focus-border-selected: var(--custom-accent-color) !important; --newtab-textbox-focus-color: var(--in-content-border-focus) !important; --newtab-primary-action-background: var(--custom-accent-color) !important; --color-accent-primary: var(--custom-accent-color) !important; - --color-accent-primary-hover: color-mix(in srgb, white 50%, var(--custom-accent-color, #0a84ff)) !important; + --color-accent-primary-hover: color-mix(in srgb, #282828 50%, var(--custom-accent-color, #fabd2f)) !important; --color-accent-primary-active: var(--custom-accent-color) !important; --brand-color-accent: var(--custom-accent-color) !important; - --brand-color-accent-hover: color-mix(in srgb, white 50%, var(--custom-accent-color, #0a84ff)) !important; + --brand-color-accent-hover: color-mix(in srgb, #282828 50%, var(--custom-accent-color, #fabd2f)) !important; --brand-color-accent-active: var(--custom-accent-color) !important; } } @-moz-document url("chrome://global/content/commonDialog.xhtml") { #commonDialog[subdialog] checkbox { - --checkbox-checked-bgcolor: var(--custom-accent-color, #0a84ff) !important; - --checkbox-checked-hover-bgcolor: color-mix(in srgb, white 50%, var(--custom-accent-color, #0a84ff)) !important; - --checkbox-checked-active-bgcolor: color-mix(in srgb, white 65%, var(--custom-accent-color, #0a84ff)) !important; + --checkbox-checked-bgcolor: var(--custom-accent-color, #fabd2f) !important; + --checkbox-checked-hover-bgcolor: color-mix(in srgb, #282828 50%, var(--custom-accent-color, #fabd2f)) !important; + --checkbox-checked-active-bgcolor: color-mix(in srgb, #282828 65%, var(--custom-accent-color, #fabd2f)) !important; } } @@ -101,11 +101,16 @@ body, html { } ::-moz-progress-bar { - background-color: var(--custom-accent-color, #0a84ff) !important; + background-color: var(--custom-accent-color, #fabd2f) !important; } login-filter { - --in-content-primary-button-background: var(--custom-accent-color, #0a84ff) !important; - --in-content-primary-button-background-hover: color-mix(in srgb, white 50%, var(--custom-accent-color, #0a84ff)) !important; - --in-content-primary-button-background-active: color-mix(in srgb, white 65%, var(--custom-accent-color, #0a84ff)) !important; + --in-content-primary-button-background: var(--custom-accent-color, #fabd2f) !important; + --in-content-primary-button-background-hover: color-mix(in srgb, #282828 50%, var(--custom-accent-color, #fabd2f)) !important; + --in-content-primary-button-background-active: color-mix(in srgb, #282828 65%, var(--custom-accent-color, #fabd2f)) !important; +} + +::selection { + color: #282828 !important; + background: #fabd2f !important; }