Both banners now use the same color scheme
authorArt Cancro <ajc@citadel.org>
Mon, 24 Jul 2023 15:16:49 +0000 (06:16 -0900)
committerArt Cancro <ajc@citadel.org>
Mon, 24 Jul 2023 15:16:49 +0000 (06:16 -0900)
citadel/utils/ctdldump.c
citadel/utils/ctdlload.c

index 03b3f46099a25c3360c5e158f04c00a0845bae13..4ad01e3de442fc450596818cca0919a0b2b0fc1a 100644 (file)
@@ -476,12 +476,12 @@ int main(int argc, char **argv) {
        static DB_ENV *src_dbenv;               // Source DB environment (global)
 
        // display the greeting
-       fprintf(stderr, "\033[44m\033[30m \033[K\033[0m\n"
-                       "\033[44m\033[30m DB Dump utility for Citadel \033[K\033[0m\n"
-                       "\033[44m\033[30m Copyright (c) 2023 by citadel.org et al.  \033[K\033[0m\n"
-                       "\033[44m\033[30m This program is open source software.  Use, duplication, or disclosure \033[K\033[0m\n"
-                       "\033[44m\033[30m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n"
-                       "\033[44m\033[30m \033[K\033[0m\n");
+       fprintf(stderr, "\033[44m\033[33m\033[1m \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m DB Dump utility for Citadel \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m Copyright (c) 2023 by citadel.org et al.  \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m This program is open source software.  Use, duplication, or disclosure \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m \033[K\033[0m\n");
 
        // Parse command line
        int a;
index ccd0ebc96cca93e8e6fb70bfdf0431592202d72e..b1990ce6655bd7619ab344ecc9935e6d614b8a1d 100644 (file)
@@ -654,12 +654,12 @@ int main(int argc, char **argv) {
        static DB_ENV *dst_dbenv;               // Source DB environment (global)
 
        // display the greeting
-       fprintf(stderr, "\033[42m\033[30m \033[K\033[0m\n"
-                       "\033[42m\033[30m DB Load utility for Citadel \033[K\033[0m\n"
-                       "\033[42m\033[30m Copyright (c) 2023 by citadel.org et al.  \033[K\033[0m\n"
-                       "\033[42m\033[30m This program is open source software.  Use, duplication, or disclosure \033[K\033[0m\n"
-                       "\033[42m\033[30m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n"
-                       "\033[42m\033[30m \033[K\033[0m\n");
+       fprintf(stderr, "\033[44m\033[33m\033[1m \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m DB Load utility for Citadel \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m Copyright (c) 2023 by citadel.org et al.  \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m This program is open source software.  Use, duplication, or disclosure \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n"
+                       "\033[44m\033[33m\033[1m \033[K\033[0m\n");
 
        // Parse command line
        int a;