It seems that loading the Gnome Terminal theme files is not working anymore in Ubuntu 15.04:
gconftool-2 --load terminal-flat-theme.xml
This does not change my current theme.
The theme file looks like this.
How can I load this XML file as theme?
I had the same problem in the past. I overcame it, by generating a file that is readable by the new version (3.14.2). To do this, you can visit a site called terminal.sexy, upload your theme there, and convert it to a gnome-terminal compatible shell script. It worked for me, because I had been using the tomorrow theme by base16.
The one line install method :
run the command
wget -O - http://git.io/vZijG | bash
and skip to step 5.Steps to install the theme manually:
sh filename.sh
or if you make the script executable by runningchmod +x filename.sh
, then you can simply run the script by running the command./filename.sh
.terminal.flat.theme
.terminal.flat.theme
.The content of the theme file can be found here.