.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user