From 80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 25 Apr 2024 20:20:20 +0200 Subject: red --- src/i_ui.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/i_ui.go') diff --git a/src/i_ui.go b/src/i_ui.go index 3df9f49..e6155aa 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -653,6 +653,9 @@ func i_init_styles(ui *HardUI) { ui.style[YANK_STYLE] = tcell.StyleDefault. Background(tcell.ColorReset). Foreground(tcell.ColorYellow).Dim(true).Bold(true) + ui.style[MOVE_STYLE] = tcell.StyleDefault. + Background(tcell.ColorReset). + Foreground(tcell.ColorRed).Dim(true).Bold(true) } type key_event_mode_func func(*HardData, *HardUI, tcell.EventKey) bool -- cgit v1.2.3