"Dark style"

baltasarq <[email protected]> Mon, 17 Apr 2023 01:49:34 -0700 (PDT)
Newsgroups gmane.editors.scite.general
Message-ID <[email protected]>
Hi,

I'm modifying ScITE colors in order to match the rest of my system. I want 
to have a black background in general. The problem is that the rest of the 
default colors are no so good with a black background...

So I started with the avised way in the SciTE user file:

style.*.32=$(font.base),back:#000000,fore:#ffffff
style.*.33=$(font.base),back:#c0c0c0,fore:#000000

And then had to face the following problem: the error messages in the 
output panel "are not shown", i.e., they are shown in black on black (for 
any language). The "executed command" and "exit status" messages are shown 
in blue on black, but the messages between them are invisble. So, after 
studying the docs, I added:

style.error.0=$(font.base),fore:#ffffff
style.error.1=$(font.base),fore:#e0e0e0
style.error.2=$(font.base),fore:#ffff00, back:#ff0000

...but nothing changed in the output panel.

What am I doing wrong? There isn't a local nor a directory options file 
so...

Thanks,
-- Baltasar

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/b85882f0-78e5-456c-9f99-2ef74116f607n%40googlegroups.com.