From ec3c65122f01e8658f9c4146da925e97511e8eed Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 26 Jun 2026 12:41:08 +0000 Subject: [PATCH] message-command-style should be inverse of message-style. --- options-table.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index e07b61fbb..71c8b1377 100644 --- a/options-table.c +++ b/options-table.c @@ -911,7 +911,9 @@ const struct options_table_entry options_table[] = { { .name = "message-command-style", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_SESSION, - .default_str = "bg=themegreen,fg=themeblack,fill=themegreen", + .default_str = "bg=themeblack,fg=themeyellow," + "#{?#{m/r:(^|#,)IS(PANE|MODE)($|#,),#{prompt_flags}},," + "fill=themeblack}", .flags = OPTIONS_TABLE_IS_STYLE, .separator = ",", .text = "Style of the command prompt when in command mode, if "