Skip to content

Commit 3563bcf

Browse files
committed
Add theme: oceanic-next
sourced from: https://github.com/mhartington/oceanic-next
1 parent a2a1fa0 commit 3563bcf

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,4 +2108,17 @@
21082108
"dates" => "#EB5454",
21092109
"excludeDaysLabel" => "#758575DD",
21102110
],
2111+
"oceanic-next" => [
2112+
"background" => "#1B2B34",
2113+
"border" => "#343D46",
2114+
"stroke" => "#4F5B66",
2115+
"ring" => "#6699CC",
2116+
"fire" => "#EC5F67",
2117+
"currStreakNum" => "#99C794",
2118+
"sideNums" => "#6699CC",
2119+
"currStreakLabel" => "#FAC863",
2120+
"sideLabels" => "#5FB3B3",
2121+
"dates" => "#A7ADBA",
2122+
"excludeDaysLabel" => "#A7ADBA",
2123+
],
21112124
];

0 commit comments

Comments
 (0)