From 9e77c44b38e6e30431fc80e2b011f45f288f2be5 Mon Sep 17 00:00:00 2001 From: Pedro Fedricci Date: Mon, 23 Dec 2024 23:26:16 -0300 Subject: [PATCH] feat(themes): add `ui.text.directory` to nightfox (#12328) --- runtime/themes/nightfox.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/nightfox.toml b/runtime/themes/nightfox.toml index 62db82c0061a..7d05a9b29aa4 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).