Unnamed repository; edit this file 'description' to name the repository.
add `ui.text.directory` to onedark (#13166)
| -rw-r--r-- | runtime/themes/onedark.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index 818b8c94..e341076f 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -86,6 +86,7 @@ "ui.bufferline.background" = { bg = "light-black" } "ui.text" = { fg = "white" } +"ui.text.directory" = { fg = "blue" } "ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] } "ui.help" = { fg = "white", bg = "gray" } |