From d7651ae8590a3897c03e7125e0de1900a28d6a61 Mon Sep 17 00:00:00 2001 From: FajarKim Date: Mon, 11 Sep 2023 20:56:28 +0700 Subject: [PATCH 1/2] feat: Add carbonfox, dawnfox, dayfox, duskfox, nightfox, nordfox, and terafox themes --- docs/themes.md | 7 ++++ src/themes.php | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) diff --git a/docs/themes.md b/docs/themes.md index 16b4c617..03b8eb8e 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -142,6 +142,13 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `calm-pink` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/7a789c2c-33d7-41a9-8a6e-034bbfe3e915) | | `whatsapp-light` | ![image](https://user-images.githubusercontent.com/86386385/266839259-1fe6a2b7-d2f2-46b0-b94d-397ff3f2a95a.png) | | `whatsapp-dark` | ![image](https://user-images.githubusercontent.com/86386385/266839261-d9a4a98c-ef9f-45ab-a3d6-1dca785225c3.png) | +| `carbonfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/a26f8086-91de-49d7-83ca-8453cd031e72) | +| `dawnfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/feff8dd8-d7c0-4d1d-9a84-129f1333a9e7) | +| `dayfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/74111bcb-9825-4d26-a2c8-abec3618274f) | +| `duskfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/8dfd700c-e391-4ba0-a434-db4d4455000d) | +| `nightfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/00ab9a73-67d6-430f-8b22-da49a3e49091) | +| `nordfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/6feef268-ed8f-4d60-bbd8-f7a0a7a58ce8) | +| `terafox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/ef943ced-365f-4ce5-965a-a9499ce1d8e1) | ### Can't find the theme you like? diff --git a/src/themes.php b/src/themes.php index 6d6ffc3d..3e9e75b3 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1744,4 +1744,95 @@ "dates" => "#888D90", "excludeDaysLabel" => "#888D90", ], + "carbonfox" => [ + "background" => "#161616", + "border" => "#282828", + "stroke" => "#EE5396", + "ring" => "#25BE6AC8", + "fire" => "#25BE6A", + "currStreakNum" => "#78A9FF", + "sideNums" => "#33B1FF", + "currStreakLabel" => "#DFDFE0", + "sideLabels" => "#DFDFE0", + "dates" => "#08BDBA", + "excludeDaysLabel" => "#EE5396", + ], + "dawnfox" => [ + "background" => "#FAF4ED", + "border" => "#E5E9F0", + "stroke" => "#B4637A", + "ring" => "#618774C8", + "fire" => "#618774", + "currStreakNum" => "#286983", + "sideNums" => "#56949F", + "currStreakLabel" => "#575279", + "sideLabels" => "#575279", + "dates" => "#EA9D34", + "excludeDaysLabel" => "#B4637A", + ], + "dayfox" => [ + "background" => "#F6F2EE", + "border" => "#F2E9E1", + "stroke" => "#A5222F", + "ring" => "#396847C8", + "fire" => "#396847", + "currStreakNum" => "#2848A9", + "sideNums" => "#287980", + "currStreakLabel" => "#352C24", + "sideLabels" => "#352C24", + "dates" => "#AC5402", + "excludeDaysLabel" => "#A5222F", + ], + "duskfox" => [ + "background" => "#232136", + "border" => "#393552", + "stroke" => "#EB6F92", + "ring" => "#A3BE8CC8", + "fire" => "#A3BE8C", + "currStreakNum" => "#569FBA", + "sideNums" => "#9CCFD8", + "currStreakLabel" => "#E0DEF4", + "sideLabels" => "#E0DEF4", + "dates" => "#F6C177", + "excludeDaysLabel" => "#EB6F92", + ], + "nightfox" => [ + "background" => "#192330", + "border" => "#393B44", + "stroke" => "#C94F6D", + "ring" => "#6C9581C8", + "fire" => "#81B29A", + "currStreakNum" => "#719CD6", + "sideNums" => "#63CDCF", + "currStreakLabel" => "#DFDFE0", + "sideLabels" => "#DFDFE0", + "dates" => "#DBC074", + "excludeDaysLabel" => "#C94F6D", + ], + "nordfox" => [ + "background" => "#2E3440", + "border" => "#3B4252", + "stroke" => "#BF616A", + "ring" => "#A3BE8CC8", + "fire" => "#A3BE8C", + "currStreakNum" => "#81A1C1", + "sideNums" => "#88C0D0", + "currStreakLabel" => "#E5E9F0", + "sideLabels" => "#E5E9F0", + "dates" => "#EBCB8B", + "excludeDaysLabel" => "#BF616A", + ], + "terafox" => [ + "background" => "#152528", + "border" => "#2F3239", + "stroke" => "#E85C51", + "ring" => "#7AA4A1C8", + "fire" => "#7AA4A1", + "currStreakNum" => "#5A93AA", + "sideNums" => "#A1CDD8", + "currStreakLabel" => "#EBEBEB", + "sideLabels" => "#EBEBEB", + "dates" => "#FDA47F", + "excludeDaysLabel" => "#E85C51", + ], ]; From 9ac0ba0d74fe7fdb7d82dc6ac105ba1d67a047e6 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Mon, 11 Sep 2023 10:42:21 -0600 Subject: [PATCH 2/2] style: format with prettier --- docs/themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/themes.md b/docs/themes.md index 03b8eb8e..bb3f9ad8 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -144,9 +144,9 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `whatsapp-dark` | ![image](https://user-images.githubusercontent.com/86386385/266839261-d9a4a98c-ef9f-45ab-a3d6-1dca785225c3.png) | | `carbonfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/a26f8086-91de-49d7-83ca-8453cd031e72) | | `dawnfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/feff8dd8-d7c0-4d1d-9a84-129f1333a9e7) | -| `dayfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/74111bcb-9825-4d26-a2c8-abec3618274f) | +| `dayfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/74111bcb-9825-4d26-a2c8-abec3618274f) | | `duskfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/8dfd700c-e391-4ba0-a434-db4d4455000d) | -| `nightfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/00ab9a73-67d6-430f-8b22-da49a3e49091) | +| `nightfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/00ab9a73-67d6-430f-8b22-da49a3e49091) | | `nordfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/6feef268-ed8f-4d60-bbd8-f7a0a7a58ce8) | | `terafox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/ef943ced-365f-4ce5-965a-a9499ce1d8e1) |