Feature Request: Chrome Dark Mode Compatability
Hi philc,
What do you think of adding Chrome dark mode compatibility that checks if the force darkmode flag is inverting page colours? Currently the letters are getting inverted too:
I imagine the overlap of vim and dark mode users is quite high.
#force-dark-mode doesn't allow CSS code to use black / dark color for text. A good working around is to update background color of hint markers to something like green.
Here're a related discussion and some tests: https://github.com/gdh1995/vimium-c/issues/111#issuecomment-583569154 and https://github.com/gdh1995/vimium-c/wiki/Style-the-UI-of-Vimium-C-using-Custom-CSS#work-with-enable-force-dark.
I think this may be of some use https://stackoverflow.com/questions/58735674/how-to-detect-enable-force-dark-flag-on-chrome-v78-using-javascript/60462984#60462984
#4416