Skip to content

Instantly share code, notes, and snippets.

@trapd00r
Created June 24, 2013 17:58
Show Gist options
  • Save trapd00r/5852082 to your computer and use it in GitHub Desktop.
Save trapd00r/5852082 to your computer and use it in GitHub Desktop.
colorscheme if tty || $SSH_CLIENT
if $TERM == 'linux' || $SSH_CLIENT
let &t_Co = 8
color peachpuff
set nolist
set colorcolumn+=81
hi CursorLine term=none cterm=bold ctermbg=0
hi! link CursorColumn CursorLine
hi! link ColorColumn CursorLine
else
color neverland-ansi-two
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment