From 41af2e4b309ab21cdf7a1162cf222d5531a90321 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 23 Mar 2022 07:52:49 -0500 Subject: [PATCH] update link (#4915) --- docs/sample_config/default_config.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sample_config/default_config.nu b/docs/sample_config/default_config.nu index d14dcee549..c83010885c 100644 --- a/docs/sample_config/default_config.nu +++ b/docs/sample_config/default_config.nu @@ -128,11 +128,11 @@ module completions { use completions * # for more information on themes see -# https://github.com/nushell/nushell/blob/main/docs/How_To_Coloring_and_Theming.md +# https://www.nushell.sh/book/coloring_and_theming.html let default_theme = { # color for nushell primitives separator: white - leading_trailing_space_bg: { attr: n } # no fg, no bg, attr non effectively turns this off + leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off header: green_bold empty: blue bool: white