theme text color as default

This commit is contained in:
Michael Freno
2025-10-15 23:07:58 -04:00
parent f188c9de94
commit e6fa67801d
2 changed files with 29 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ return {
colors = {
primary = Color.new(),
secondary = Color.new(),
text = Color.new(),
text = Color.new(0.1, 0.1, 0.1),
textDark = Color.new(),
},