goswinr / Fesh

A Scripting Editor for F# on Windows
MIT License
107 stars 1 forks source link

Dark mode #3

Open ZenoArrow opened 1 month ago

ZenoArrow commented 1 month ago

Would it be okay to have a dark mode for the Fesh UI? I try to stick to apps with dark modes where possible, as they tend to be much more comfortable to look at.

goswinr commented 1 month ago

That could work via https://github.com/Dirkster99/AvalonEditHighlightingThemes I am also using a dark theme in VS code. But when I host Fesh in Rhino (or Revit) the host UI is light only, so that is why I use light for now.

ZenoArrow commented 1 month ago

Thanks for looking into how this could be achieved @goswinr .

Just to point out, Rhino has supported dark mode for about a year... https://www.rhino3d.com/features/user-interface/dark-mode/

... and Revit has some support for this too...

https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-7CFE6DFD-CD70-445B-A3A3-3F470364B18C

It's possible other users of Rhino/Revit prefer to use a dark mode, so it could be good to start prepping for similar requests from these users.

goswinr commented 1 month ago

@ZenoArrow you are right, they actually have dark mode now! 🤔