From 7718038795a2d6bdc5edffcb051e0cda05a9b530 Mon Sep 17 00:00:00 2001 From: shodan Date: Fri, 3 Apr 2026 16:01:11 +0000 Subject: [PATCH] . --- homer/configmaps.yaml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/homer/configmaps.yaml b/homer/configmaps.yaml index 87ae396..9fdf0eb 100644 --- a/homer/configmaps.yaml +++ b/homer/configmaps.yaml @@ -48,23 +48,29 @@ data: theme: default colors: dark: - highlight-primary: "#008f9c" # main accent (green) - highlight-secondary: "#00b8ff" # secondary accent (blue) - highlight-hover: "#33ffc2" + # accents (less neon, more controlled) + highlight-primary: "#007a63" # darker teal-green (TriOptimum vibe) + highlight-secondary: "#0094cc" # slightly toned down blue + highlight-hover: "#00cfa0" - background: "#05070a" # slightly blue-black (not pure black) - card-background: "#0b0f14" + # backgrounds + background: "#040608" # deeper, slightly neutral black + card-background: "#0e141a" # more contrast vs background - text: "#585c58" # soft greenish white - text-header: "#00ff9c" # strong accent - text-title: "#e6fff6" - text-subtitle: "#7bd9c0" + # TEXT (this is the important fix) + text: "#cfd6d1" # much brighter → readable body text + text-header: "#00cfa0" # toned-down green (not neon) + text-title: "#e8fdf5" + text-subtitle: "#8fbfb1" - card-shadow: rgba(0, 255, 156, 0.15) + # shadows + card-shadow: rgba(0, 255, 156, 0.08) - link: "#00b8ff" - link-hover: "#00ff9c" + # links + link: "#00aaff" + link-hover: "#00cfa0" + # background image background-image: "../assets/logos/grid.jpg" light: