fix: switch onedark ui.text.directory foreground to red

pull/13486/head
Simon Théorêt 2025-05-10 15:18:18 -04:00
parent e53462c78c
commit d06a8d5ae4
1 changed files with 1 additions and 1 deletions

View File

@ -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" }