From 0b6fbc25990d9498956e06bfcf699fca094e24a9 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 1 Apr 2014 14:32:38 +0200 Subject: [PATCH] dmesg: don't use brow/yellow in output The color used for subsystem prefix is useless on while background. Let's use blue. Signed-off-by: Karel Zak --- sys-utils/dmesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c index df68c84404..18a992852f 100644 --- a/sys-utils/dmesg.c +++ b/sys-utils/dmesg.c @@ -61,7 +61,7 @@ /* * Colors */ -#define DMESG_COLOR_SUBSYS UL_COLOR_BROWN +#define DMESG_COLOR_SUBSYS UL_COLOR_BLUE #define DMESG_COLOR_TIME UL_COLOR_GREEN #define DMESG_COLOR_RELTIME UL_COLOR_BOLD_GREEN #define DMESG_COLOR_ALERT UL_COLOR_REVERSE UL_COLOR_RED -- 2.47.3