Skip to content

Commit 8fe772b

Browse files
committed
Add theme: nord-aurora
sourced from: https://github.com/nordtheme/nord
1 parent 47769fa commit 8fe772b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,4 +2069,17 @@
20692069
"dates" => "#BD976A",
20702070
"excludeDaysLabel" => "#758575DD",
20712071
],
2072+
"nord-aurora" => [
2073+
"background" => "#4C566A",
2074+
"border" => "#8FBCBB",
2075+
"stroke" => "#D8DEE9",
2076+
"ring" => "#A3BE8C",
2077+
"fire" => "#BF616A",
2078+
"currStreakNum" => "#A3BE8C",
2079+
"sideNums" => "#B48EAD",
2080+
"currStreakLabel" => "#EBCB8B",
2081+
"sideLabels" => "#D08770",
2082+
"dates" => "#88C0D0",
2083+
"excludeDaysLabel" => "#81a1c1",
2084+
],
20722085
];

0 commit comments

Comments
 (0)