Comment 15 for bug 1019380

Revision history for this message
Dr. Amr Osman (dr3mro) wrote :

I have found a work around and here is the diff

20,21c20
<
< GtkTextView
---
> GtkSourceView
23,26c22,25
< /*background-image-source: -gtk-gradient(linear,
< left top, right bottom,
< from(#ff0), to(#0ff));*/
< background-color:transparent;
---
> background-image: -gtk-gradient(linear,
> left top, left bottom,
> color-stop (0.0, #ff7),
> color-stop (0.0, #fe0));
28c27
< GtkTextView:selected
---
> GtkSourceView:selected
37,38c36,37
< color-stop (0, #ff7),
< color-stop (0.66, #fe0));
---
> color-stop (0.0, #ff7),
> color-stop (0.0, #fe0));