This commit is contained in:
Michael Freno
2025-10-13 11:31:24 -04:00
parent ae2e08ca1b
commit f6ef2dc82e
3 changed files with 288 additions and 8 deletions

View File

@@ -16,7 +16,6 @@ end
return {
name = "Space Theme",
components = {
-- Panel component
panel = {
@@ -184,4 +183,11 @@ return {
text = Color.new(0.80, 0.90, 1.00), -- soft cool-white for general text
textDark = Color.new(0.35, 0.40, 0.45), -- dimmed gray-blue for secondary text
},
-- Optional: Theme fonts
-- Define font families that can be referenced by name
-- Paths are relative to FlexLove location or absolute
fonts = {
default = "themes/space/VT323-Regular.ttf",
},
}