Skip to content

Commit 44a139b

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

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
@@ -93,6 +93,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
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) |
9595
| `sea-dark` | ![image](https://user-images.githubusercontent.com/103951737/184301879-953370eb-e61a-4e0f-abf4-7029c336e8f1.png) |
96+
| `violet-dark` | ![image](https://user-images.githubusercontent.com/103951737/184529784-05de7e57-b939-42f7-9852-345fa191c343.png) |
9697

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

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,4 +1046,16 @@
10461046
"sideLabels" => "#000000",
10471047
"dates" => "#000000",
10481048
],
1049+
"violet-dark" => [
1050+
"background" => "#000000",
1051+
"border" => "#FF0089",
1052+
"stroke" => "#FF0089",
1053+
"ring" => "#FF0089",
1054+
"fire" => "#FF0089",
1055+
"currStreakNum" => "#FF0089",
1056+
"sideNums" => "#FF0089",
1057+
"currStreakLabel" => "#FF0089",
1058+
"sideLabels" => "#FF0089",
1059+
"dates" => "#FF0089",
1060+
],
10491061
];

0 commit comments

Comments
 (0)