From ce38d8ef8d42ae03b9711f1700932ac0cd2ea935 Mon Sep 17 00:00:00 2001 From: Abhishek M J Date: Fri, 23 Jun 2023 12:46:58 +0530 Subject: [PATCH 1/3] Add catppuccin theme --- src/themes.php | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/src/themes.php b/src/themes.php index bb53e957..8a4a9e9f 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1523,4 +1523,56 @@ "dates" => "#FFFFFF", "excludeDaysLabel" => "#FFFFFF", ], + "catppuccin-latte" => [ + "background" => "#EFF1F5", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#179299", + "fire" => "#179299", + "currStreakNum" => "#8839EF", + "sideNums" => "#4C4F69", + "currStreakLabel" => "#8839EF", + "sideLabels" => "#4C4F69", + "dates" => "#5C5F77", + "excludeDaysLabel" => "#5C5F77", + ], + "catppuccin-frappe" => [ + "background" => "#303446", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#81C8BE", + "fire" => "#81C8BE", + "currStreakNum" => "#CA9EE6", + "sideNums" => "#C6D0F5", + "currStreakLabel" => "#CA9EE6", + "sideLabels" => "#C6D0F5", + "dates" => "#B5BFE2", + "excludeDaysLabel" => "#B5BFE2", + ], + "catppuccin-macchiato" => [ + "background" => "#24273A", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#8BD5CA", + "fire" => "#8BD5CA", + "currStreakNum" => "#C6A0F6", + "sideNums" => "#CAD3F5", + "currStreakLabel" => "#C6A0F6", + "sideLabels" => "#CAD3F5", + "dates" => "#B8C0E0", + "excludeDaysLabel" => "#B8C0E0", + ], + "catppuccin-mocha" => [ + "background" => "#1E1E2E", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#94E2D5", + "fire" => "#94E2D5", + "currStreakNum" => "#CBA6F7", + "sideNums" => "#CDD6F4", + "currStreakLabel" => "#CBA6F7", + "sideLabels" => "#CDD6F4", + "dates" => "#BAC2DE", + "excludeDaysLabel" => "#BAC2DE", + ], ]; From b0d87f789b4e49af9e473b8aeba8140da544ce56 Mon Sep 17 00:00:00 2001 From: Abhishek M J Date: Fri, 23 Jun 2023 19:48:39 +0530 Subject: [PATCH 2/3] Add catppuccin theme screenshots --- docs/themes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/themes.md b/docs/themes.md index a310fe85..331eae50 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -125,6 +125,10 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `sunset-gradient` | ![image](https://user-images.githubusercontent.com/20955511/233865257-3ed2bd35-458b-46bc-a189-57b0c8a2a473.png) | | `ocean-gradient` | ![image](https://user-images.githubusercontent.com/20955511/233865264-3bb6c04d-05d2-47b1-857c-3f9a1277651f.png) | | `ambient-gradient` | ![image](https://user-images.githubusercontent.com/20955511/233865269-81583e73-c9b6-4e4b-9475-bc130de1bfdd.png) | +| `catppuccin-latte` | ![image](https://user-images.githubusercontent.com/85760664/248204601-358a8a31-4ffc-4535-a617-840926ecd4f0.png) | +| `catppuccino-frappe` | ![image](https://user-images.githubusercontent.com/85760664/248204858-daa7bd60-1e83-4b4e-8afc-65644055235e.png) | +| `catppuccino-macchiato` | ![image](https://user-images.githubusercontent.com/85760664/248205012-15d74ba2-746a-4efd-b2f5-bc2db87b7c10.png) | +| `catppuccino-mocha` | ![image](https://user-images.githubusercontent.com/85760664/248204228-9f965d12-2013-48c9-b3a8-e9717b1c4e43.png) | ### Can't find the theme you like? From 03712027503414130b6c8574c54623b3b7bf7574 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Fri, 23 Jun 2023 09:13:40 -0600 Subject: [PATCH 3/3] style: run Prettier for formatting --- docs/themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/themes.md b/docs/themes.md index 331eae50..fba03dc2 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -125,8 +125,8 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `sunset-gradient` | ![image](https://user-images.githubusercontent.com/20955511/233865257-3ed2bd35-458b-46bc-a189-57b0c8a2a473.png) | | `ocean-gradient` | ![image](https://user-images.githubusercontent.com/20955511/233865264-3bb6c04d-05d2-47b1-857c-3f9a1277651f.png) | | `ambient-gradient` | ![image](https://user-images.githubusercontent.com/20955511/233865269-81583e73-c9b6-4e4b-9475-bc130de1bfdd.png) | -| `catppuccin-latte` | ![image](https://user-images.githubusercontent.com/85760664/248204601-358a8a31-4ffc-4535-a617-840926ecd4f0.png) | -| `catppuccino-frappe` | ![image](https://user-images.githubusercontent.com/85760664/248204858-daa7bd60-1e83-4b4e-8afc-65644055235e.png) | +| `catppuccin-latte` | ![image](https://user-images.githubusercontent.com/85760664/248204601-358a8a31-4ffc-4535-a617-840926ecd4f0.png) | +| `catppuccino-frappe` | ![image](https://user-images.githubusercontent.com/85760664/248204858-daa7bd60-1e83-4b4e-8afc-65644055235e.png) | | `catppuccino-macchiato` | ![image](https://user-images.githubusercontent.com/85760664/248205012-15d74ba2-746a-4efd-b2f5-bc2db87b7c10.png) | | `catppuccino-mocha` | ![image](https://user-images.githubusercontent.com/85760664/248204228-9f965d12-2013-48c9-b3a8-e9717b1c4e43.png) | pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy