Created
June 24, 2013 17:58
-
-
Save trapd00r/5852082 to your computer and use it in GitHub Desktop.
colorscheme if tty || $SSH_CLIENT
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
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