Skip to content

Commit

Permalink
feat: Add "transparent" theme (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Feb 27, 2023
1 parent adaadc6 commit 0091fda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ You can also try out and customize these themes on the [Demo Site](https://strea
| `default` | ![image](https://user-images.githubusercontent.com/107488620/183304039-a1fcf05c-0112-493a-9188-778708dc9e8f.png) |
| `dark` | ![image](https://user-images.githubusercontent.com/107488620/183304038-2788ab5d-4c02-45e9-a724-990f27061c54.png) |
| `highcontrast` | ![image](https://user-images.githubusercontent.com/107488620/183304037-0e54b5e6-f39a-481d-806f-3369d257a391.png) |
| `transparent` | ![image](https://user-images.githubusercontent.com/20955511/221571948-1b69a2cc-87af-4e96-83fa-f01278c22c33.png) |
| `radical` | ![image](https://user-images.githubusercontent.com/20955511/183303809-eb8fea2f-d56b-4ad3-9f6d-ef55f8812ed2.png) |
| `merko` | ![image](https://user-images.githubusercontent.com/20955511/183303806-4ce9e5bb-6bd7-4914-a4ff-47edee01bde3.png) |
| `gruvbox` | ![image](https://user-images.githubusercontent.com/20955511/183303804-95ff960f-ad52-4026-8627-a67f1599cee3.png) |
Expand Down
12 changes: 12 additions & 0 deletions src/themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
"sideLabels" => "#ffffff",
"dates" => "#c5c5c5",
],
"transparent" => [
"background" => "#0000",
"border" => "#E4E2E2",
"stroke" => "#E4E2E2",
"ring" => "#006AFF",
"fire" => "#006AFF",
"currStreakNum" => "#0579C3",
"sideNums" => "#006AFF",
"currStreakLabel" => "#0579C3",
"sideLabels" => "#006AFF",
"dates" => "#417E87",
],
"radical" => [
"background" => "#141321",
"border" => "#e4e2e2",
Expand Down

0 comments on commit 0091fda

Please sign in to comment.