On Fri, 2 Aug 2013 06:57:50 -0700 (PDT) "Edward K. Ream" <[email protected]> wrote:
> At the sprint I promised to ask the the Qt people about leaving foreground > text unchanged while changing backgrounds. I remember only that this is > related to the work with the solarized color scheme. > > Terry, could you ask the Qt people this question directly, or bring me up > to speed so I could ask the question myself? Thanks. I'll let you do the asking, but the issue as I remember it is this. For ascetically pleasing highlighting with a Solarized color scheme the background color should be switched from dark to light or visa versa without changing the foreground color, something like this: http://www.phpstorm-themes.com/sites/default/files/Screen-Shot-2012-12-06-at-3.17.48-PM.png (to be honest I can't find any statement specifying this on the Solarized site and it's certainly a nit rather than a major need, I suspect a lot of editors with Solarized schemes show only two colors for highlighted text). But the question is, is it possible, without writing a lot of relatively low level code, to highlight selected text in a QTextEdit (or whatever it is Leo uses), in such a way that the background color changes, but the *multiple* different foreground colors in the selected region remain unchanged. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
