From f07c1c1b29add205841877d6665277c007fff83e Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 23 Mar 2025 07:33:23 -0700 Subject: [PATCH] add `ui.text.directory` to onedark (#13166) --- runtime/themes/onedark.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index 818b8c946..e341076f4 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" }