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;