Skip to content

Instantly share code, notes, and snippets.

@thepont
Created July 26, 2016 05:41
Show Gist options
  • Save thepont/578f5012829b69e8a4fe471e2b27ad37 to your computer and use it in GitHub Desktop.
Save thepont/578f5012829b69e8a4fe471e2b27ad37 to your computer and use it in GitHub Desktop.
Gruvbox /etc/console-setup/vtrgb
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
@thepont
Copy link
Author

thepont commented Jul 26, 2016

On Ubuntu place this into your /etc/console-setup/vtrgb to change your VT colours to gruvbox.

@thepont
Copy link
Author

thepont commented Jul 26, 2016

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