mirror of
https://github.com/danbulant/nushell
synced 2026-05-26 21:42:15 +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 = {
|
let default_theme = {
|
||||||
# color for nushell primitives
|
# color for nushell primitives
|
||||||
separator: white
|
separator: white
|
||||||
leading_trailing_space_bg: white
|
leading_trailing_space_bg: { attr: b }
|
||||||
header: green_bold
|
header: green_bold
|
||||||
empty: blue
|
empty: blue
|
||||||
bool: white
|
bool: white
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue