mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
this little hack allows the color to be whatever the default is (#4590)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user