This commit is contained in:
2026-04-03 16:12:09 +00:00
parent b7f84097b5
commit a96eae73e4

View File

@@ -49,8 +49,8 @@ data:
colors:
dark:
# accents (less neon, more controlled)
highlight-primary: "#007a63" # darker teal-green (TriOptimum vibe)
highlight-secondary: "#00cc00" # slightly toned down blue
highlight-primary: "#000010"
highlight-secondary: "#00cc00"
highlight-hover: "#00cfa0"
# backgrounds
@@ -58,10 +58,10 @@ data:
card-background: "#0e141a" # more contrast vs background
# TEXT (this is the important fix)
text: "#cfd6d1" # much brighter → readable body text
text-header: "#00cfa0" # toned-down green (not neon)
text: "#cfd6d1"
text-header: "#00cc00"
text-title: "#00cc00"
text-subtitle: "#00cc00"
text-subtitle: "#001100"
# shadows
card-shadow: rgba(0, 255, 156, 0.08)