From 7752354598e79265239ee85f41ade572d41535fe Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 2 Feb 2025 21:48:12 +0100 Subject: [PATCH] impr: Make dark theme text slightly off-white --- plugins/builtin/romfs/themes/dark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/builtin/romfs/themes/dark.json b/plugins/builtin/romfs/themes/dark.json index 726d11bc2..c219737e7 100644 --- a/plugins/builtin/romfs/themes/dark.json +++ b/plugins/builtin/romfs/themes/dark.json @@ -50,7 +50,7 @@ "table-header-background": "#303033FF", "table-row-background": "#00000000", "table-row-background-alt": "#FFFFFF0F", - "text": "#FFFFFFFF", + "text": "#EAEAEAFF", "text-disabled": "#7F7F7FFF", "text-selected-background": "*#4296F959", "title-background": "#232323FF",