Hi,
Some languages like SQL/PHP and maybe more don't have supported dark mode.
Example:
https://snipboard.io/v6oSqB.jpg
In Code Writer they look better:
https://snipboard.io/xG5tJp.jpg
Hi,
Some languages like SQL/PHP and maybe more don't have supported dark mode.
Example:
https://snipboard.io/v6oSqB.jpg
In Code Writer they look better:
https://snipboard.io/xG5tJp.jpg
Hello,
Right now our SyntaxEditor language definitions can only specify a single color for each highlighting style. Those single colors are set up with the intention for light themes.
The last section in this documentation topic discusses how you can support dark themes with alternate highlighting style colors. Our samples show some dark theme highlighting styles for a number of popular languages, but they may not cover SQL or PHP at the moment. You could add entries to the Dark.vssettings file for those languages to have them work in our samples as well. We know this is an area that needs improvement since it's currently loading a Visual Studio settings file (which is somewhat convoluted in how colors are specified) to override the light theme highlighting style values. We have a TODO item to improve dark theme support, and I'll log this thread with that item.
Yeah to make it easier for me I spend some couple hours to make this editor:
https://github.com/EthemAcar-Dev/ActiProDarkThemeSyntaxEditor
Using some online found color brightness, I automated the process nice enough to make all programming languages readable in dark mode.
This kind of logic / editor could be implemented in Actipro language designer, but for now this is good enough.
Before:
https://snipboard.io/M7l9eh.jpg
After (50% brighter code generated colors):
https://snipboard.io/aLfg9w.jpg
[Modified 1 year ago]
Thanks for sharing your work. That look like a neat concept. We also have logic here that can perform chromatic adaptation of colors for dark themes, and perhaps having an option to automatically use that would be something we could do.
Yeah that could work for people that don't want the trouble of setting up every color by hand.
UseChromaticAdaptation
== True
---------- Sets colors for dark themes based on ChromaticAdaptation.
---------- Ignores vssettings file.
== False
---------- Uses vssettings file
---------- Use vssettings editor like mine (ActiProDarkThemeSyntaxEditor) to define every property color by hand for dark themes.
Quick update... the next release of SyntaxEditor will include native support for light/dark themes and all Actipro-provided languages now define colors that are appropriate for light and dark themes. For languages that don't (yet) define dark colors, we currently have a pre-defined mapping of many commonly-used light colors and their dark equivalents. We had high hopes for using our internal logic for chromatic adaption to dark themes, but the initial results were not very appealing.
For this initial update, we'll keep with the more simplistic mapping. Once we have more feedback on the upgrade, we'll explore other options for making this more extensible.
Please check out our announcement post if you'd like to validate the new functionality in a preview release and provide feedback before it is finalized.
Please log in to a validated account to post comments.