summaryrefslogtreecommitdiff
path: root/src/logo/openindiana.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logo/openindiana.h')
-rw-r--r--src/logo/openindiana.h34
1 files changed, 8 insertions, 26 deletions
diff --git a/src/logo/openindiana.h b/src/logo/openindiana.h
index 8cec833..0c03fa7 100644
--- a/src/logo/openindiana.h
+++ b/src/logo/openindiana.h
@@ -1,33 +1,15 @@
+#if defined(__sun)
#ifndef LOGO_OPENINDIANA_H
#define LOGO_OPENINDIANA_H
-#define BLUE "\e[1;34m"
-#define WHITE "\e[1;37m"
-#define RESET "\e[0m"
+#include "colors.h"
-#define COLOR BLUE
-#define TITLECOLOR BLUE
+extern char *LOGO[23];
+extern char *LOGO_SMALL[23];
+extern const char *color;
+extern const char *titlecolor;
-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
-};
+void getOS();
#endif
+#endif