diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-10 01:07:14 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-10 01:07:14 -0400 |
commit | 237b7ac74c5c5533830197c8d588a3458a1774ad (patch) | |
tree | c9f34202b45efc58d5be95c76c65222ff5e28acb /sys/include | |
parent | e4a2de4bee8e24b85291441b8291ba59048d4212 (diff) |
kernel: cons: Make ANSI_BLUE a darker shade
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/dev/cons/ansi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/dev/cons/ansi.h b/sys/include/dev/cons/ansi.h index f166458..7a336d1 100644 --- a/sys/include/dev/cons/ansi.h +++ b/sys/include/dev/cons/ansi.h @@ -38,7 +38,7 @@ #define ANSI_BLACK 0x000000 #define ANSI_RED 0xAA0000 #define ANSI_GREEN 0x00AA00 -#define ANSI_BLUE 0x0000AA +#define ANSI_BLUE 0x00007F #define ANSI_YELLOW 0xAA5500 #define ANSI_MAGENTA 0xAA00AA #define ANSI_CYAN 0x00AAAA |