From 26b08901f67817405367526e196af437421c8f39 Mon Sep 17 00:00:00 2001 From: Pedro Fedricci Date: Mon, 23 Dec 2024 22:45:01 -0300 Subject: [PATCH] feat(themes): add `ui.text.directory` to nightfox Applies the same text foreground color as nightfox.nvim over directory names. --- 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).