Open karimdn-dw opened 9 months ago
I was wondering about this as well, so I went looking through the code and found:
if(missesValues(row, table)) {
component.setForeground(JBColor.RED);
} else if(hasDuplicates(row, table)) {
component.setForeground(JBColor.ORANGE);
}
So, orange means that the value is duplicated and white is just the standard, no problem color.
Possibly add configuration options to adjust the colour palette
I think there are two issues here.
I know red means missing a translation. But what does orange/yellow and white mean?