Skip to content

Instantly share code, notes, and snippets.

@wodim
Created June 16, 2019 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wodim/55ab4e268d5f649a35142405c50def05 to your computer and use it in GitHub Desktop.
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
# 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