Skip to content

Commit

Permalink
feat: garukura theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Jul 1, 2024
1 parent 08bbb63 commit 342fd65
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Mayu additionally adds two database columns: `created_at` and `updated_at`, whic
- [Gelbooru](https://gelbooru.com) (NSFW)
- [Urushi](https://x.com/udon0531/status/1350738347681959936)
- [Lain Iwakura](https://x.com/lililjiliijili/status/869722811236929538)
- [GaruKura](https://www.pixiv.net/artworks/119693017)

## Licence

Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://gleam.run/writing-gleam/gleam-toml/.

name = "mayu"
version = "0.1.10"
version = "0.1.11"
gleam = ">= 1.2.0"
description = "Moe-Counter Compatible Website Hit Counter"
licenses = ["GPL-3.0-only"]
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ <h2>Username</h2>
<option value="rule34">rule34</option>
<option value="urushi">urushi</option>
<option value="lain">lain</option>
<option value="garukura">garukura</option>
</select>

<p class="attribution attribution-1">
Expand Down
2 changes: 1 addition & 1 deletion src/svg.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn images(theme, digits, width, height, svgs) {
<> int.to_string(digit)
<> "."
<> case theme {
"gelbooru-h" | "moebooru-h" | "lain" -> "png"
"gelbooru-h" | "moebooru-h" | "lain" | "garukura" -> "png"
_ -> "gif"
},
)
Expand Down
Binary file added themes/garukura/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/garukura/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/garukura/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/garukura/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/garukura/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/garukura/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/garukura/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/garukura/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/garukura/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/garukura/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 342fd65

Please sign in to comment.