commit 90e1bd2e23abde92efa3d64eacf10cd7337b1b7e
parent 983bc275128aae3b2084cb77592d05e40218cc4c
Author: awy <awy@awy.one>
Date: Fri, 11 Apr 2025 12:46:20 +0300
nordic theme
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/userContent.css b/gruvboxContent.css
diff --git a/userContent.css b/userContent.css
@@ -2,11 +2,11 @@
url-prefix("chrome:")
{
body {
- background-color: #32302F !important;
+ background-color: #353C4A !important;
}
:root {
/* accent color */
- --uc-my-color: #b8bb26;
+ --uc-my-color: #ebcb8b;
--uc-my-color-hover: color-mix(in oklab, var(--uc-my-color) 90%, white);
--uc-my-color-active: color-mix(in oklab, var(--uc-my-color) 80%, white);
@@ -23,11 +23,11 @@
--primary-button-active-background-color: var(--uc-my-color-active) !important;
/* background color */
- --uc-my-background-color: #32302F;
+ --uc-my-background-color: #353C4A;
--background-color-canvas: var(--uc-my-background-color) !important;
--background-color-box: var(--uc-my-background-color) !important;
/* text color */
- --in-content-page-color: #fbf1c7 !important;
+ --in-content-page-color: #d8dee9 !important;
}
}