Skip to content

Commit 9d1d196

Browse files
authored
Add Javascript-dark theme (#159)
* Add javascript-dark theme * Add Javascrit-dark theme screenshot
1 parent 501d6ea commit 9d1d196

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
@@ -71,6 +71,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
7171
| `holi-theme` | ![image](https://user-images.githubusercontent.com/62163030/129030429-0a4d48aa-d61f-4d0c-ae82-891d1b2476d7.png) |
7272
| `ayu-light` | ![image](https://user-images.githubusercontent.com/37243931/131808768-8617176a-fe84-4873-b9c2-f9ee74b30d87.png) |
7373
| `javascript` | ![image](https://user-images.githubusercontent.com/62628408/135756315-7a4b8134-8558-4e74-9f24-f8a1a2173b6f.png) |
74+
| `javascript-dark` | ![image](https://user-images.githubusercontent.com/62628408/135761927-a4acd543-c90b-430d-92a3-c96b32bfc390.png) |
7475
| `noctis-minimus` | ![image](https://user-images.githubusercontent.com/20955511/135754306-58ceccde-90d9-46f9-a7b2-1cb54b6fbe24.png) |
7576
### Can't find the theme you like?
7677

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,18 @@
782782
"sideLabels" => "#000000",
783783
"dates" => "#000000",
784784
],
785+
"Javascript-dark" => [
786+
"background" => "#000000FF",
787+
"border" => "#F7DF1EFF",
788+
"stroke" => "#F7DF1EFF",
789+
"ring" => "#F7DF1EFF",
790+
"currStreakNum" => "#FFFFFFFF",
791+
"fire" => "#F7DF1EFF",
792+
"sideNums" => "#FFFFFFFF",
793+
"currStreakLabel" => "#F7DF1EFF",
794+
"sideLabels" => "#F7DF1EFF",
795+
"dates" => "#F7DF1EFF",
796+
],
785797
"noctis-minimus" => [
786798
"background" => "#1b2932",
787799
"border" => "#F0F0F0FF",

0 commit comments

Comments
 (0)