summaryrefslogtreecommitdiff
path: root/src/logo/colors.h
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-19 22:13:47 +0900
committer諏訪子 <suwako@076.moe>2024-06-19 22:13:47 +0900
commitf73bcfa7f2f9329cf71f4b22fd9cd61b72c8b863 (patch)
tree6e8b783d0b44b147b670d59e3229ec5d5c3d63f5 /src/logo/colors.h
parentea757665d051d6330caf236e9cbb7b14312bc8c6 (diff)
ああああああああ!!
Diffstat (limited to 'src/logo/colors.h')
-rw-r--r--src/logo/colors.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/logo/colors.h b/src/logo/colors.h
index 496f3c3..a6d5a2f 100644
--- a/src/logo/colors.h
+++ b/src/logo/colors.h
@@ -1,7 +1,13 @@
#ifndef LOGO_COLORS_H
#define LOGO_COLORS_H
-#define LOGO_SIZE 23
+#if defined(__OpenBSD__) || defined(__linux__)
+#define MIN_SIZE 11
+#else
+#define MIN_SIZE 10
+#endif
+
+#define LOGO_SIZE 24
#define GREY "\e[1;30m"
#define RED "\e[1;31m"