From d0e98b4ae006d7a0882e55dab35cedabf6520e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 26 Dec 2023 21:55:56 +0100 Subject: [PATCH] Tweaked focus bg in dark mode --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index b1258cc..0d859d7 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -59,7 +59,7 @@ --color-content-fg-muted: #737373; --color-content-secondary-bg: var(--color-secondary-bg); --color-content-secondary-separator: rgba(89, 62, 78, 0.4); - --color-content-bg-focus: #111111; + --color-content-bg-focus: #0e0e0e; --color-accent: #d05c8a; --color-accent-focus: #c04174; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 3555516..d3a9e5c 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -59,7 +59,7 @@ --color-content-fg-muted: #737373; --color-content-secondary-bg: var(--color-secondary-bg); --color-content-secondary-separator: rgba(64, 62, 89, 0.4); - --color-content-bg-focus: #111111; + --color-content-bg-focus: #0e0e0e; --color-accent: #7a7af9; --color-accent-focus: #5a47ff; diff --git a/TangerineUI.css b/TangerineUI.css index 1f82825..aa87f86 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -59,7 +59,7 @@ --color-content-fg-muted: #737373; --color-content-secondary-bg: var(--color-secondary-bg); --color-content-secondary-separator: rgba(77, 73, 70, 0.4); - --color-content-bg-focus: #111111; + --color-content-bg-focus: #0e0e0e; --color-accent: #e68933; --color-accent-focus: #ffa047;