mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 05:08:29 +02: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
@ -90,9 +90,9 @@ let light_theme = {
|
|||||||
binary: dark_gray
|
binary: dark_gray
|
||||||
cell-path: dark_gray
|
cell-path: dark_gray
|
||||||
row_index: green_bold
|
row_index: green_bold
|
||||||
record: white
|
record: dark_gray
|
||||||
list: white
|
list: dark_gray
|
||||||
block: white
|
block: dark_gray
|
||||||
hints: dark_gray
|
hints: dark_gray
|
||||||
search_result: {fg: white bg: red}
|
search_result: {fg: white bg: red}
|
||||||
shape_and: purple_bold
|
shape_and: purple_bold
|
||||||
|
Loading…
Reference in New Issue
Block a user