Skip to content

Instantly share code, notes, and snippets.

@shearn89
Created July 18, 2024 16:25
Show Gist options
  • Save shearn89/efb4864f764497f9346a4732af8e8504 to your computer and use it in GitHub Desktop.
Save shearn89/efb4864f764497f9346a4732af8e8504 to your computer and use it in GitHub Desktop.
Make VT/console Solarized on Raspberry Pi 5
# This sets the colours of the VT/console/TTY persistently.
# Append this to the end of your /boot/firmware/cmdline.txt
vt.default_red=0,220,133,181,38,211,42,238,0,203,88,101,131,108,147,253 vt.default_grn=43,50,153,137,139,54,161,232,43,75,110,123,148,113,161,246 vt.default_blu=54,47,0,0,210,130,152,213,54,22,117,131,150,196,161,227
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment