mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 01:24:38 +01:00
update link (#4915)
This commit is contained in:
parent
e9f9aab79f
commit
41af2e4b30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user