Comment 12 for bug 946095

Revision history for this message
Voidcode (terkelsorensen) wrote :

Wee just need to edited the /usr/lib/gedit/plugins/terminal.py.

Search for:

fg = context.get_color(Gtk.StateFlags.NORMAL)
bg = context.get_background_color(Gtk.StateFlags.NORMAL)

I replace with

fg = Gdk.RGBA(0, 0, 0, 1)
bg = Gdk.RGBA(1, 1, 1, 1)

Info: fg = black text, bg = white background

Find this on askubuntu: http://askubuntu.com/questions/35109/how-to-change-background-color-of-gedit-embedded-terminal