From 9a2b7f559c88067c25a65a6a34c8e172bdf830dc Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 31 Dec 2024 17:03:18 +0900 Subject: Add --list-border for additional border around the list section Close #4148 --- src/tui/light_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tui/light_windows.go') diff --git a/src/tui/light_windows.go b/src/tui/light_windows.go index e2a2bbfe..cf5126ab 100644 --- a/src/tui/light_windows.go +++ b/src/tui/light_windows.go @@ -39,7 +39,7 @@ func IsLightRendererSupported() bool { return canSetVt100 } -func (r *LightRenderer) defaultTheme() *ColorTheme { +func (r *LightRenderer) DefaultTheme() *ColorTheme { // the getenv check is borrowed from here: https://github.com/gdamore/tcell/commit/0c473b86d82f68226a142e96cc5a34c5a29b3690#diff-b008fcd5e6934bf31bc3d33bf49f47d8R178: if !IsLightRendererSupported() || os.Getenv("ConEmuPID") != "" || os.Getenv("TCELL_TRUECOLOR") == "disable" { return Default16 -- cgit v1.2.3