Skip to content

Commit 1469a9f

Browse files
authored
feat: Added humoris theme (DenverCoder1#555)
* feat: Added humoris theme * fix: Update humoris theme * feat: Added humoris theme
1 parent 3d50744 commit 1469a9f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
130130
| `catppuccino-macchiato` | ![image](https://user-images.githubusercontent.com/85760664/248205012-15d74ba2-746a-4efd-b2f5-bc2db87b7c10.png) |
131131
| `catppuccino-mocha` | ![image](https://user-images.githubusercontent.com/85760664/248204228-9f965d12-2013-48c9-b3a8-e9717b1c4e43.png) |
132132
| `burnt-neon` | ![image](https://user-images.githubusercontent.com/112064697/250343082-de641726-1200-4264-885a-154d539cfc3f.png) |
133+
| `humoris` | ![image](https://user-images.githubusercontent.com/20955511/263020536-793bedbd-cca6-47e5-92dc-c7b38ab05bce.png) |
133134

134135
### Can't find the theme you like?
135136

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,4 +1588,17 @@
15881588
"dates" => "#C6AB07",
15891589
"excludeDaysLabel" => "#A5BC0B",
15901590
],
1591+
"humoris" => [
1592+
"background" => "#DFAF77",
1593+
"border" => "#E8E6E4",
1594+
"stroke" => "#191919",
1595+
"ring" => "#683C2C",
1596+
"fire" => "#191419",
1597+
"currStreakNum" => "#191419",
1598+
"sideNums" => "#191419",
1599+
"currStreakLabel" => "#393C3C",
1600+
"sideLabels" => "#393C3C",
1601+
"dates" => "#444444",
1602+
"excludeDaysLabel" => "#444444",
1603+
],
15911604
];

0 commit comments

Comments
 (0)