summaryrefslogtreecommitdiff
path: root/src/options.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-10-03 17:28:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-10-09 00:17:00 +0900
commit0df7d105506f3533d45afd6644991e49f3c78c5d (patch)
tree6db05a41de570ba83047f4a610e5ab35bc61ebba /src/options.go
parent91e119a77e09a11acab401846c557f0b8ac708a8 (diff)
downloadfzf-0df7d105506f3533d45afd6644991e49f3c78c5d.tar.gz
Rename: '--color hidden' to '--color nomatch'
Diffstat (limited to 'src/options.go')
-rw-r--r--src/options.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.go b/src/options.go
index aa50dc54..c2fc562d 100644
--- a/src/options.go
+++ b/src/options.go
@@ -1455,8 +1455,8 @@ func parseTheme(defaultTheme *tui.ColorTheme, str string) (*tui.ColorTheme, *tui
mergeAttr(&theme.SelectedBg)
case "nth":
mergeAttr(&theme.Nth)
- case "hidden":
- mergeAttr(&theme.Hidden)
+ case "nomatch":
+ mergeAttr(&theme.Nomatch)
case "gutter":
mergeAttr(&theme.Gutter)
case "hl":