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? 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", + ], ];