Skip to content

Commit 6222d91

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

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
@@ -89,6 +89,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
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) |
9191
| `windows-dark` | ![image](https://user-images.githubusercontent.com/103951737/183449796-23096f23-54b5-45af-8078-b8afd4f3baf3.png) |
92+
| `git-dark` | ![image](https://user-images.githubusercontent.com/103951737/183690748-060943ff-7b39-4229-b32d-806d654bd12d.png) |
9293

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

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,4 +998,16 @@
998998
"sideLabels" => "#00A4EF",
999999
"dates" => "#00A4EF",
10001000
],
1001+
"git-dark" => [
1002+
"background" => "#000000",
1003+
"border" => "#F05033",
1004+
"stroke" => "#F05033",
1005+
"ring" => "#F05033",
1006+
"fire" => "#F05033",
1007+
"currStreakNum" => "#F05033",
1008+
"sideNums" => "#F05033",
1009+
"currStreakLabel" => "#F05033",
1010+
"sideLabels" => "#F05033",
1011+
"dates" => "#F05033",
1012+
],
10011013
];

0 commit comments

Comments
 (0)