Feature summary
Add a dark mode toggle so users can switch between light and dark themes.
Is your feature request related to a problem?
The website currently only has a light theme. Using the tool at night or in low-light environments causes eye strain due to the bright white background.
Describe the solution you'd like
A toggle button (e.g., sun/moon icon) in the top navigation bar that switches the entire UI between light and dark themes. The preference should ideally be saved in localStorage so it persists across sessions.
Describe alternatives you've considered
Using browser extensions like Dark Reader as a workaround, but a native dark mode would provide a much better and consistent experience.
Additional context
Many modern tools and websites (GitHub, VS Code, Notion) support dark mode as a standard feature. Since pdfToPng targets developers and power users, this would be a highly appreciated addition.
Feature summary
Add a dark mode toggle so users can switch between light and dark themes.
Is your feature request related to a problem?
The website currently only has a light theme. Using the tool at night or in low-light environments causes eye strain due to the bright white background.
Describe the solution you'd like
A toggle button (e.g., sun/moon icon) in the top navigation bar that switches the entire UI between light and dark themes. The preference should ideally be saved in
localStorageso it persists across sessions.Describe alternatives you've considered
Using browser extensions like Dark Reader as a workaround, but a native dark mode would provide a much better and consistent experience.
Additional context
Many modern tools and websites (GitHub, VS Code, Notion) support dark mode as a standard feature. Since pdfToPng targets developers and power users, this would be a highly appreciated addition.