m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-13 22:03:47 -05:00

Add color name 'preview-label' (#3053)

This commit is contained in:
Junegunn Choi
2022-12-09 12:05:27 +09:00
parent 6b207bbf2b
commit 3d2376ab52
5 changed files with 38 additions and 37 deletions

View File

@@ -845,6 +845,8 @@ func parseTheme(defaultTheme *tui.ColorTheme, str string) *tui.ColorTheme {
mergeAttr(&theme.Separator)
case "label":
mergeAttr(&theme.BorderLabel)
case "preview-label":
mergeAttr(&theme.PreviewLabel)
case "prompt":
mergeAttr(&theme.Prompt)
case "spinner":