Skip to content

Commit 0091fda

Browse files
authored
feat: Add "transparent" theme (DenverCoder1#462)
1 parent adaadc6 commit 0091fda

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
@@ -9,6 +9,7 @@ You can also try out and customize these themes on the [Demo Site](https://strea
99
| `default` | ![image](https://user-images.githubusercontent.com/107488620/183304039-a1fcf05c-0112-493a-9188-778708dc9e8f.png) |
1010
| `dark` | ![image](https://user-images.githubusercontent.com/107488620/183304038-2788ab5d-4c02-45e9-a724-990f27061c54.png) |
1111
| `highcontrast` | ![image](https://user-images.githubusercontent.com/107488620/183304037-0e54b5e6-f39a-481d-806f-3369d257a391.png) |
12+
| `transparent` | ![image](https://user-images.githubusercontent.com/20955511/221571948-1b69a2cc-87af-4e96-83fa-f01278c22c33.png) |
1213
| `radical` | ![image](https://user-images.githubusercontent.com/20955511/183303809-eb8fea2f-d56b-4ad3-9f6d-ef55f8812ed2.png) |
1314
| `merko` | ![image](https://user-images.githubusercontent.com/20955511/183303806-4ce9e5bb-6bd7-4914-a4ff-47edee01bde3.png) |
1415
| `gruvbox` | ![image](https://user-images.githubusercontent.com/20955511/183303804-95ff960f-ad52-4026-8627-a67f1599cee3.png) |

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@
3838
"sideLabels" => "#ffffff",
3939
"dates" => "#c5c5c5",
4040
],
41+
"transparent" => [
42+
"background" => "#0000",
43+
"border" => "#E4E2E2",
44+
"stroke" => "#E4E2E2",
45+
"ring" => "#006AFF",
46+
"fire" => "#006AFF",
47+
"currStreakNum" => "#0579C3",
48+
"sideNums" => "#006AFF",
49+
"currStreakLabel" => "#0579C3",
50+
"sideLabels" => "#006AFF",
51+
"dates" => "#417E87",
52+
],
4153
"radical" => [
4254
"background" => "#141321",
4355
"border" => "#e4e2e2",

0 commit comments

Comments
 (0)