I've been struggling for a long time with the default color palette of vt terminal especially in midnight commander. Today i had some free time to look at this and finally i manage to set up the default "dos" color palette from here:
The settings are:
/boot/loader.conf.local
credits:
ANSI escape code - Wikipedia
en.wikipedia.org
The settings are:
/boot/loader.conf.local
Code:
kern.vt.color.0.rgb="0,0,0"
kern.vt.color.1.rgb="128,0,0"
kern.vt.color.2.rgb="0,128,0"
kern.vt.color.3.rgb="128,128,0"
kern.vt.color.4.rgb="0,0,128"
kern.vt.color.5.rgb="128,0,128"
kern.vt.color.6.rgb="0,128,128"
kern.vt.color.7.rgb="192,192,192"
kern.vt.color.8.rgb="128,128,128"
kern.vt.color.9.rgb="255,0,0"
kern.vt.color.10.rgb="0,255,0"
kern.vt.color.11.rgb="255,255,0"
kern.vt.color.12.rgb="0,0,255"
kern.vt.color.13.rgb="255,0,255"
kern.vt.color.14.rgb="0,255,255"
kern.vt.color.15.rgb="255,255,255"
credits:
Attachments
Last edited: