pgweb
pgweb copied to clipboard
Add support for dark mode
Should be able to switch from light/dark UI themes. Prefer light theme by default unless switched by user.
if there is a theme, then not black, but a little dark gray. Gray is better than completely black.
Please, coming eyes from VSCode to pgweb is not good.
adding html { filter: invert() hue-rotate(180deg) contrast(0.85) } is literally enough for text-only interface
Please migrate project to bootstrap 5, you will get tons of UI fixes, including dark theme support and proper UI font stack
Any plans to merge this?