Rename: '--color hidden' to '--color nomatch'

This commit is contained in:
Junegunn Choi
2025-10-09 00:17:00 +09:00
parent 91e119a77e
commit 0df7d10550
6 changed files with 44 additions and 23 deletions
+2 -2
View File
@@ -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":