DEPRECATION NOTICE — MOVED TO GITLAB.
If you use Arch Linux or derivatives, you can get these themes from the AUR.
The theme files can be located in either of two places:
- At
/usr/share/konsole/
which makes them accessible to all users (requires root privileges). - Or
~/.local/share/konsole/
for use by the current user (directory path needs to be created if it does not already exist).
Choose whatever option suits your needs. The following document will use the latter as a working example.
Start by cloning the tempus-themes-konsole
repo and entering it (unless you prefer copy-pasting, in which case you need to get the files manually and adapt accordingly):
git clone https://github.com/protesilaos/tempus-themes-konsole.git --depth 1 && cd tempus-themes-konsole
This step is not needed if you copy the files to /usr/share/konsole/
.
Then make sure you have the local directory to store the files. Run the following command, excluding the lines that start with #
(those are comments):
# Create directory if it does not already exist
mkdir -p ~/.local/share/konsole
Now just copy the file you wish to use. The following command will have tempus_winter
as an example:
cp tempus_winter.colorscheme ~/.local/share/konsole/
Done.
The theme will then be available from the terminal's profile preferences window under the "Appearance" tab.
You want to test them all out? A simple command to copy everything:
cp *.colorscheme ~/.local/share/konsole/
Enjoy!
For all available ports, refer to the main Tempus themes repo.
All contributions should be submitted to the Tempus themes generator. See CONTRIBUTING.md.
GNU General Public License Version 3. See LICENSE.
The Tempus themes project consists of a number of repositories. It is maintained with a set of scripts and utilities, stored in the tempus-themes-utils.
All theme files are created with the Tempus themes generator. See the generator CONTRIBUTING.md.
If you appreciate this work, consider donating via PayPal.