mirror of
https://github.com/nushell/nushell.git
synced 2025-02-16 18:41:44 +01:00
this little hack allows the color to be whatever the default is (#4590)
This commit is contained in:
parent
88fa40d698
commit
e4dcdcb254
@ -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 New Issue
Block a user