pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.62k stars 518 forks source link

MacOS darkmode #1071

Closed bubach closed 4 years ago

bubach commented 4 years ago

Is there any way for me that off inside the app? Right now my options are to go light-OS wide - or give up. The dark theme isn't usable.. :/

pkulchenko commented 4 years ago

@bubach, you can set a color theme (a light one, for example) and it will stay selected even when the dark mode is set, but it's not going to change the color of the menu, the borders and some other elements, as it's controlled by the underlying toolkit (wxwidgets) and can't be changed in the IDE.

What's not usable in the current theme? Most of the colors can be adjusted, except those I just listed.

pkulchenko commented 4 years ago

@bubach, feel free to reopen if you have additional information. I'd be interested to know what specifically is not usable in the dark theme.