Created
June 16, 2019 09:26
-
-
Save wodim/55ab4e268d5f649a35142405c50def05 to your computer and use it in GitHub Desktop.
palette for mintty, like the original "mintty" but with a brighter Blue and Black
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
# config.c | |
Black = #444444 | |
Red = #BF0000 | |
Green = #00BF00 | |
Yellow = #BFBF00 | |
Blue = #5555BF | |
Magenta = #BF00BF | |
Cyan = #00BFBF | |
White = #BFBFBF | |
BoldBlack = #404040 | |
BoldRed = #FF4040 | |
BoldGreen = #40FF40 | |
BoldYellow = #FFFF40 | |
BoldBlue = #6060FF | |
BoldMagenta = #FF40FF | |
BoldCyan = #40FFFF | |
BoldWhite = #FFFFFF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment