Skip to content

Commit 4029a78

Browse files
GuelBandeiraDenverCoder1
authored andcommitted
adding kanagawa paper theme
1 parent 285d448 commit 4029a78

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/themes.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2147,4 +2147,30 @@
21472147
"dates" => "#C0CAF5",
21482148
"excludeDaysLabel" => "#C0CAF5",
21492149
],
2150+
"oceanic-next" => [
2151+
"background" => "#1B2B34",
2152+
"border" => "#343D46",
2153+
"stroke" => "#4F5B66",
2154+
"ring" => "#6699CC",
2155+
"fire" => "#EC5F67",
2156+
"currStreakNum" => "#99C794",
2157+
"sideNums" => "#6699CC",
2158+
"currStreakLabel" => "#FAC863",
2159+
"sideLabels" => "#5FB3B3",
2160+
"dates" => "#A7ADBA",
2161+
"excludeDaysLabel" => "#A7ADBA",
2162+
],
2163+
"kanagawa-paper" => [
2164+
"background" => "#1F1F28",
2165+
"border" => "#54546D",
2166+
"stroke" => "#727169",
2167+
"ring" => "#7FB4CA",
2168+
"fire" => "#E46876",
2169+
"currStreakNum" => "#98BB6C",
2170+
"sideNums" => "#7E9CD8",
2171+
"currStreakLabel" => "#E6C384",
2172+
"sideLabels" => "#7AA89F",
2173+
"dates" => "#C4B28A",
2174+
"excludeDaysLabel" => "#C8C093",
2175+
],
21502176
];

0 commit comments

Comments
 (0)