update colors

This commit is contained in:
Michael Freno
2025-10-18 20:24:03 -04:00
parent eee4490c12
commit 446c310420

View File

@@ -54,8 +54,8 @@ return {
-- Optional: Theme colors -- Optional: Theme colors
colors = { colors = {
primary = Color.new(), primary = Color.new(0.23, 0.28, 0.38),
secondary = Color.new(), secondary = Color.new(0.77, 0.83, 0.92),
text = Color.new(0.9, 0.9, 0.9), text = Color.new(0.9, 0.9, 0.9),
textDark = Color.new(0.1, 0.1, 0.1), textDark = Color.new(0.1, 0.1, 0.1),
}, },