Created
July 30, 2018 08:46
-
-
Save yankcrime/82919f732862ec10fe0d91368661ecfe to your computer and use it in GitHub Desktop.
Light theme for mintty
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=242,242,242 | |
| ForegroundColour=30,30,30 | |
| CursorColour=30,30,30 | |
| Black=40,42,46 | |
| BoldBlack=55,59,65 | |
| Red=165,66,66 | |
| BoldRed=204,102,102 | |
| Green=90,95,49 | |
| BoldGreen=65,69,22 | |
| Yellow=222,147,95 | |
| BoldYellow=240,198,116 | |
| Blue=63,116,160 | |
| BoldBlue=48,98,141 | |
| Magenta=104,82,111 | |
| BoldMagenta=129,101,138 | |
| Cyan=94,141,135 | |
| BoldCyan=138,190,183 | |
| White=112,120,128 | |
| BoldWhite=78,78,78 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment