Skip to content

Commit b2bbce2

Browse files
author
Андрей Кожев
authored
feat: add python-dark theme (#304)
1 parent 6222d91 commit b2bbce2

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
@@ -90,6 +90,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
9090
| `deuteranopia-friendly-theme` | ![image](https://user-images.githubusercontent.com/107488620/183304765-9d423ff4-52ed-4a27-8a1c-2bcd290f4803.png) |
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) |
93+
| `python-dark` | ![image](https://user-images.githubusercontent.com/103951737/183929763-ae8c93d4-0106-461c-bded-2c2adb0bd6bf.png) |
9394

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

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,4 +1010,16 @@
10101010
"sideLabels" => "#F05033",
10111011
"dates" => "#F05033",
10121012
],
1013+
"python-dark" => [
1014+
"background" => "#000000",
1015+
"border" => "#4B8BBE",
1016+
"stroke" => "#4B8BBE",
1017+
"ring" => "#FFD43B",
1018+
"fire" => "#FFD43B",
1019+
"currStreakNum" => "#4B8BBE",
1020+
"sideNums" => "#4B8BBE",
1021+
"currStreakLabel" => "#FFD43B",
1022+
"sideLabels" => "#FFD43B",
1023+
"dates" => "#FFD43B",
1024+
],
10131025
];

0 commit comments

Comments
 (0)