1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-09 19:07:16 +02:00

Do not use white text in the default light theme ()

Use instead 'dark_gray', the default fg color for the other primitives.

fixes 
This commit is contained in:
stfacc
2023-10-21 23:31:46 +02:00
committed by GitHub
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