diff options
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 -}; |