diff --git a/config/mintty/themes/gruvbox-dark b/config/mintty/themes/gruvbox-dark index 2b3970b..fad8c06 100644 --- a/config/mintty/themes/gruvbox-dark +++ b/config/mintty/themes/gruvbox-dark @@ -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