add ui.text.directory to onedark (#13166)

This commit is contained in:
Branch Vincent 2025-03-23 07:33:23 -07:00 committed by GitHub
parent 8ad6e53b1f
commit f07c1c1b29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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