Skip to content

Commit 6b4aee6

Browse files
feat: Added cyber-streakglow theme (#780)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 6f88f73 commit 6b4aee6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
163163
| `microsoft` | ![image](https://github.com/user-attachments/assets/4c2cce9d-90b5-4e38-8422-656c5a78b4d9) |
164164
| `microsoft-dark` | ![image](https://github.com/user-attachments/assets/a5918d7d-f568-4012-b06f-d9cfacaece04) |
165165
| `hacker-inverted` | ![image](https://github.com/user-attachments/assets/b64c136a-827b-4177-98f9-28db59bba0ef) |
166+
| `cyber-streakglow` | ![image](https://github.com/user-attachments/assets/8c6108e1-f3a1-4653-9f68-08ed6dcfc498) |
166167

167168
### Can't find the theme you like?
168169

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,4 +2017,17 @@
20172017
"dates" => "#000000",
20182018
"excludeDaysLabel" => "#000000",
20192019
],
2020+
"cyber-streakglow" => [
2021+
"background" => "42,E20FEB,0D00EB",
2022+
"border" => "#00EBE1",
2023+
"stroke" => "#0FEB00",
2024+
"ring" => "#5AEB59",
2025+
"fire" => "#DDEB00",
2026+
"currStreakNum" => "#EBEBEB",
2027+
"sideNums" => "#D6EBC0",
2028+
"currStreakLabel" => "#46EB00",
2029+
"sideLabels" => "#64E8EB",
2030+
"dates" => "#EBEBEB",
2031+
"excludeDaysLabel" => "#A7EB3F",
2032+
],
20202033
];

0 commit comments

Comments
 (0)