diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-18 15:59:14 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-18 15:59:14 +0900 |
commit | 6a98565d052608ea4f0d174d45497f5a4ffb63d2 (patch) | |
tree | 9bc7cdba210daa6ce238dbda82dcb1c346462e32 /src/logo/postmarketos.h | |
parent | 656923fefbcef9e4071a477194e5706171ee5c18 (diff) |
paleofetchからロゴの追加
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 +}; |