1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

New Themes, Monokai Solarized

This commit is contained in:
Mayccoll 2015-04-19 20:12:12 -05:00
parent 7648fe6b25
commit 51483d60a8
2 changed files with 68 additions and 2 deletions

View File

@ -26,3 +26,39 @@ Gogh
![Flat](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/flat.png)
## Hybrid
```bash
$ wget -O xt http://git.io/PWgNtA && chmod +x xt && ./xt && rm xt
```
![hydrid](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/Hybrid.png)
## Monokai Dark
```bash
$ wget -O xt http://git.io/vvjFK && chmod +x xt && ./xt && rm xt
```
![Monokai](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/mnokai.dark.png)
## Solarized Dark
```bash
$ wget -O xt http://git.io/vvjFH && chmod +x xt && ./xt && rm xt
```
![Solarized](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/solarized.dark.png)
## Solarized Light
```bash
$ wget -O xt http://git.io/vvjFb && chmod +x xt && ./xt && rm xt
```
![Solarized](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/solarized.light.png)

View File

@ -189,11 +189,41 @@ $ wget -O xt http://git.io/xh3YKA && chmod +x xt && ./xt && rm xt
```
- **hydrid**
- **Hybrid**
![hydrid](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/Hybrid.png)
```bash
# One line install:
$ wget -O xt http://git.io/PWgNtA && chmod +x xt && ./xt && rm xt
```
```
- **Monokai Dark**
![Monokai](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/mnokai.dark.png)
```bash
# One line install:
$ wget -O xt http://git.io/vvjFK && chmod +x xt && ./xt && rm xt
```
- **Solarized Dark**
![Solarized](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/solarized.dark.png)
```bash
# One line install:
$ wget -O xt http://git.io/vvjFH && chmod +x xt && ./xt && rm xt
```
- **Solarized Light**
![Solarized](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/solarized.light.png)
```bash
# One line install:
$ wget -O xt http://git.io/vvjFb && chmod +x xt && ./xt && rm xt
```