Skip to content

Commit f3b03ca

Browse files
feat: Adds Catppuccin themes (DenverCoder1#537)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 57c96e6 commit f3b03ca

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

docs/themes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ Note: Theme names provided are case-insensitive and any use of underscores will
125125
| `sunset-gradient` | ![image](https://user-images.githubusercontent.com/20955511/233865257-3ed2bd35-458b-46bc-a189-57b0c8a2a473.png) |
126126
| `ocean-gradient` | ![image](https://user-images.githubusercontent.com/20955511/233865264-3bb6c04d-05d2-47b1-857c-3f9a1277651f.png) |
127127
| `ambient-gradient` | ![image](https://user-images.githubusercontent.com/20955511/233865269-81583e73-c9b6-4e4b-9475-bc130de1bfdd.png) |
128+
| `catppuccin-latte` | ![image](https://user-images.githubusercontent.com/85760664/248204601-358a8a31-4ffc-4535-a617-840926ecd4f0.png) |
129+
| `catppuccino-frappe` | ![image](https://user-images.githubusercontent.com/85760664/248204858-daa7bd60-1e83-4b4e-8afc-65644055235e.png) |
130+
| `catppuccino-macchiato` | ![image](https://user-images.githubusercontent.com/85760664/248205012-15d74ba2-746a-4efd-b2f5-bc2db87b7c10.png) |
131+
| `catppuccino-mocha` | ![image](https://user-images.githubusercontent.com/85760664/248204228-9f965d12-2013-48c9-b3a8-e9717b1c4e43.png) |
128132

129133
### Can't find the theme you like?
130134

src/themes.php

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,4 +1523,56 @@
15231523
"dates" => "#FFFFFF",
15241524
"excludeDaysLabel" => "#FFFFFF",
15251525
],
1526+
"catppuccin-latte" => [
1527+
"background" => "#EFF1F5",
1528+
"border" => "#E4E2E2",
1529+
"stroke" => "#E4E2E2",
1530+
"ring" => "#179299",
1531+
"fire" => "#179299",
1532+
"currStreakNum" => "#8839EF",
1533+
"sideNums" => "#4C4F69",
1534+
"currStreakLabel" => "#8839EF",
1535+
"sideLabels" => "#4C4F69",
1536+
"dates" => "#5C5F77",
1537+
"excludeDaysLabel" => "#5C5F77",
1538+
],
1539+
"catppuccin-frappe" => [
1540+
"background" => "#303446",
1541+
"border" => "#E4E2E2",
1542+
"stroke" => "#E4E2E2",
1543+
"ring" => "#81C8BE",
1544+
"fire" => "#81C8BE",
1545+
"currStreakNum" => "#CA9EE6",
1546+
"sideNums" => "#C6D0F5",
1547+
"currStreakLabel" => "#CA9EE6",
1548+
"sideLabels" => "#C6D0F5",
1549+
"dates" => "#B5BFE2",
1550+
"excludeDaysLabel" => "#B5BFE2",
1551+
],
1552+
"catppuccin-macchiato" => [
1553+
"background" => "#24273A",
1554+
"border" => "#E4E2E2",
1555+
"stroke" => "#E4E2E2",
1556+
"ring" => "#8BD5CA",
1557+
"fire" => "#8BD5CA",
1558+
"currStreakNum" => "#C6A0F6",
1559+
"sideNums" => "#CAD3F5",
1560+
"currStreakLabel" => "#C6A0F6",
1561+
"sideLabels" => "#CAD3F5",
1562+
"dates" => "#B8C0E0",
1563+
"excludeDaysLabel" => "#B8C0E0",
1564+
],
1565+
"catppuccin-mocha" => [
1566+
"background" => "#1E1E2E",
1567+
"border" => "#E4E2E2",
1568+
"stroke" => "#E4E2E2",
1569+
"ring" => "#94E2D5",
1570+
"fire" => "#94E2D5",
1571+
"currStreakNum" => "#CBA6F7",
1572+
"sideNums" => "#CDD6F4",
1573+
"currStreakLabel" => "#CBA6F7",
1574+
"sideLabels" => "#CDD6F4",
1575+
"dates" => "#BAC2DE",
1576+
"excludeDaysLabel" => "#BAC2DE",
1577+
],
15261578
];

0 commit comments

Comments
 (0)