Skip to content

Commit

Permalink
feat: Added humoris theme
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Aug 24, 2023
1 parent 3d50744 commit faccdcd
Showing 1 changed file with 13 additions and 0 deletions.
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 faccdcd

Please sign in to comment.