mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
this little hack allows the color to be whatever the default is (#4590)
This commit is contained in:
parent
88fa40d698
commit
e4dcdcb254
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue