Last active
August 29, 2015 14:01
-
-
Save 2no/2232246c4c1b6ce2c019 to your computer and use it in GitHub Desktop.
Hybrid color settings for the Cygwin mintty terminal. $ cat .minttyrc-hybrid >> ~/.minttyrc
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
BackgroundColour=29,31,33 | |
ForegroundColour=197,200,198 | |
BoldBlack=40,42,46 | |
Black=55,59,65 | |
BoldRed=165,66,66 | |
Red=204,102,102 | |
BoldGreen=140,148,64 | |
Green=181,189,104 | |
BoldYellow=222,147,95 | |
Yellow=240,198,116 | |
BoldBlue=95,129,157 | |
Blue=129,162,190 | |
BoldMagenta=133,103,143 | |
Magenta=178,148,187 | |
BoldCyan=94,141,135 | |
Cyan=138,190,183 | |
BoldWhite=112,120,128 | |
White=197,200,198 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment