So, I set the background color to black: no big deal.
Unfortunately, the text colors were also changed to be readable on grey, and look horrible and eye-destroying on black, so what now?
Guessed correctly, there are people who take care of coloring terminal-based applications, and have therefore created the "Solarized" project.
You'll find color-themes for popular applications there (vim, emacs, ...).
Based on the solarized color-scheme, I've found
themes for the xfce4-terminal on github.
For a system-wide installation, do the following:
1) Fetch a copy of the repository:
Code: Select all
$ git clone https://github.com/sgerrand/xfce4-terminal-colors-solarized.git
Code: Select all
$ cd xfce4-terminal-colors-solarized
$ sudo cp dark/terminalrc /etc/xdg/xdg-xubuntu/Terminal/terminalrc
Code: Select all
rm ~/.config/Terminal
