mintty: darker background and cursor

This commit is contained in:
Fernando Schauenburg 2025-03-20 13:40:37 +01:00
parent 1333d66788
commit 75b544e352

View file

@ -1,11 +1,16 @@
# Gruvbox Dark
ForegroundColour = 235, 219, 178
# BackgroundColour = 29, 32, 33
# BackgroundColour = 23, 26, 27
BackgroundColour = 24, 25, 26
CursorColour = 204, 36, 29
IMECursorColour = 204, 36, 29
BackgroundColour = 19, 21, 22
CursorColour = 157, 0, 6
# CursorColour = 204, 36, 29
IMECursorColour = 157, 0, 6
# IMECursorColour = 204, 36, 29
Black = 40, 40, 40
Red = 204, 36, 29