Skip to content

Commit 0689ca9

Browse files
Андрей КожевDenverCoder1
Андрей Кожев
andauthored
feat: Add sea-dark theme (#307)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 065a463 commit 0689ca9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
9292
| `git-dark` | ![image](https://user-images.githubusercontent.com/103951737/183690748-060943ff-7b39-4229-b32d-806d654bd12d.png) |
9393
| `python-dark` | ![image](https://user-images.githubusercontent.com/103951737/183929763-ae8c93d4-0106-461c-bded-2c2adb0bd6bf.png) |
9494
| `sea` | ![image](https://user-images.githubusercontent.com/103951737/184303266-0e5f8a25-bfeb-4876-abf1-91a38ca87680.png) |
95+
| `sea-dark` | ![image](https://user-images.githubusercontent.com/103951737/184301879-953370eb-e61a-4e0f-abf4-7029c336e8f1.png) |
9596

9697
### Can't find the theme you like?
9798

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,4 +1034,16 @@
10341034
"sideLabels" => "#FFFFFF",
10351035
"dates" => "#FFFFFF",
10361036
],
1037+
"sea-dark" => [
1038+
"background" => "#00C0FF",
1039+
"border" => "#000000",
1040+
"stroke" => "#00546F",
1041+
"ring" => "#000000",
1042+
"fire" => "#000000",
1043+
"currStreakNum" => "#000000",
1044+
"sideNums" => "#000000",
1045+
"currStreakLabel" => "#000000",
1046+
"sideLabels" => "#000000",
1047+
"dates" => "#000000",
1048+
],
10371049
];

0 commit comments

Comments
 (0)