mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-03 21:52:00 -07:00
@@ -617,7 +617,7 @@ func parseTheme(defaultTheme *tui.ColorTheme, str string) *tui.ColorTheme {
|
|||||||
case "16":
|
case "16":
|
||||||
theme = dupeTheme(tui.Default16)
|
theme = dupeTheme(tui.Default16)
|
||||||
case "bw", "no":
|
case "bw", "no":
|
||||||
theme = nil
|
theme = tui.NoColorTheme()
|
||||||
default:
|
default:
|
||||||
fail := func() {
|
fail := func() {
|
||||||
errorExit("invalid color specification: " + str)
|
errorExit("invalid color specification: " + str)
|
||||||
|
Reference in New Issue
Block a user