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:
stfacc 2023-10-21 23:31:46 +02:00 committed by GitHub
parent 066c9118ae
commit 6445c4e7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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