From 572ce8150d5eb9107fad8c5d0048fbfd5fdcbf75 Mon Sep 17 00:00:00 2001 From: Adityakishore0 Date: Tue, 18 Feb 2025 14:25:24 +0530 Subject: [PATCH 1/2] Added cyberstreakglow --- src/themes.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/themes.php b/src/themes.php index 53c2a090..f8c62d84 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2017,4 +2017,17 @@ "dates" => "#000000", "excludeDaysLabel" => "#000000", ], + "cyber-streakglow" => [ + "background" => "42,E20FEB,0D00EB", + "border" => "#00EBE1", + "stroke" => "#0FEB00", + "ring" => "#5AEB59", + "fire" => "#DDEB00", + "currStreakNum" => "#EBEBEB", + "sideNums" => "#D6EBC0", + "currStreakLabel" => "#46EB00", + "sideLabels" => "#64E8EB", + "dates" => "#EBEBEB", + "excludeDaysLabel" => "#A7EB3F", + ], ]; From 12f6502c00c8c930dfd371d6a2b4ecbbaa366943 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Tue, 18 Feb 2025 12:04:39 +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 fb6c08f9..93e45271 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -163,6 +163,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `microsoft` | ![image](https://github.com/user-attachments/assets/4c2cce9d-90b5-4e38-8422-656c5a78b4d9) | | `microsoft-dark` | ![image](https://github.com/user-attachments/assets/a5918d7d-f568-4012-b06f-d9cfacaece04) | | `hacker-inverted` | ![image](https://github.com/user-attachments/assets/b64c136a-827b-4177-98f9-28db59bba0ef) | +| `cyber-streakglow` | ![image](https://github.com/user-attachments/assets/8c6108e1-f3a1-4653-9f68-08ed6dcfc498) | ### Can't find the theme you like?