aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-01 11:24:33 +0000
committerFuwn <[email protected]>2024-07-01 11:24:33 +0000
commit1cb67d8f144b3d8cc3873a08419f50e707a676d4 (patch)
tree7a08719e2f4597fc0488f506117818fa74af8f1c /src
parentfeat(themes): lain theme (diff)
downloadmayu-1cb67d8f144b3d8cc3873a08419f50e707a676d4.tar.xz
mayu-1cb67d8f144b3d8cc3873a08419f50e707a676d4.zip
feat: garukura themev0.1.11
Diffstat (limited to 'src')
-rw-r--r--src/svg.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg.gleam b/src/svg.gleam
index 6e86231..aab2735 100644
--- a/src/svg.gleam
+++ b/src/svg.gleam
@@ -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"
},
)