diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-18 22:04:27 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-18 22:04:27 +0900 |
commit | 261b39692f5b0ba5cfad6e7be4c8b40b94852155 (patch) | |
tree | a01c3ef17ac2ce3c708bed47a10aa6718971e568 /src/logo/postmarketos.h | |
parent | 650879c4925ac04599735302378387741421345c (diff) |
Linux: ロゴ(ry
Diffstat (limited to 'src/logo/postmarketos.h')
-rw-r--r-- | src/logo/postmarketos.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/logo/postmarketos.h b/src/logo/postmarketos.h deleted file mode 100644 index d0f3c56..0000000 --- a/src/logo/postmarketos.h +++ /dev/null @@ -1,27 +0,0 @@ -#define GREEN "\e[1;32m" -#define RESET "\e[0m" - -#define COLOR GREEN -#define TITLECOLOR GREEN - -char *LOGO[] = { -GREEN " /\\ " RESET, -GREEN " / \\ " RESET, -GREEN " / \\ " RESET, -GREEN " / \\ " RESET, -GREEN " / \\ " RESET, -GREEN " / \\ " RESET, -GREEN " \\ \\ " RESET, -GREEN " /\\ \\____ \\ " RESET, -GREEN " / \\____ \\ \\ " RESET, -GREEN " / / \\ \\ " RESET, -GREEN " / / \\ ___\\ " RESET, -GREEN " / / \\ / ____ " RESET, -GREEN " / / \\/ / \\ " RESET, -GREEN " / / __________/ \\ " RESET, -GREEN " / \\ \\ \\ " RESET, -GREEN " / \\ \\ \\ " RESET, -GREEN " / / / \\ " RESET, -GREEN "/___________/ /____________________\\ " RESET, -GREEN " " RESET -}; |