From 2cb08c5e64c53eb16ea8436fb6490db72d885426 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Dec 2024 20:27:53 +0530 Subject: Add shift to accelerate hjkl movement --- src/Chelleport/Draw.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Chelleport/Draw.hs') diff --git a/src/Chelleport/Draw.hs b/src/Chelleport/Draw.hs index 9ace9da..4ee5b31 100644 --- a/src/Chelleport/Draw.hs +++ b/src/Chelleport/Draw.hs @@ -23,7 +23,10 @@ colorHighlight :: SDL.V4 Word8 colorHighlight = colorAccent colorGridLines :: SDL.V4 Word8 -colorGridLines = SDL.V4 127 29 29 150 +colorGridLines = colorGray -- SDL.V4 127 29 29 150 + +colorFocusLines :: SDL.V4 Word8 +colorFocusLines = colorLightGray colorAxisLines :: SDL.V4 Word8 colorAxisLines = colorAccent -- cgit v1.3.1