]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/terminal-util.h
terminal-util: define grey as 256color ANSI sequence
[thirdparty/systemd.git] / src / basic / terminal-util.h
index f3e785e7ba327ad25e8a2c7266cb27c6362fd3b0..6a77e5ebb9bccb65c0e4b155c463c7607d9005e3 100644 (file)
@@ -19,7 +19,7 @@
 #define ANSI_MAGENTA "\x1B[0;35m"
 #define ANSI_CYAN    "\x1B[0;36m"
 #define ANSI_WHITE   "\x1B[0;37m"
-#define ANSI_GREY    "\x1B[0;2;37m"
+#define ANSI_GREY    "\x1B[0;38;5;245m"
 
 /* Bold/highlighted */
 #define ANSI_HIGHLIGHT_BLACK   "\x1B[0;1;30m"