sqlectron-gui
sqlectron-gui copied to clipboard
Dark theme has a very low contrast ratio and hard to see in monitors with low contrast ratio
- Areas such as links and the table menu are hard to see in dark mode because the contrast ratio is so low.
- Should use media query to detect dark mode and preselect dark mode (
@media (prefers-color-scheme: dark)).
What we have now? Notice it's super low contrast

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

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.
Same problem. The "executing query" text in the bottom left corner can't be seen clearly in dark mode.
