Got bored and setup my vt(4) to use the Gruvbox theme on my #FreeBSD ThinkPad. Yes I've said it before and I'll say it again. I'm easily pleased! 🤣
This is what I put in my
This is what I put in my
/boot/loader.conf:# Terminal vt(4) Gruvbox colors
kern.vt.color.0.rgb="#000000"
kern.vt.color.1.rgb="#cc241d"
kern.vt.color.2.rgb="#98971a"
kern.vt.color.3.rgb="#d79921"
kern.vt.color.4.rgb="#458588"
kern.vt.color.5.rgb="#b16286"
kern.vt.color.6.rgb="#689d6a"
kern.vt.color.7.rgb="#a89984"
kern.vt.color.8.rgb="#928374"
kern.vt.color.9.rgb="#fb4934"
kern.vt.color.10.rgb="#b8bb26"
kern.vt.color.11.rgb="#fabd2f"
kern.vt.color.12.rgb="#83a598"
kern.vt.color.13.rgb="#d3869b"
kern.vt.color.14.rgb="#8ec07c"
kern.vt.color.15.rgb="#ebdbb2"