Skip to content

Commit 065a463

Browse files
author
Андрей Кожев
authored
feat: Add sea theme (#306)
1 parent ec6b896 commit 065a463

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
@@ -91,6 +91,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
9191
| `windows-dark` | ![image](https://user-images.githubusercontent.com/103951737/183449796-23096f23-54b5-45af-8078-b8afd4f3baf3.png) |
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) |
94+
| `sea` | ![image](https://user-images.githubusercontent.com/103951737/184303266-0e5f8a25-bfeb-4876-abf1-91a38ca87680.png) |
9495

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

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,4 +1022,16 @@
10221022
"sideLabels" => "#FFD43B",
10231023
"dates" => "#FFD43B",
10241024
],
1025+
"sea" => [
1026+
"background" => "#1565C0",
1027+
"border" => "#FFFFFF",
1028+
"stroke" => "#FFFFFF",
1029+
"ring" => "#FFFFFF",
1030+
"fire" => "#FFFFFF",
1031+
"currStreakNum" => "#FFFFFF",
1032+
"sideNums" => "#FFFFFF",
1033+
"currStreakLabel" => "#FFFFFF",
1034+
"sideLabels" => "#FFFFFF",
1035+
"dates" => "#FFFFFF",
1036+
],
10251037
];

0 commit comments

Comments
 (0)