summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
42fbc23)
Following the existing instructions will fail to change the colors if you are using a version of xfce terminal that is greater than or equal to 0.6.0.
Installation
------------
Installation
------------
-Move `terminalrc` to your `~/.config/Terminal/` directory. The dark or the light themes are available. To
-install the dark version please do the following:
+Move `terminalrc` to your terminal configuration directory. Starting with xfce version 0.6.0 (released in December 2012), this directory is located at `~/.config/xfce4/terminal`.
+In earlier versions of Xubuntu, the directory is located at `~/.config/Terminal/`.
+
+The dark or the light themes are available. To install the dark version please do the following:
$ cd xfce4-terminal-colors-solarized
$ cp dark/terminalrc ~/.config/Terminal/terminalrc
$ cd xfce4-terminal-colors-solarized
$ cp dark/terminalrc ~/.config/Terminal/terminalrc
+ OR
+ $ cp dark/terminalrc ~/.config/xfce4/terminal/terminalrc
To install the light version go with:
$ cd xfce4-terminal-colors-solarized
$ cp light/terminalrc ~/.config/Terminal/terminalrc
To install the light version go with:
$ cd xfce4-terminal-colors-solarized
$ cp light/terminalrc ~/.config/Terminal/terminalrc
+ OR
+ $ cp light/terminalrc ~/.config/xfce4/terminal/terminalrc