From 37d30a3a7d6c96da018c960d6b6bfe11cc718aa8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 19 Jun 2023 22:59:17 +0200 Subject: default color preset: use bold blue for better visibility This one for compressed zram was missing in 2ca75625ee5c2ac0ef1571e6918d7c94f3aa011c... Let's add it. --- CRT.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CRT.c') diff --git a/CRT.c b/CRT.c index 1846d4e5..05acc92a 100644 --- a/CRT.c +++ b/CRT.c @@ -216,7 +216,7 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { [ZFS_OTHER] = ColorPair(Magenta, Black), [ZFS_COMPRESSED] = A_BOLD | ColorPair(Blue, Black), [ZFS_RATIO] = ColorPair(Magenta, Black), - [ZRAM_COMPRESSED] = ColorPair(Blue, Black), + [ZRAM_COMPRESSED] = A_BOLD | ColorPair(Blue, Black), [ZRAM_UNCOMPRESSED] = ColorPair(Yellow, Black), [DYNAMIC_GRAY] = ColorPairGrayBlack, [DYNAMIC_DARKGRAY] = A_BOLD | ColorPairGrayBlack, -- cgit v1.2.3