Setting the background color for inivisible whitespace
Anton Shepelev <[email protected]> Wed, 16 Oct 2024 01:08:16 +0300
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, all
I need help tweaking SciTE that is shipped with the Lua
distribution preconfigured for that language. Whatever I
do, I cannot set the background of the invisilbe (normal)
whitespace. I have successfully set the background for all
text via the `back' subvalue of font.base in my
SciTEUser.properties, but the whitespaces remains stark
black.
By way of experiment, I have tried all of the following, but
to no avail:
font.base=back:#202020
style.*.32=$(font.base)
style.*.33=$(font.base)
style.*.34=$(font.base)
style.*.35=$(font.base)
style.*.36=$(font.base)
style.*.37=$(font.base)
style.*.*=$(font.base)
whitespace.fore=#202020
whitespace.back=#202020
The whitespace background is #000000. What else can I try?
Can the Lua configuaration in SciTEGlobal.properties be the
culprit? Here it is:
<https://pastebin.com/raw/v8wCzaZv>?
--
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/20241016010816.b9544629c0621d90b6c9f67c%40gmail.com.