From 75b544e352c55aab752649a8bc10c7f7188d1e59 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 20 Mar 2025 13:40:37 +0100 Subject: [PATCH] mintty: darker background and cursor --- config/mintty/themes/gruvbox-dark | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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