#600·Memori

[Feature] Add Dark Mode Toggle Support

Author: anmol044Created Jun 20, 2026Updated Aug 10, 2026
Labelsenhancement

Is your feature request related to a problem?

[Feature] Add Dark Mode Toggle Support

Is your feature request related to a problem?

Currently, Memori only provides a light-themed interface. Users who work for extended periods, especially during nighttime or in low-light environments, may experience eye strain and reduced comfort. Additionally, many modern applications offer a dark mode option, and users often expect the ability to switch between light and dark themes based on their preferences.

The Solution

The Solution

Implement a dark mode toggle that allows users to switch between light and dark themes directly from the user interface.

Suggested functionality:

  • Add a theme toggle button in the navigation bar or settings section.
  • Support both Light Mode and Dark Mode.
  • Persist the user's theme preference using local storage or a similar mechanism.
  • Optionally detect and apply the system's preferred color scheme on first visit.
  • Ensure all UI components, forms, modals, cards, and documentation pages are styled consistently in dark mode.

Benefits:

  • Improved accessibility and user comfort.
  • Better user experience during low-light usage.
  • Alignment with modern UI/UX standards.

Alternatives Considered

Alternatives Considered

  • Relying solely on the browser's default dark mode settings.
  • Using third-party browser extensions to force dark themes.
  • Maintaining only a light theme, which limits customization and user preference support.

Affected Components

CLI, Other, Documentation

Participation

  • I am willing to submit a pull request for this feature.