Skip to content

Commit

Permalink
feat: Added humoris theme (#555)
Browse files Browse the repository at this point in the history
* feat: Added humoris theme

* fix: Update humoris theme

* feat: Added humoris theme
  • Loading branch information
FajarKim committed Aug 24, 2023
1 parent 3d50744 commit 1469a9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
13 changes: 13 additions & 0 deletions src/themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
];

0 comments on commit 1469a9f

Please sign in to comment.