.
This commit is contained in:
@@ -48,23 +48,29 @@ data:
|
|||||||
theme: default
|
theme: default
|
||||||
colors:
|
colors:
|
||||||
dark:
|
dark:
|
||||||
highlight-primary: "#008f9c" # main accent (green)
|
# accents (less neon, more controlled)
|
||||||
highlight-secondary: "#00b8ff" # secondary accent (blue)
|
highlight-primary: "#007a63" # darker teal-green (TriOptimum vibe)
|
||||||
highlight-hover: "#33ffc2"
|
highlight-secondary: "#0094cc" # slightly toned down blue
|
||||||
|
highlight-hover: "#00cfa0"
|
||||||
|
|
||||||
background: "#05070a" # slightly blue-black (not pure black)
|
# backgrounds
|
||||||
card-background: "#0b0f14"
|
background: "#040608" # deeper, slightly neutral black
|
||||||
|
card-background: "#0e141a" # more contrast vs background
|
||||||
|
|
||||||
text: "#585c58" # soft greenish white
|
# TEXT (this is the important fix)
|
||||||
text-header: "#00ff9c" # strong accent
|
text: "#cfd6d1" # much brighter → readable body text
|
||||||
text-title: "#e6fff6"
|
text-header: "#00cfa0" # toned-down green (not neon)
|
||||||
text-subtitle: "#7bd9c0"
|
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"
|
# links
|
||||||
link-hover: "#00ff9c"
|
link: "#00aaff"
|
||||||
|
link-hover: "#00cfa0"
|
||||||
|
|
||||||
|
# background image
|
||||||
background-image: "../assets/logos/grid.jpg"
|
background-image: "../assets/logos/grid.jpg"
|
||||||
|
|
||||||
light:
|
light:
|
||||||
|
|||||||
Reference in New Issue
Block a user