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 ** Attachment added: "replace: fg = context.get_color(Gtk.StateFlags.NORMAL) bg = context.get_background_color(Gtk.StateFlags.NORMAL) with fg = Gdk.RGBA(0, 0, 0, 1) bg = Gdk.RGBA(1, 1, 1, 1)" https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/946095/+attachment/3228834/+files/terminal.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/946095 Title: font not visible in terminal plugin To manage notifications about this bug go to: https://bugs.launchpad.net/gedit/+bug/946095/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs