feat(themes): add ui.text.directory to nightfox (#12328)

This commit is contained in:
Pedro Fedricci 2024-12-23 23:26:16 -03:00 committed by GitHub
parent ea17b9edb7
commit 9e77c44b38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@
"ui.gutter" = { fg = "fg3" } # Left gutter for diagnostics and breakpoints.
"ui.text" = { fg = "fg1" } # Default text color.
"ui.text.directory" = { fg = "blue-bright" } # Directory names in prompt completion.
"ui.text.focus" = { bg = "sel1", fg = "fg1" } # Selection highlight in buffer-picker or file-picker.
"ui.text.info" = { fg = "fg2", bg = "sel0" } # Info popup contents (space mode menu).