From d06a8d5ae4a017af3f089344dddb5fac6ee16c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Th=C3=A9or=C3=AAt?= Date: Sat, 10 May 2025 15:18:18 -0400 Subject: [PATCH] fix: switch onedark ui.text.directory foreground to red --- runtime/themes/onedark.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index e341076f4..4d34b13d5 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -86,7 +86,7 @@ "ui.bufferline.background" = { bg = "light-black" } "ui.text" = { fg = "white" } -"ui.text.directory" = { fg = "blue" } +"ui.text.directory" = { fg = "red" } "ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] } "ui.help" = { fg = "white", bg = "gray" }