From a96eae73e46ff62097703262b643f88305e0eac2 Mon Sep 17 00:00:00 2001 From: shodan Date: Fri, 3 Apr 2026 16:12:09 +0000 Subject: [PATCH] . --- homer/configmaps.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homer/configmaps.yaml b/homer/configmaps.yaml index 283da31..1fd8404 100644 --- a/homer/configmaps.yaml +++ b/homer/configmaps.yaml @@ -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)