DEPRECATED, see: https://github.com/afg984/base16-xfce4-terminal
Open terminal and type:
$ git clone https://github.com/chriskempson/base16-xfce4-terminal
$ cd base16-xfce4-terminal
$ ./install base16-eighties.dark.terminalrc
Open terminal and type:
$ git clone https://github.com/chriskempson/base16-xfce4-terminal
$ cd base16-xfce4-terminal
$ ./convert2themes
$ sudo cp themes/*.theme /usr/share/xfce4/terminal/colorschemes/
Now you can choose theme from XFCE terminal -> Preferences -> Colors -> Presets.
Uninstall base16 themes:
$ sudo rm -r /usr/share/xfce4/terminal/colorschemes/base16-*.theme
Run mousepad ~/.config/xfce4/terminal/terminalrc
in the terminal
Copy lines from base16-eighties.dark.terminalrc
file to your terminalrc file.
Note: If the terminalrc file is not empty, do not copy the [Configuration]
line, as there should be only one in the beginning of the file.
Close and open your terminal again to see changes