mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Do not use white text in the default light theme (#10796)
Use instead 'dark_gray', the default fg color for the other primitives. fixes #10636
This commit is contained in:
parent
066c9118ae
commit
6445c4e7de
1 changed files with 3 additions and 3 deletions
|
@ -90,9 +90,9 @@ let light_theme = {
|
|||
binary: dark_gray
|
||||
cell-path: dark_gray
|
||||
row_index: green_bold
|
||||
record: white
|
||||
list: white
|
||||
block: white
|
||||
record: dark_gray
|
||||
list: dark_gray
|
||||
block: dark_gray
|
||||
hints: dark_gray
|
||||
search_result: {fg: white bg: red}
|
||||
shape_and: purple_bold
|
||||
|
|
Loading…
Reference in a new issue