Skip to content

Commit

Permalink
default color preset: use bold blue for better visibility
Browse files Browse the repository at this point in the history
This one for compressed zram was missing in
2ca7562... Let's add it.
  • Loading branch information
eworm-de authored and BenBE committed Jun 20, 2023
1 parent ea23eee commit 37d30a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRT.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 37d30a3

Please sign in to comment.