how could I have a colorfull terminal ?

You need to add your colors in /boot/loader.conf

eg.
Code:
kern.vt.color.0.rgb="#002831"
.............................
kern.vt.color.14.rgb="#819090"
kern.vt.color.15.rgb="#ffffff"
or you could play with /usr/src/sys/dev/vt/colors/vt_termcolors.c, but the second method require kernel compilation.
 
Back
Top