GNOME Bugzilla – Bug 741739
Make the grid background an independent option
Last modified: 2015-04-06 09:54:20 UTC
The grid background in the builder color style scheme is nice, but I prefer Oblivion over the Builder dark theme. It would be nice to have the ability to enable the grid background with any style.
Paolo suggested we add a feature to GtkSourceView to do the grid lines. Then we can configure them in the style scheme.
If you want a quick way to get this now, you can copy the oblivion theme and simply change it's id and title in the XML to "builder-oblivion" and it should work. We do a strncmp(name, "builder", 7) to validate if we should draw grid lines.
Hey, it seems you fixed this and forgot to close! Thanks!