summaryrefslogtreecommitdiff
path: root/src/logo/void.h
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 17:48:32 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 17:48:32 +0900
commitad862154223c5113a410d7d0736b2fde99772b1b (patch)
tree882d9fc73e065f83ff69c2c4a859ef187b2e9286 /src/logo/void.h
parent6a98565d052608ea4f0d174d45497f5a4ffb63d2 (diff)
小さいロゴ
Diffstat (limited to 'src/logo/void.h')
-rw-r--r--src/logo/void.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/logo/void.h b/src/logo/void.h
index 4765277..ff5f82a 100644
--- a/src/logo/void.h
+++ b/src/logo/void.h
@@ -28,3 +28,13 @@ GREEN " -~|{*l}*|~ " RESET,
GREEN " " RESET,
GREEN " " RESET
};
+
+char *LOGO_SMALL[] = {
+GREEN " _______ " RESET,
+GREEN " _ \\______ - " RESET,
+GREEN "| \\ ___ \\ | " RESET,
+GREEN "| | / \\ | | " RESET,
+GREEN "| | \\___/ | | " RESET,
+GREEN "| \\______ \\_| " RESET,
+GREEN " -_______\\ " RESET
+};