mintty: update config
This is a snapshot of my current wsltty config on Windows.
This commit is contained in:
parent
f87c6cb390
commit
dfe0e1cd6a
2 changed files with 37 additions and 7 deletions
|
@ -1,19 +1,24 @@
|
||||||
BoldAsFont=yes
|
BoldAsFont=yes
|
||||||
Charset=UTF-8
|
Charset=UTF-8
|
||||||
Columns=130
|
Columns=110
|
||||||
CtrlAltIsAltGr=yes
|
CtrlAltIsAltGr=yes
|
||||||
CursorType=line
|
CursorType=line
|
||||||
Font=Source Code Pro Medium
|
Font=SauceCodePro NF Medium
|
||||||
FontHeight=9
|
FontHeight=11
|
||||||
FontWeight=400
|
FontWeight=500
|
||||||
Hold=error
|
Hold=error
|
||||||
Locale=en_US
|
Locale=en_US
|
||||||
OpaqueWhenFocused=yes
|
OpaqueWhenFocused=yes
|
||||||
Rows=64
|
Rows=45
|
||||||
Scrollbar=none
|
Scrollbar=none
|
||||||
SelectionShowSize=6
|
SelectionShowSize=6
|
||||||
Term=xterm-256color
|
Term=xterm-256color
|
||||||
Transparency=low
|
Transparency=off
|
||||||
Utmp=yes
|
Utmp=yes
|
||||||
ThemeFile=solarized-dark
|
ThemeFile=gruvbox-dark
|
||||||
|
|
||||||
|
BoldAsColour=no
|
||||||
|
BellType=0
|
||||||
|
FontSmoothing=default
|
||||||
|
RewrapOnResize=no
|
||||||
|
StatusLine=no
|
||||||
|
|
25
config/mintty/themes/gruvbox-dark
Executable file
25
config/mintty/themes/gruvbox-dark
Executable file
|
@ -0,0 +1,25 @@
|
||||||
|
# Gruvbox Dark
|
||||||
|
|
||||||
|
ForegroundColour = 235, 219, 178
|
||||||
|
#BackgroundColour = 29, 32, 33
|
||||||
|
BackgroundColour = 23, 26, 27
|
||||||
|
CursorColour = 204, 36, 29
|
||||||
|
IMECursorColour = 204, 36, 29
|
||||||
|
|
||||||
|
Black = 40, 40, 40
|
||||||
|
Red = 204, 36, 29
|
||||||
|
Green = 152, 151, 26
|
||||||
|
Yellow = 215, 153, 33
|
||||||
|
Blue = 69, 133, 136
|
||||||
|
Magenta = 177, 98, 134
|
||||||
|
Cyan = 104, 157, 106
|
||||||
|
White = 235, 219, 178
|
||||||
|
|
||||||
|
BoldBlack = 146, 131, 116
|
||||||
|
BoldRed = 251, 73, 52
|
||||||
|
BoldGreen = 184, 187, 38
|
||||||
|
BoldYellow = 250, 189, 47
|
||||||
|
BoldBlue = 131, 165, 152
|
||||||
|
BoldMagenta = 211, 134, 155
|
||||||
|
BoldCyan = 142, 192, 124
|
||||||
|
BoldWhite = 251, 241, 199
|
Loading…
Add table
Reference in a new issue