sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.51k stars 526 forks source link

Dark theme has a very low contrast ratio and hard to see in monitors with low contrast ratio #688

Open synle opened 2 years ago

synle commented 2 years ago

What we have now? Notice it's super low contrast image

Ideally we can make them white, so it's easier to see image

I looked at the code, looks like there are a lot of inconsistencies in terms of stylesheet framework used. In this case, most of the colors are stored inside of src/renderer/containers/app.css and some places the code base uses scss. Might be easier to consolidate them.

unfode commented 1 year ago

Same problem. The "executing query" text in the bottom left corner can't be seen clearly in dark mode.

image