Created
July 18, 2024 16:25
-
-
Save shearn89/efb4864f764497f9346a4732af8e8504 to your computer and use it in GitHub Desktop.
Make VT/console Solarized on Raspberry Pi 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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