We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcac79 commit d573885Copy full SHA for d573885
1 file changed
src/themes.php
@@ -2056,4 +2056,17 @@
2056
"dates" => "#EBEBEB",
2057
"excludeDaysLabel" => "#A7EB3F",
2058
],
2059
+ "Vitesse" => [
2060
+ "background" => "#000000",
2061
+ "border" => "#4D9375",
2062
+ "stroke" => "#5D99A9",
2063
+ "ring" => "#4D9375",
2064
+ "fire" => "#CB7676",
2065
+ "currStreakNum" => "#B8A965",
2066
+ "sideNums" => "#4D9375",
2067
+ "currStreakLabel" => "#80A665",
2068
+ "sideLabels" => "#80A665",
2069
+ "dates" => "#BD976A",
2070
+ "excludeDaysLabel" => "#758575DD",
2071
+ ],
2072
];
0 commit comments