color flip

This commit is contained in:
Michael Freno
2025-10-17 21:34:46 -04:00
parent bc8e1fdeaa
commit ebb857959a

View File

@@ -56,8 +56,8 @@ return {
colors = { colors = {
primary = Color.new(), primary = Color.new(),
secondary = Color.new(), secondary = Color.new(),
text = Color.new(0.1, 0.1, 0.1), text = Color.new(0.9, 0.9, 0.9),
textDark = Color.new(), textDark = Color.new(0.1, 0.1, 0.1),
}, },
-- Optional: Theme fonts -- Optional: Theme fonts