Skip to content

Commit 715563d

Browse files
Андрей КожевDenverCoder1
Андрей Кожев
andauthored
feat: Add windows-dark theme (#299)
* Add windows-dark theme * style: fix formatting * docs: Add windows-dark theme * style: Format with Prettier Co-authored-by: Jonah Lawrence <[email protected]> Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 48dbc18 commit 715563d

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
@@ -88,6 +88,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
8888
| `java-dark` | ![image](https://user-images.githubusercontent.com/20955511/183303686-a652b2fb-daae-4390-b245-71610aa54ef7.png) |
8989
| `android-dark` | ![image](https://user-images.githubusercontent.com/20955511/183303685-fed30ead-2660-48bc-b724-04fe3c394c7f.png) |
9090
| `deuteranopia-friendly-theme` | ![image](https://user-images.githubusercontent.com/107488620/183304765-9d423ff4-52ed-4a27-8a1c-2bcd290f4803.png) |
91+
| `windows-dark` | ![image](https://user-images.githubusercontent.com/103951737/183449796-23096f23-54b5-45af-8078-b8afd4f3baf3.png) |
9192

9293
### Can't find the theme you like?
9394

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,4 +986,16 @@
986986
"sideLabels" => "#CC79A7",
987987
"dates" => "#009E73",
988988
],
989+
"windows-dark" => [
990+
"background" => "#000000",
991+
"border" => "#00A4EF",
992+
"stroke" => "#00A4EF",
993+
"ring" => "#00A4EF",
994+
"fire" => "#00A4EF",
995+
"currStreakNum" => "#00A4EF",
996+
"sideNums" => "#00A4EF",
997+
"currStreakLabel" => "#00A4EF",
998+
"sideLabels" => "#00A4EF",
999+
"dates" => "#00A4EF",
1000+
],
9891001
];

0 commit comments

Comments
 (0)