Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziyenano/Guake-Color-Schemes
Various color themes for guake terminal
https://github.com/ziyenano/Guake-Color-Schemes
Last synced: 13 days ago
JSON representation
Various color themes for guake terminal
- Host: GitHub
- URL: https://github.com/ziyenano/Guake-Color-Schemes
- Owner: ziyenano
- Created: 2016-08-17T13:55:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T13:45:22.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:55:35.284Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 921 KB
- Stars: 40
- Watchers: 3
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Guake Color Schemes
### Introduction
__An easy way to configure the color schemes of guake__.
Note that, all themes are cited from the awesome repository [Gogh](https://github.com/Mayccoll/Gogh), and you can preview all themes [here](https://github.com/Mayccoll/Gogh/blob/master/content/themes.md). Unfortunately, it seems not to provide an interface for guake. Inspired by [guake-color-palettes](https://github.com/coolwanglu/guake-colors-solarized) and [iTerm2-Color-Schemes](https://github.com/mbadolato/iTerm2-Color-Schemes), this repository provides an easy way to configure the color schemes of guake.
![themes](https://github.com/ziyenano/Guake-Color-Schemes/blob/master/images/themes.gif)
-------------
### Usage
```
git clone https://github.com/ziyenano/Guake-Color-Schemes.git
```
Enter the directory and run```
chmod u+x guake_theme.sh browser_guake_theme.sh
```#### Browser Mode (Recommended)
Type the following command in your guake terminal,
```
./browser_guake_theme.sh
```
then press keys p / n for browsing the _previous_ / _next_ theme and press key y for choosing the theme you prefer.#### General Mode
Also, you can use command
```
./guake_theme.sh -l
```
to list all available themes, and run```
./guake_theme.sh theme_name
```
to specify the corresponding theme, e.g., __./guake_theme.sh tin__ specifies the tin theme.### Note
* It has been validated on such platforms: Ubuntu, Linux Mint, Antergos, Solus.
* If you test it on other platforms, please tell me by creating an issue.