forked from oconnor663/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathminttyrc
More file actions
27 lines (25 loc) · 744 Bytes
/
Copy pathminttyrc
File metadata and controls
27 lines (25 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
BoldAsFont=no
Font=Consolas
FontHeight=14
# Solarized colors
# based on https://github.com/mavnn/mintty-colors-solarized
# CursorColour changed to base1
ForegroundColour=131, 148, 150
BackgroundColour= 0, 43, 54
CursorColour= 147, 161, 161
Black= 7, 54, 66
BoldBlack= 0, 43, 54
Red= 220, 50, 47
BoldRed= 203, 75, 22
Green= 133, 153, 0
BoldGreen= 88, 110, 117
Yellow= 181, 137, 0
BoldYellow= 101, 123, 131
Blue= 38, 139, 210
BoldBlue= 131, 148, 150
Magenta= 211, 54, 130
BoldMagenta= 108, 113, 196
Cyan= 42, 161, 152
BoldCyan= 147, 161, 161
White= 238, 232, 213
BoldWhite= 253, 246, 227