diff --git a/docs/themes.md b/docs/themes.md index 88ada38c..d7ad4921 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -130,6 +130,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `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) | | `burnt-neon` | ![image](https://user-images.githubusercontent.com/112064697/250343082-de641726-1200-4264-885a-154d539cfc3f.png) | +| `humoris` | ![image](https://user-images.githubusercontent.com/20955511/263020536-793bedbd-cca6-47e5-92dc-c7b38ab05bce.png) | ### Can't find the theme you like? diff --git a/src/themes.php b/src/themes.php index 3e03668c..aa2c9a85 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1588,4 +1588,17 @@ "dates" => "#C6AB07", "excludeDaysLabel" => "#A5BC0B", ], + "humoris" => [ + "background" => "#DFAF77", + "border" => "#E8E6E4", + "stroke" => "#191919", + "ring" => "#683C2C", + "fire" => "#191419", + "currStreakNum" => "#191419", + "sideNums" => "#191419", + "currStreakLabel" => "#393C3C", + "sideLabels" => "#393C3C", + "dates" => "#444444", + "excludeDaysLabel" => "#444444", + ], ];