Last active
July 28, 2019 06:44
-
-
Save freelsn/5f7e9c37a0e0d1e79e9eb875ff7702ee to your computer and use it in GitHub Desktop.
Putty color scheme
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
Black=77,77,77 | |
BoldBlack=85,85,85 | |
Red=187,0,0 | |
BoldRed=255,85,85 | |
Green=152,251,152 | |
BoldGreen=85,255,85 | |
Yellow=240,230,140 | |
BoldYellow=255,255,85 | |
Blue=205,133,63 | |
BoldBlue=135,206,235 | |
Magenta=255,222,173 | |
BoldMagenta=255,85,255 | |
Cyan=255,160,160 | |
BoldCyan=255,215,0 | |
White=245,222,179 | |
BoldWhite=255,255,255 | |
ForegroundColour=255,255,255 | |
BackgroundColour=51,51,51 | |
CursorColour=0,255,0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment