Skip to content

Instantly share code, notes, and snippets.

@andykais
Created July 8, 2015 15:28
Show Gist options
  • Save andykais/f254fde38533582ac42d to your computer and use it in GitHub Desktop.
Save andykais/f254fde38533582ac42d to your computer and use it in GitHub Desktop.
get 256 color in gnome terminal
syntax enable
set background=dark
colorscheme solarized
if $COLORTERM == 'gnome-terminal'
set t_Co=256
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment