From 57c6612cf7d642418a3e1ba205d555f54bd79468 Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Fri, 7 Feb 2025 16:53:05 +0300 Subject: [PATCH 1/2] feat: add Rust Ferris Light and Dark themes --- src/themes.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/themes.php b/src/themes.php index 53c2a090..1f8d4d96 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2017,4 +2017,30 @@ "dates" => "#000000", "excludeDaysLabel" => "#000000", ], + "rust-ferris-dark" => [ + "background" => "#000000", + "border" => "#FFFFFF", + "stroke" => "#F66200", + "ring" => "#F49600", + "fire" => "#F66200", + "currStreakNum" => "#F49600", + "sideNums" => "#CC3A00", + "currStreakLabel" => "#F49600", + "sideLabels" => "#CC3A00", + "dates" => "#F66200", + "excludeDaysLabel" => "#F66200", + ], + "rust-ferris-light" => [ + "background" => "#FFFFFF", + "border" => "#000000", + "stroke" => "#F66200", + "ring" => "#F49600", + "fire" => "#F66200", + "currStreakNum" => "#F49600", + "sideNums" => "#CC3A00", + "currStreakLabel" => "#F49600", + "sideLabels" => "#CC3A00", + "dates" => "#F66200", + "excludeDaysLabel" => "#F66200", + ], ]; From 37bc62e5dd9c336413bc53a2925a78709f6d84f1 Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Fri, 7 Feb 2025 16:56:47 +0300 Subject: [PATCH 2/2] docs: add Rust Ferris Light and Dark themes --- docs/themes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/themes.md b/docs/themes.md index fb6c08f9..41d5149d 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -163,6 +163,8 @@ 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) | +| `rust-ferris-light` | ![image](https://github.com/user-attachments/assets/2e1d175f-c39d-4e56-be41-d9c277f1e83a) | +| `rust-ferris-dark` | ![image](https://github.com/user-attachments/assets/05e3f9ac-708d-415d-990f-ede3d0a84bab) | ### Can't find the theme you like?