Skip to content

Instantly share code, notes, and snippets.

@phonyphonecall
Last active August 29, 2015 14:22
Show Gist options
  • Save phonyphonecall/4aecd0b703b0ecdf8443 to your computer and use it in GitHub Desktop.
Save phonyphonecall/4aecd0b703b0ecdf8443 to your computer and use it in GitHub Desktop.
for bash color run this:
curl https://raw.githubusercontent.com/mavnn/mintty-colors-solarized/master/.minttyrc.dark > ~/.mintty
Modify the .mintty file to liking
then reload cygwin
for the matching vim color scheme:
curl https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim > ~/.vim/colors/solarized.vim
Add the folowing to ~/.vimrc:
set t_co=256
syntax on
set background=dark
colorscheme solarized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment