How to change Gedit embeded terminal plugin colors? [duplicate]

The OP is asking about a problem in Gedit embedded terminal plugin.

The only problem here is that the colour scheme is not good i.e., white prompt on light grey background makes it almost impossible to work. To change the colour scheme follow the next series of steps:

  1. Open dconf-editor. If it is not installed, install it through the following command :

    sudo apt-get install dconf-tools
    
  2. Once installed, execute it using the following command :

    dconf-editor
    
  3. In the dconf editor window, go to org->gnome->gedit->plugins->terminal

    • deselect the use-theme-colors option.
    • clear palette settings
    • set foreground color: #FFFFFF
    • set background color: #000000

    enter image description here

  4. Now restart the gedit program.

    enter image description here

Observe that a colour scheme of black prompt over light background is now active.