forked from extern/nushell
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
@ -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 New Issue
Block a user