summaryrefslogtreecommitdiff
path: root/src/logo/void.h
diff options
context:
space:
mode:
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
+};