Last active
August 29, 2015 14:22
-
-
Save phonyphonecall/4aecd0b703b0ecdf8443 to your computer and use it in GitHub Desktop.
This file contains 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
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