diff options
Diffstat (limited to 'src/logo/postmarketos.h')
-rw-r--r-- | src/logo/postmarketos.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/logo/postmarketos.h b/src/logo/postmarketos.h new file mode 100644 index 0000000..d0f3c56 --- /dev/null +++ b/src/logo/postmarketos.h @@ -0,0 +1,27 @@ +#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 +}; |