
Chris,
this color is hard-coded in a static final variable
org.topbraidcomposer.ui.util.ResourceEditorColors.CHANGED_BACKGROUND_COLOR.
I could try to add a setting to allow you to get past this with
the next update, yet I am worried this will just be one problem
among others. The whole UI just isn't designed for what you're
after, so we're just patching things up as we go.
Do you think this is going to be the last thing that is preventing you from using TBC?
Holger
--
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/2B1CAE77-8FF0-4383-AFFC-F25315CFFB78%40gmail.com.
On Dec 3, 2019, at 17:16, Holger Knublauch <hol...@topquadrant.com> wrote:
Chris,
this color is hard-coded in a static final variable org.topbraidcomposer.ui.util.ResourceEditorColors.CHANGED_BACKGROUND_COLOR. I could try to add a setting to allow you to get past this with the next update, yet I am worried this will just be one problem among others. The whole UI just isn't designed for what you're after, so we're just patching things up as we go.
Do you think this is going to be the last thing that is preventing you from using TBC?
Holger
On 4/12/2019 07:37, Chris Tomlinson wrote:
Hello,
I have a mostly satisfactory dark mode working in TBCME 6.2.4 on Mac OSX 10.14.6 with the DevStyles plugin.
I particularly need a dark mode (or at least not a glaring white background on various views) for my eyesight.
The issue I’m having is in the forms when I want to enter text or change text in a form field such as “rdfs:label” or “rdf:type” and so on. When typing in the text field the background switches from “black” to “light yellow” (the same color that is used in the "TBC Classic Default”) while the font color remains “white” which makes the text nearly invisible, defeating the dark mode:
<Screen Shot 2019-12-03 at 3.03.31 PM.png>
Maybe someone has a hint of how to solve this.
Thanks,Chris--
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/2B1CAE77-8FF0-4383-AFFC-F25315CFFB78%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/d48aed66-1467-cb72-d9cf-19cb80527ed8%40topquadrant.com.
Ok, "just for you" and other potential Dark Mode users, I have added a command line flag which needs to be set in the .ini (and .ini.orig) file using
-Dtopbraid.suppressBackgroundColor=true
This will go into 6.3.0 and will stop the background color from becoming yellow while editing.
HTH
Holger
PS: As a primitive form of code review, I am attaching the diff of this change

To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/1538510A-A870-4E53-B4B7-B6EBA9EDA8BB%40gmail.com.
On Dec 3, 2019, at 7:39 PM, Holger Knublauch <hol...@topquadrant.com> wrote:
Ok, "just for you" and other potential Dark Mode users, I have added a command line flag which needs to be set in the .ini (and .ini.orig) file using
-Dtopbraid.suppressBackgroundColor=true
This will go into 6.3.0 and will stop the background color from becoming yellow while editing.
HTH
HolgerPS: As a primitive form of code review, I am attaching the diff of this change
<cfoajekmekiaikok.png>
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/877c3eed-65ba-3048-6167-7c81d02cdf1b%40topquadrant.com.