mirror of https://github.com/GNOME/gimp.git
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:
parent
445909bff5
commit
9aa32ffe42
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue