From 645c84bc1a2fdf9e1dfb04d250c20716155245b7 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:45:12 -0500 Subject: [PATCH] Dark mode theme tweaks (#17846) Slightly adjust some default theme (dark mode only) colors to make them more readable. --- web/themes/theme-default.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/themes/theme-default.css b/web/themes/theme-default.css index 03ced055c..d5e0a0b80 100644 --- a/web/themes/theme-default.css +++ b/web/themes/theme-default.css @@ -137,23 +137,23 @@ --secondary: hsl(0, 0%, 15%); --secondary: 0 0% 15%; - --secondary-foreground: hsl(0, 0%, 32%); - --secondary-foreground: 0 0% 32%; + --secondary-foreground: hsl(0, 0%, 42%); + --secondary-foreground: 0 0% 42%; --secondary-highlight: hsl(0, 0%, 25%); --secondary-highlight: 0 0% 25%; - --neutral: hsl(0, 0%, 45.1%); - --neutral: 0 0% 45.1%; + --neutral: hsl(0, 0%, 55.1%); + --neutral: 0 0% 55.1%; - --neutral_variant: hsl(0, 0%, 32.2%); - --neutral_variant: 0 0% 32.2%; + --neutral_variant: hsl(0, 0%, 42.2%); + --neutral_variant: 0 0% 42.2%; --muted: hsl(0, 0%, 12%); --muted: 0 0% 12%; - --muted-foreground: hsl(0, 0%, 32%); - --muted-foreground: 0 0% 32%; + --muted-foreground: hsl(0, 0%, 42%); + --muted-foreground: 0 0% 42%; --accent: hsl(0, 0%, 19%); --accent: 0 0% 19%;