Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | runtime/themes/nightfox.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/nightfox.toml b/runtime/themes/nightfox.toml index 62db82c0..7d05a9b2 100644 --- a/runtime/themes/nightfox.toml +++ b/runtime/themes/nightfox.toml @@ -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). |