themes: fix textview background color.

It seems I had forgotten some hardcoded color in there. I didn't notice it until
now, because it was not that bad in the few instances where it was shown (for
instance the comment field in export plug-ins), but I really realized there was
a problem with the Python console which was not too practical (white writing on
kinda light background).
This commit is contained in:
Jehan 2022-09-30 00:34:20 +02:00
parent 445909bff5
commit 9aa32ffe42
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ GimpDisplayShell, GimpDock, .dialog-action-box, .dialog-vbox {
/* GtkTextView */
textview text, textview {
background-color: rgba (184, 184, 184, 0.5);
background-color: @extreme-bg-color;
color: @fg-color;
}
/* End GtkTextView */