Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgson/gnome-terminal-themes
A collection of themes for GNOME Terminal.
https://github.com/rgson/gnome-terminal-themes
gnome-terminal installer-script terminal theme theme-development themes zsh
Last synced: about 2 months ago
JSON representation
A collection of themes for GNOME Terminal.
- Host: GitHub
- URL: https://github.com/rgson/gnome-terminal-themes
- Owner: rgson
- License: mit
- Created: 2017-09-09T15:17:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T22:25:00.000Z (almost 7 years ago)
- Last Synced: 2024-10-24T18:34:07.072Z (2 months ago)
- Topics: gnome-terminal, installer-script, terminal, theme, theme-development, themes, zsh
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GNOME Terminal themes
A collection of themes for GNOME Terminal.
Each theme is stored as a self-contained script which imports the theme.
## Installing a theme
To install a theme, simply execute the desired theme's import script.
For example, to install the **Dracula** theme:```sh
./Dracula.zsh
```## Creating a theme
To create a theme, copy one of the pre-existing themes and edit the values
to suit your design.The existing themes do not utilize the full range of available customization
options. A list of all available configuration keys can be found using the
following command:```sh
gsettings list-keys org.gnome.Terminal.Legacy.Profile
```More information about the fields can be found in the
[GNOME Terminal repository](https://github.com/GNOME/gnome-terminal/blob/gnome-3-18/src/org.gnome.Terminal.gschema.xml#L105).## Dependencies
The software listed below is needed for the installer scripts to work.
They have been tested using the versions listed alongside each program.
However, they will likely work for a much wider range of versions.- dconf-cli (0.24.0-2)
- gnome-terminal (3.18.3)
- zsh (5.1.1)