]> code.citadel.org Git - citadel.git/blobdiff - citadel/utils/ctdldump.c
Both banners now use the same color scheme
[citadel.git] / citadel / utils / ctdldump.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;