Custom OpenBSD color messages

Hello everyone,

I would like to modify the default OpenBSD text message color. Customized text color in terminal in FreeBSD is not so difficult, as on NetBSD with:
Code:
options     WS_DEFAULT_FG=WSCOL_WHITE
options     WS_DEFAULT_BG=WSCOL_BLACK
But I don't see how to customize OpenBSD messages... Only its kernel's messages are done with:
Code:
option     WS_KERNEL_FG=WSCOL_RED
option     WS_KERNEL_BG=WSCOL_BLACK
Thanks for any help.

Cyril
 
OpenBSD, from what I read in daemonforums. Doesn't allow customization of the console colors. The colors are hardcoded into the wscons driver.
 
Back
Top