Skip to content

Commit 279f7f5

Browse files
R055ADenverCoder1
andauthored
feat: Add Theme Oceanic-Next (#843)
* Add theme: oceanic-next sourced from: https://github.com/mhartington/oceanic-next * Update themes.md --------- Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 2006908 commit 279f7f5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
171171
| `dark-aura` | ![Image](https://github.com/user-attachments/assets/14889d0e-26db-4fa6-8026-6312c9b4636e) |
172172
| `everforest-dark` | ![image](https://github.com/user-attachments/assets/45a4e0a0-d330-4233-9d76-89003e59bb31) |
173173
| `everforest-light` | ![image](https://github.com/user-attachments/assets/592466c0-5a67-48cc-adf0-f8a21ca891b6) |
174+
| `oceanic-next` | ![image](https://github.com/user-attachments/assets/e0182770-a511-42b6-a40b-644317268a0f) |
174175

175176
### Can't find the theme you like?
176177

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,4 +2121,17 @@
21212121
"dates" => "#8B9286",
21222122
"excludeDaysLabel" => "#8B9286",
21232123
],
2124+
"oceanic-next" => [
2125+
"background" => "#1B2B34",
2126+
"border" => "#343D46",
2127+
"stroke" => "#4F5B66",
2128+
"ring" => "#6699CC",
2129+
"fire" => "#EC5F67",
2130+
"currStreakNum" => "#99C794",
2131+
"sideNums" => "#6699CC",
2132+
"currStreakLabel" => "#FAC863",
2133+
"sideLabels" => "#5FB3B3",
2134+
"dates" => "#A7ADBA",
2135+
"excludeDaysLabel" => "#A7ADBA",
2136+
],
21242137
];

0 commit comments

Comments
 (0)