diff --git a/yazi-plugin/preset/components/header.lua b/yazi-plugin/preset/components/header.lua index d7c9de34..5b6885e6 100644 --- a/yazi-plugin/preset/components/header.lua +++ b/yazi-plugin/preset/components/header.lua @@ -11,7 +11,7 @@ function Header:cwd() else span = ui.Span(string.format("%s (search: %s)", ya.readable_path(tostring(cwd)), cwd:frag())) end - return span:style(THEME.manager.mode_normal) + return span:style(THEME.manager.cwd) end function Header:selected_count()