diff --git a/src/themes.php b/src/themes.php index 61c6ac0e..2d27e82a 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2069,6 +2069,19 @@ "dates" => "#BD976A", "excludeDaysLabel" => "#758575DD", ], + "nord-aurora" => [ + "background" => "#4C566A", + "border" => "#8FBCBB", + "stroke" => "#D8DEE9", + "ring" => "#A3BE8C", + "fire" => "#BF616A", + "currStreakNum" => "#A3BE8C", + "sideNums" => "#B48EAD", + "currStreakLabel" => "#EBCB8B", + "sideLabels" => "#D08770", + "dates" => "#88C0D0", + "excludeDaysLabel" => "#81A1C1", + ], "dark-aura" => [ "background" => "#760A11", "border" => "#310C69C5",