include theme in file
parent
a349a98a25
commit
d790c1da38
28
.minttyrc
28
.minttyrc
|
@ -1,8 +1,9 @@
|
|||
ThemeFile=base16-eighties-mod.minttyrc
|
||||
# To use common configuration in %APPDATA%\mintty, simply remove this file
|
||||
#ThemeFile=base16-eighties-mod.minttyrc
|
||||
Transparency=low
|
||||
CursorType=block
|
||||
Font=IBMPlexMono NF
|
||||
FontHeight=16
|
||||
FontHeight=14
|
||||
BoldAsFont=yes
|
||||
BoldAsColour=no
|
||||
Locale=en_US
|
||||
|
@ -10,8 +11,27 @@ Charset=UTF-8
|
|||
CopyAsHTML=16908288
|
||||
MiddleClickAction=extend
|
||||
RightClickAction=paste
|
||||
Columns=110
|
||||
Rows=35
|
||||
Columns=90
|
||||
Rows=25
|
||||
Term=xterm-256color
|
||||
BellType=0
|
||||
BellFlash=yes
|
||||
ForegroundColour=211,208,200
|
||||
BackgroundColour=45,45,45
|
||||
CursorColour=253,157,79
|
||||
Black=45,45,45
|
||||
BoldBlack=116,115,105
|
||||
Red=242,119,122
|
||||
BoldRed=236,50,53
|
||||
Green=153,204,153
|
||||
BoldGreen=102,177,102
|
||||
Yellow=255,204,102
|
||||
BoldYellow=255,177,24
|
||||
Blue=102,153,204
|
||||
BoldBlue=57,114,173
|
||||
Magenta=204,153,204
|
||||
BoldMagenta=177,102,177
|
||||
Cyan=102,204,204
|
||||
BoldCyan=57,173,173
|
||||
White=211,208,200
|
||||
BoldWhite=242,240,236
|
Reference in New Issue