prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
619 stars 121 forks source link

[#538] New Dark Mode Feature! #554

Closed jkcoding7 closed 1 month ago

jkcoding7 commented 2 months ago

The dark mode feature can be toggled by navigating to the menu command View | Dark Mode

The dark mode styling is integrated in the code by:

  1. CSS styling for UI components, such as MenuBar, ContextMenu, and node background colors.
  2. A ColorScheme enum that determines the color scheme of diagram elements.