mintty: sync current wsltty
tweaks
This commit is contained in:
parent
b42c0c04ba
commit
2a77358b1c
5 changed files with 62 additions and 9 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
AllowBlinking=yes
|
||||||
|
BellType=0
|
||||||
|
BoldAsColour=no
|
||||||
BoldAsFont=yes
|
BoldAsFont=yes
|
||||||
Charset=UTF-8
|
Charset=UTF-8
|
||||||
Columns=110
|
Columns=110
|
||||||
|
@ -5,20 +8,19 @@ CtrlAltIsAltGr=yes
|
||||||
CursorType=line
|
CursorType=line
|
||||||
Font=SauceCodePro NF Medium
|
Font=SauceCodePro NF Medium
|
||||||
FontHeight=11
|
FontHeight=11
|
||||||
|
FontSmoothing=default
|
||||||
FontWeight=500
|
FontWeight=500
|
||||||
Hold=error
|
Hold=error
|
||||||
Locale=en_US
|
Locale=en_US
|
||||||
OpaqueWhenFocused=yes
|
OpaqueWhenFocused=yes
|
||||||
|
Padding=0
|
||||||
|
RewrapOnResize=no
|
||||||
Rows=45
|
Rows=45
|
||||||
Scrollbar=none
|
Scrollbar=none
|
||||||
SelectionShowSize=6
|
SelectionShowSize=6
|
||||||
|
StatusLine=no
|
||||||
Term=xterm-256color
|
Term=xterm-256color
|
||||||
|
ThemeFile=gruvbox-dark
|
||||||
Transparency=off
|
Transparency=off
|
||||||
Utmp=yes
|
Utmp=yes
|
||||||
ThemeFile=gruvbox-dark
|
|
||||||
|
|
||||||
BoldAsColour=no
|
|
||||||
BellType=0
|
|
||||||
FontSmoothing=default
|
|
||||||
RewrapOnResize=no
|
|
||||||
StatusLine=no
|
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
ForegroundColour = 235, 219, 178
|
ForegroundColour = 235, 219, 178
|
||||||
# BackgroundColour = 29, 32, 33
|
# BackgroundColour = 29, 32, 33
|
||||||
BackgroundColour = 23, 26, 27
|
# BackgroundColour = 23, 26, 27
|
||||||
|
BackgroundColour = 24, 25, 26
|
||||||
CursorColour = 204, 36, 29
|
CursorColour = 204, 36, 29
|
||||||
IMECursorColour = 204, 36, 29
|
IMECursorColour = 204, 36, 29
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Solarized Dark
|
# Solarized Dark
|
||||||
|
|
||||||
ForegroundColour=131,148,150
|
ForegroundColour=131,148,150
|
||||||
BackgroundColour=0,43,54
|
BackgroundColour=0,32,40
|
||||||
CursorColour=220,50,47
|
CursorColour=220,50,47
|
||||||
|
|
||||||
Black=7,54,66
|
Black=7,54,66
|
||||||
|
|
25
config/mintty/themes/tokyonight-night
Normal file
25
config/mintty/themes/tokyonight-night
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Tokyonight Night
|
||||||
|
|
||||||
|
ForegroundColour = #c0caf5
|
||||||
|
BackgroundColour = #1a1b26
|
||||||
|
CursorColour = #FB567A
|
||||||
|
IMECursorColour = #F7768E
|
||||||
|
|
||||||
|
Black = #15161E
|
||||||
|
Red = #F86D8B
|
||||||
|
Green = #9ECE6A
|
||||||
|
Yellow = #E0AF68
|
||||||
|
Blue = #5588F6
|
||||||
|
Magenta = #8E57F4
|
||||||
|
Cyan = #61B8EA
|
||||||
|
White = #A9B1D6
|
||||||
|
|
||||||
|
BoldBlack = #414868
|
||||||
|
BoldRed = #F7768E
|
||||||
|
BoldGreen = #A8DB70
|
||||||
|
BoldYellow = #EFB45D
|
||||||
|
BoldBlue = #7AA2F7
|
||||||
|
BoldMagenta = #BB9AF7
|
||||||
|
BoldCyan = #7DCFFF
|
||||||
|
BoldWhite = #C0CAF5
|
||||||
|
|
25
config/mintty/themes/tokyonight-night-standard
Normal file
25
config/mintty/themes/tokyonight-night-standard
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Tokyonight Night
|
||||||
|
|
||||||
|
ForegroundColour = #c0caf5
|
||||||
|
BackgroundColour = #1a1b26
|
||||||
|
CursorColour = #f7768e
|
||||||
|
IMECursorColour = #f7768e
|
||||||
|
|
||||||
|
Black = #15161e
|
||||||
|
Red = #f7768e
|
||||||
|
Green = #9ece6a
|
||||||
|
Yellow = #e0af68
|
||||||
|
Blue = #7aa2f7
|
||||||
|
Magenta = #bb9af7
|
||||||
|
Cyan = #7dcfff
|
||||||
|
White = #a9b1d6
|
||||||
|
|
||||||
|
BoldBlack = #414868
|
||||||
|
BoldRed = #f7768e
|
||||||
|
BoldGreen = #9ece6a
|
||||||
|
BoldYellow = #e0af68
|
||||||
|
BoldBlue = #7aa2f7
|
||||||
|
BoldMagenta = #bb9af7
|
||||||
|
BoldCyan = #7dcfff
|
||||||
|
BoldWhite = #c0caf5
|
||||||
|
|
Loading…
Add table
Reference in a new issue