From e4dcdcb254d7f6845b9fc3deccc9a2c74b951462 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 21 Feb 2022 12:46:04 -0600 Subject: [PATCH] this little hack allows the color to be whatever the default is (#4590) --- src/default_config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default_config.nu b/src/default_config.nu index cec3b6722..aa9a6144c 100644 --- a/src/default_config.nu +++ b/src/default_config.nu @@ -112,7 +112,7 @@ extern "git push" [ let default_theme = { # color for nushell primitives separator: white - leading_trailing_space_bg: white + leading_trailing_space_bg: { attr: b } header: green_bold empty: blue bool: white