Created
July 26, 2016 05:41
-
-
Save thepont/578f5012829b69e8a4fe471e2b27ad37 to your computer and use it in GitHub Desktop.
Gruvbox /etc/console-setup/vtrgb
This file contains hidden or 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
40,204,151,215,69,177,104,168,148,251,184,250,131,211,142,235 | |
40,36,151,153,133,98,156,153,131,73,187,189,165,134,192,219 | |
40,29,26,33,136,134,106,132,116,52,38,47,152,155,124,178 |
To change the colours on boot to gruvbox
In /etc/default/grub
modify GRUB_CMDLINE_LINUX
in the following way to set colours on boot
GRUB_CMDLINE_LINUX="vt.default_red=40,204,151,215,69,177,104,168,148,251,184,250,131,211,142,235 vt.default_grn=40,36,151,153,133,98,156,153,131,73,187,189,165,134,192,219 vt.default_blu=40,29,26,33,136,134,106,132,116,52,38,47,152,155,124,178"
then run sudo update-grub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Ubuntu place this into your /etc/console-setup/vtrgb to change your VT colours to gruvbox.