Skip to content

Commit 4467c29

Browse files
Андрей КожевDenverCoder1
Андрей Кожев
andauthored
feat: Add Icegray theme (#270)
* Add icegray theme * Add icegray theme documentation * Fix formatting * style: fix docs formatting * Update icegray theme * Update icegray theme doc * refactor: organize themes Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 163133e commit 4467c29

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
@@ -82,6 +82,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
8282
| `hacker` | ![image](https://user-images.githubusercontent.com/20955511/164965194-724816b5-5aa0-4c36-8bae-f3cbafd2c2a4.png) |
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) |
85+
| `icegray` | ![image](https://user-images.githubusercontent.com/20955511/177644018-cb9953d0-31a1-4920-a66f-8c08672cec38.png) |
8586

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

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,4 +914,16 @@
914914
"sideLabels" => "#7fff00",
915915
"dates" => "#fff",
916916
],
917+
"icegray" => [
918+
"background" => "#FFFFFF",
919+
"border" => "#515151",
920+
"stroke" => "#515151",
921+
"ring" => "#686868",
922+
"fire" => "#969696",
923+
"currStreakNum" => "#3A3A3AFE",
924+
"sideNums" => "#515151FE",
925+
"currStreakLabel" => "#515151",
926+
"sideLabels" => "#515151",
927+
"dates" => "#636363",
928+
],
917929
];

0 commit comments

Comments
 (0)