JetUML icon indicating copy to clipboard operation
JetUML copied to clipboard

[#538] New Dark Mode Feature!

Open jkcoding7 opened this issue 1 year ago • 0 comments

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.

jkcoding7 avatar Jun 18 '24 16:06 jkcoding7