From 13a194dca5d9c6153772d2ef4e1f5ce93f191c6d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 7 Feb 2025 03:26:05 -0600 Subject: more on dark mode --- help.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'help.go') diff --git a/help.go b/help.go index 7aa5e62..1948fa8 100644 --- a/help.go +++ b/help.go @@ -26,13 +26,15 @@ import ( var helpText []string = []string{"Help Menu", "", "H: toggle (H)elp", + "D: toggle light/dark mode", + "Tab: toggle through windows", + "q: quit()", + "", + "Debugging:", "O: toggle (O)output (os.STDOUT)", "S: super mouse", "M: list all widgets positions", "L: list all widgets in tree", - "Tab: toggle through windows", - "q: quit()", - "", } func hideHelp() { -- cgit v1.2.3