Skip to content

Commit 17b6d26

Browse files
authored
feat: Add neon_blurange theme (#279)
1 parent 4467c29 commit 17b6d26

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
@@ -83,6 +83,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
8383
| `garden` | ![image](https://user-images.githubusercontent.com/20955511/177458181-5c2242f0-1c89-4de0-9965-28c777f9f8d7.png) |
8484
| `github-green-purple` | ![image](https://user-images.githubusercontent.com/20955511/173238945-f572fdfb-dbf6-4141-8ee6-b70f6186548e.png) |
8585
| `icegray` | ![image](https://user-images.githubusercontent.com/20955511/177644018-cb9953d0-31a1-4920-a66f-8c08672cec38.png) |
86+
| `neon_blurange` | ![image](https://user-images.githubusercontent.com/45172775/180076569-3af18421-56f5-49bd-b62e-2dec8edc0502.png) |
8687

8788
### Can't find the theme you like?
8889

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,4 +926,16 @@
926926
"sideLabels" => "#515151",
927927
"dates" => "#636363",
928928
],
929+
"neon_blurange" => [
930+
"background" => "#030D6B",
931+
"border" => "#C7CCFF",
932+
"stroke" => "#C7CCFF",
933+
"ring" => "#FB750B",
934+
"fire" => "#FB750B",
935+
"currStreakNum" => "#25FB88",
936+
"sideNums" => "#FB750B",
937+
"currStreakLabel" => "#25FB88",
938+
"sideLabels" => "#25FB88",
939+
"dates" => "#C7CCFF",
940+
],
929941
];

0 commit comments

Comments
 (0)