janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
211 stars 30 forks source link

How to customize text color? #122

Closed aoyama-val closed 1 year ago

aoyama-val commented 1 year ago

What OS?

Description

I have looked for the way to change the table's text color, but didn't find one. Is this possible? The default color is too light for my light background.

janisdd commented 1 year ago

This is currently not possible. Would the text color have to change the text of controls (buttons, ...) too?

aoyama-val commented 1 year ago

It might be helpful for some people, but I do not feel the need to do so. The effort to customize it would outweigh the benefits. Texts, odd rows background, even rows background would be enough. image

janisdd commented 1 year ago

I've added options to change the table text color darkThemeTextColor and lightThemeTextColor. Lets see if this is enough.

Will be released with the next update.

janisdd commented 1 year ago

Additional note: Any valid css color will work. When the color is invalid, the default color is used.