From ebb857959adb7fab0c9c3fb2725caca0153585ac Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Fri, 17 Oct 2025 21:34:46 -0400 Subject: [PATCH] color flip --- themes/metal.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/metal.lua b/themes/metal.lua index b59f2a9..2973660 100644 --- a/themes/metal.lua +++ b/themes/metal.lua @@ -56,8 +56,8 @@ return { colors = { primary = Color.new(), secondary = Color.new(), - text = Color.new(0.1, 0.1, 0.1), - textDark = Color.new(), + text = Color.new(0.9, 0.9, 0.9), + textDark = Color.new(0.1, 0.1, 0.1), }, -- Optional: Theme fonts