this little hack allows the color to be whatever the default is (#4590)

This commit is contained in:
Darren Schroeder 2022-02-21 12:46:04 -06:00 committed by GitHub
parent 88fa40d698
commit e4dcdcb254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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