From 8fe772bf8c600a1453e7ab6d9a74e33eeb66eca6 Mon Sep 17 00:00:00 2001 From: Adam Ross <14985050+R055A@users.noreply.github.com> Date: Fri, 3 Oct 2025 07:48:54 +1300 Subject: [PATCH 1/3] Add theme: nord-aurora sourced from: https://github.com/nordtheme/nord --- src/themes.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/themes.php b/src/themes.php index e6fc193d..1376f60b 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2069,4 +2069,17 @@ "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", + ], ]; From 0a81e0de013f0dbc8b5ece510275f32b87da8f06 Mon Sep 17 00:00:00 2001 From: Adam Ross <14985050+R055A@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:20:26 +0200 Subject: [PATCH 2/3] Fix merge conflict --- src/themes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes.php b/src/themes.php index 7c88b9d0..e342a44b 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2081,6 +2081,7 @@ "sideLabels" => "#D08770", "dates" => "#88C0D0", "excludeDaysLabel" => "#81a1c1", + ], "dark-aura" => [ "background" => "#760A11", "border" => "#310C69C5", From 68b0431cf203b6ac3f6aa20185ef83359408d955 Mon Sep 17 00:00:00 2001 From: Adam Ross <14985050+R055A@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:25:42 +0200 Subject: [PATCH 3/3] Fix nord-aurora case-sensitivity --- src/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes.php b/src/themes.php index e342a44b..2d27e82a 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2080,7 +2080,7 @@ "currStreakLabel" => "#EBCB8B", "sideLabels" => "#D08770", "dates" => "#88C0D0", - "excludeDaysLabel" => "#81a1c1", + "excludeDaysLabel" => "#81A1C1", ], "dark-aura" => [ "background" => "#760A11",