From 9f48fc52eec0ffa7d7fd34e9011aa5b86b7d7bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Thu, 21 Dec 2023 15:27:02 +0100 Subject: [PATCH] disable glow in dark mode --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) 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;