From 885717c63e41e079b48f5e88d77fc1904c7ae83a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 23 Apr 2014 11:09:44 +0200 Subject: [PATCH] Revert "dmesg: don't use brow/yellow in output" It will be better to support colors customization than use ugly blue color. BTW, for example git-log uses brow/yellow too by default. This reverts commit 0b6fbc25990d9498956e06bfcf699fca094e24a9. --- 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 18a992852f..df68c84404 100644 --- a/sys-utils/dmesg.c +++ b/sys-utils/dmesg.c @@ -61,7 +61,7 @@ /* * Colors */ -#define DMESG_COLOR_SUBSYS UL_COLOR_BLUE +#define DMESG_COLOR_SUBSYS UL_COLOR_BROWN #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.2