diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-31 17:03:18 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-31 17:05:14 +0900 |
| commit | 9a2b7f559c88067c25a65a6a34c8e172bdf830dc (patch) | |
| tree | 56bf93324f9096fc6772e64063c5f9ebc803e90a /src/tui/light_unix.go | |
| parent | b8d2b0df7e1241c09eff21dbb63ebcc841efc824 (diff) | |
| download | fzf-9a2b7f559c88067c25a65a6a34c8e172bdf830dc.tar.gz | |
Add --list-border for additional border around the list section
Close #4148
Diffstat (limited to 'src/tui/light_unix.go')
| -rw-r--r-- | src/tui/light_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
