Skip to content

Commit

Permalink
Add .minttyrc for mintty support
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcats committed Jan 16, 2015
1 parent 66ed805 commit 3cb2884
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -123,6 +123,11 @@ Move the file you downloaded in the appropriate directory and restart your IDE,
then (in the IDE) navigate to `File > Settings > Editor > Colors & Fonts` and
select the Gotham colorscheme.

### Mintty

Download [mintty/.minttyrc](mintty/.minttyrc) and place the contents into your
.minttyrc file.

### Emacs

An Emacs port has been made! The theme with all the necessary installation
Expand Down
19 changes: 19 additions & 0 deletions mintty/.minttyrc
@@ -0,0 +1,19 @@
BackgroundColour = 10, 15, 20
ForegroundColour = 152, 209, 206
CursorColour = 152, 209, 206
Black = 10, 15, 20
BoldBlack = 16, 21, 27
Red = 195, 48, 39
BoldRed = 210, 105, 57
Green = 38, 169, 139
BoldGreen = 8, 31, 45
Yellow = 237, 181, 75
BoldYellow = 36, 83, 97
Blue = 25, 84, 101
BoldBlue = 9, 55, 72
Magenta = 78, 81, 101
BoldMagenta = 136, 139, 165
Cyan = 51, 133, 157
BoldCyan = 89, 156, 170
White = 152, 209, 206
BoldWhite = 211, 235, 233

0 comments on commit 3cb2884

Please sign in to comment.