Last active
August 30, 2016 16:38
-
-
Save avtar/33cad8cdb7b15ba8498c6cb0c6a3dbce to your computer and use it in GitHub Desktop.
mintty solarized
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
| ForegroundColour=147,161,161 | |
| BackgroundColour=0,43,54 | |
| CursorColour=253,157,79 | |
| Black=0,43,54 | |
| BoldBlack=101,123,131 | |
| Red=220,50,47 | |
| BoldRed=232,115,113 | |
| Green=133,153,0 | |
| BoldGreen=199,228,0 | |
| Yellow=181,137,0 | |
| BoldYellow=255,193,2 | |
| Blue=38,139,210 | |
| BoldBlue=99,173,227 | |
| Magenta=108,113,196 | |
| BoldMagenta=162,165,217 | |
| Cyan=42,161,152 | |
| BoldCyan=71,207,197 | |
| White=147,161,161 | |
| BoldWhite=253,246,227 |
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
| @echo off | |
| C:\cygwin64\bin\bash --login -i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment