Skip to content

Commit bf13d4d

Browse files
feat: Add rust-ferris-light and rust-ferris-dark themes (#776)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 6b4aee6 commit bf13d4d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/themes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ 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+
| `rust-ferris-light` | ![image](https://github.com/user-attachments/assets/2e1d175f-c39d-4e56-be41-d9c277f1e83a) |
167+
| `rust-ferris-dark` | ![image](https://github.com/user-attachments/assets/05e3f9ac-708d-415d-990f-ede3d0a84bab) |
166168
| `cyber-streakglow` | ![image](https://github.com/user-attachments/assets/8c6108e1-f3a1-4653-9f68-08ed6dcfc498) |
167169

168170
### Can't find the theme you like?

src/themes.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,6 +2017,32 @@
20172017
"dates" => "#000000",
20182018
"excludeDaysLabel" => "#000000",
20192019
],
2020+
"rust-ferris-dark" => [
2021+
"background" => "#000000",
2022+
"border" => "#FFFFFF",
2023+
"stroke" => "#F66200",
2024+
"ring" => "#F49600",
2025+
"fire" => "#F66200",
2026+
"currStreakNum" => "#F49600",
2027+
"sideNums" => "#CC3A00",
2028+
"currStreakLabel" => "#F49600",
2029+
"sideLabels" => "#CC3A00",
2030+
"dates" => "#F66200",
2031+
"excludeDaysLabel" => "#F66200",
2032+
],
2033+
"rust-ferris-light" => [
2034+
"background" => "#FFFFFF",
2035+
"border" => "#000000",
2036+
"stroke" => "#F66200",
2037+
"ring" => "#F49600",
2038+
"fire" => "#F66200",
2039+
"currStreakNum" => "#F49600",
2040+
"sideNums" => "#CC3A00",
2041+
"currStreakLabel" => "#F49600",
2042+
"sideLabels" => "#CC3A00",
2043+
"dates" => "#F66200",
2044+
"excludeDaysLabel" => "#F66200",
2045+
],
20202046
"cyber-streakglow" => [
20212047
"background" => "42,E20FEB,0D00EB",
20222048
"border" => "#00EBE1",

0 commit comments

Comments
 (0)