mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-29 19:33:49 -07:00
Add --list-border for additional border around the list section
Close #4148
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user