Skip to content

Commit 9024e07

Browse files
author
Андрей Кожев
authored
feat: add java-dark theme (#282)
1 parent 4359384 commit 9024e07

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
8585
| `icegray` | ![image](https://user-images.githubusercontent.com/20955511/177644018-cb9953d0-31a1-4920-a66f-8c08672cec38.png) |
8686
| `neon_blurange` | ![image](https://user-images.githubusercontent.com/45172775/180076569-3af18421-56f5-49bd-b62e-2dec8edc0502.png) |
8787
| `yellowdark` | ![image](https://user-images.githubusercontent.com/103951737/180445402-360653bf-b85d-4e53-a1e1-cbda4135326b.png) |
88+
| `java-dark` | ![image](https://user-images.githubusercontent.com/103951737/180605906-b04afca3-da60-4ad9-95d3-8be5ef0a96e3.png) |
8889

8990
### Can't find the theme you like?
9091

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,4 +950,16 @@
950950
"sideLabels" => "#FFEF00",
951951
"dates" => "#A5A5A5",
952952
],
953+
"java-dark" => [
954+
"background" => "#000000",
955+
"border" => "#F89820",
956+
"stroke" => "#F89820",
957+
"ring" => "#F89820",
958+
"fire" => "#F89820",
959+
"currStreakNum" => "#5382A1",
960+
"sideNums" => "#5382A1",
961+
"currStreakLabel" => "#F89820",
962+
"sideLabels" => "#F89820",
963+
"dates" => "#5382A1",
964+
],
953965
];

0 commit comments

Comments
 (0)