diff options
author | Ian Moffett <ian@osmora.org> | 2025-04-17 04:16:04 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-04-17 04:16:04 -0400 |
commit | efca7154774baf5235bf0c379e265334f34c0127 (patch) | |
tree | ffefdae0477d9d9630511af98f0923ef746a28c6 /sys/arch/amd64 | |
parent | ffd71804253d095b24c0ae387c245d286a0c5575 (diff) |
kernel: cons: Default theme to amber shademain
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 19c9a62..d3a4368 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -4,3 +4,7 @@ option SERIAL_DEBUG yes // Kernel constants setval SCHED_NQUEUE 4 + +// Console attributes +setval CONSOLE_BG 0x000000 +setval CONSOLE_FG 0XB57614 |