Skip to content

Commit a936e9b

Browse files
authored
feat: Added nord-aurora theme (#838)
* Add theme: nord-aurora sourced from: https://github.com/nordtheme/nord * Fix merge conflict * Fix nord-aurora case-sensitivity
1 parent bd035a9 commit a936e9b

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,6 +2069,19 @@
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
"dark-aura" => [
20732086
"background" => "#760A11",
20742087
"border" => "#310C69C5",

0 commit comments

Comments
 (0)