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_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tui/light_unix.go') diff --git a/src/tui/light_unix.go b/src/tui/light_unix.go index c2d5612a..76aac2eb 100644 --- a/src/tui/light_unix.go +++ b/src/tui/light_unix.go @@ -18,7 +18,7 @@ func IsLightRendererSupported() bool { return true } -func (r *LightRenderer) defaultTheme() *ColorTheme { +func (r *LightRenderer) DefaultTheme() *ColorTheme { if strings.Contains(os.Getenv("TERM"), "256") { return Dark256 } -- cgit v1.2.3