Solved vt color

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
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

  • mc_colors_orig.png
    mc_colors_orig.png
    30.1 KB · Views: 173
  • mc_colors.png
    mc_colors.png
    31.5 KB · Views: 191
  • COLOR_palette_compare.png
    COLOR_palette_compare.png
    20.5 KB · Views: 171
Last edited:
Back
Top