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:
parent
7648fe6b25
commit
51483d60a8
@ -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)
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user