From 3d3d632b36a23d39bb6e15ae25b69ef1c761579c Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Mon, 27 Feb 2023 15:07:39 +0200 Subject: [PATCH 1/2] feat: Add `transparent` theme --- src/themes.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/themes.php b/src/themes.php index 70c11e40..50e94186 100644 --- a/src/themes.php +++ b/src/themes.php @@ -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", From 6df8cae60f5671df6d1cf368a2195d9d585e55da Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Mon, 27 Feb 2023 15:10:23 +0200 Subject: [PATCH 2/2] Update themes.md --- docs/themes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/themes.md b/docs/themes.md index 503ab8bf..8a086551 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -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) |