mintty: darker background and cursor
This commit is contained in:
parent
1333d66788
commit
75b544e352
1 changed files with 8 additions and 3 deletions
|
@ -1,11 +1,16 @@
|
||||||
# Gruvbox Dark
|
# Gruvbox Dark
|
||||||
|
|
||||||
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
|
BackgroundColour = 19, 21, 22
|
||||||
CursorColour = 204, 36, 29
|
|
||||||
IMECursorColour = 204, 36, 29
|
CursorColour = 157, 0, 6
|
||||||
|
# CursorColour = 204, 36, 29
|
||||||
|
|
||||||
|
IMECursorColour = 157, 0, 6
|
||||||
|
# IMECursorColour = 204, 36, 29
|
||||||
|
|
||||||
Black = 40, 40, 40
|
Black = 40, 40, 40
|
||||||
Red = 204, 36, 29
|
Red = 204, 36, 29
|
||||||
|
|
Loading…
Add table
Reference in a new issue