From 6a98565d052608ea4f0d174d45497f5a4ffb63d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 15:59:14 +0900 Subject: =?UTF-8?q?paleofetch=E3=81=8B=E3=82=89=E3=83=AD=E3=82=B4=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/logo/openindiana.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/logo/openindiana.h (limited to 'src/logo/openindiana.h') diff --git a/src/logo/openindiana.h b/src/logo/openindiana.h new file mode 100644 index 0000000..6e39f15 --- /dev/null +++ b/src/logo/openindiana.h @@ -0,0 +1,28 @@ +#define BLUE "\e[1;34m" +#define WHITE "\e[1;37m" +#define RESET "\e[0m" + +#define COLOR BLUE +#define TITLECOLOR BLUE + +char *LOGO[] = { +WHITE " .sy/ " RESET, +WHITE " .yh+ " RESET, +WHITE " " RESET, +BLUE " " BLUE "-+syyyo+-" WHITE " /+. " RESET, +BLUE " " BLUE "+ddo/---/sdh/" WHITE " ym- " RESET, +BLUE " " BLUE "`hm+ `sms" WHITE " ym-```````.-. " RESET, +BLUE " " BLUE "sm+ sm/" WHITE " ym- +s " RESET, +BLUE " " BLUE "hm. /mo" WHITE " ym- /h " RESET, +BLUE " " BLUE "omo ym:" WHITE " ym- `os` " RESET, +BLUE " " BLUE "smo` .ym+" WHITE " ym- .os- " RESET, +WHITE " `` " BLUE ":ymy+///oyms-" WHITE " ym- .+s+. " RESET, +WHITE " ..` " BLUE "`:+oo+/-`" WHITE " -//oyo- " RESET, +WHITE " -:` .:oys/. " RESET, +WHITE "+- `./oyys/. " RESET, +WHITE "h+` `.-:+oyyyo/-` " RESET, +WHITE "`/ossssysso+/-.` " RESET, +WHITE " " RESET, +WHITE " " RESET, +WHITE " " RESET +}; -- cgit v1.2.3