diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 39d84ec..aeb5872 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -40,6 +40,7 @@ @media (prefers-color-scheme: dark) { :root { --color-bg: #030303; + --gradient-bg: none; --color-fg: #d6d2e0; --color-fg-muted: #6e5e67; --color-secondary-bg: #1f1118; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 5c543f5..2f06503 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -40,6 +40,7 @@ @media (prefers-color-scheme: dark) { :root { --color-bg: #030303; + --gradient-bg: none; --color-fg: #d6d2e0; --color-fg-muted: #655e6e; --color-secondary-bg: #13111f; diff --git a/TangerineUI.css b/TangerineUI.css index 82ad168..9d08d8e 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -40,6 +40,7 @@ @media (prefers-color-scheme: dark) { :root { --color-bg: #030303; + --gradient-bg: none; --color-fg: #e0d6d1; --color-fg-muted: #6e635e; --color-secondary-bg: #1e1810;