Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliverlara/terminator-themes
:metal: The biggest collection of themes for Terminator terminal.
https://github.com/eliverlara/terminator-themes
linux terminal terminal-colors terminal-emulators terminal-themes terminator terminator-terminal theme
Last synced: about 22 hours ago
JSON representation
:metal: The biggest collection of themes for Terminator terminal.
- Host: GitHub
- URL: https://github.com/eliverlara/terminator-themes
- Owner: EliverLara
- License: gpl-3.0
- Created: 2016-01-11T21:37:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T18:58:13.000Z (7 months ago)
- Last Synced: 2024-12-14T21:04:43.420Z (8 days ago)
- Topics: linux, terminal, terminal-colors, terminal-emulators, terminal-themes, terminator, terminator-terminal, theme
- Language: JavaScript
- Homepage:
- Size: 63.6 MB
- Stars: 1,155
- Watchers: 15
- Forks: 101
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![](static/logo.svg)
The biggest collection of themes for [Terminator](https://launchpad.net/terminator) in a plugin.
![](static/preview.gif)
## Installation
**1. Install the [requests](https://github.com/requests/requests) python package**
```sh
pip install requests
```
> **Note:** If you're using python 3, ignore the previous command and install the `python2-requests` package for your specific OS.**2. Create plugins directory if it does not exist**
```sh
mkdir -p $HOME/.config/terminator/plugins
```**3. Getting the correct plugin**
For terminator >= 1.9
```sh
wget https://git.io/v5Zww -O $HOME"/.config/terminator/plugins/terminator-themes.py"
```For terminator < 1.9
```sh
wget https://git.io/v5Zwz -O $HOME"/.config/terminator/plugins/terminator-themes.py"
```**4. Activation**
Check the `TerminatorThemes` option under `terminator > preferences > plugins`.
## Usage
* Open the terminator context menu and select `Themes`.
* Select you favorite theme and click `install` (you can [preview available themes](themes.md) before installing).
* Enjoy! :smiley:![](static/demo.gif)
## Setting a Default
There are two ways to set a chosen theme as a default:
**Option One: Edit Terminator Config Manually**
Once you install a theme it's stored in Preferences > Profiles. To change an installed theme to the default one open `~/.config/terminator/config` and replace the `[[default]]` theme with your preferred theme under the `[profiles]` setting. (thanks @jacsmith21)
**Option Two: Use the GUI**
If you do not want to deal with the modification of the configuration file, you can do the following:
1. Go to `Preferences`
2. Choose the `Layouts` tab.
3. Choose your preferred layout.
4. Choose the layout terminal (in the next column).
5. Choose you preferred profile.![](static/set_default.png)
Additionally in order to reuse your new selected profile in the new terminals (avoid selecting the profile in each split) open `preferences > global` and check the `'Re-use profiles for new terminals'` option.
![](static/split_with_profile.png)