Re: Implementing dark mode

Mitchell <[email protected]> Thu, 6 Feb 2025 11:23:22 -0500
Newsgroups gmane.comp.lib.scintilla.devel
Message-ID <[email protected]>
Hi,

On Feb 6, 2025, at 10:39 AM, Andrew Truckle <[email protected]> wrote:

Sorry if I have missed something obvious. But, do the lexers expose a suitable dark mode colour scheme?

I have been implementing dark mode in my project and would like to push in through to the scintilla control. I saw chats about inverting colours but that is not good. The way I see it is that we configure in for light scheme or dark scheme. All my colours at the moment are based on the lexers, or SciTE code definitions.

There is no such thing. You will have to manually create your own dark mode or do it algorithmically like invert colors.

Or you could try Scintillua, which has universal color themes for its lexers, one of which is dark mode: https://orbitalquark.github.io/scintillua/

Cheers,

Mitchell

--

You received this message because you are subscribed to the Google Groups "scintilla-interest" group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] .

To view this discussion visit https://groups.google.com/d/msgid/scintilla-interest/d336eb29-0dab-4db3-89a3-ae23251c40cfn%40googlegroups.com .

--

You received this message because you are subscribed to the Google Groups "scintilla-interest" group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] .

To view this discussion visit https://groups.google.com/d/msgid/scintilla-interest/002BF802-ADAD-4378-AA77-B1DBDAA30DC9%40foicica.com .