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:
@@ -26,3 +26,39 @@ Gogh
|
||||

|
||||
|
||||
|
||||
## Hybrid
|
||||
|
||||
```bash
|
||||
$ wget -O xt http://git.io/PWgNtA && chmod +x xt && ./xt && rm xt
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
## Monokai Dark
|
||||
|
||||
```bash
|
||||
$ wget -O xt http://git.io/vvjFK && chmod +x xt && ./xt && rm xt
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Solarized Dark
|
||||
|
||||
```bash
|
||||
$ wget -O xt http://git.io/vvjFH && chmod +x xt && ./xt && rm xt
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Solarized Light
|
||||
|
||||
```bash
|
||||
$ wget -O xt http://git.io/vvjFb && chmod +x xt && ./xt && rm xt
|
||||
```
|
||||
|
||||

|
||||
|
||||
@@ -189,11 +189,41 @@ $ wget -O xt http://git.io/xh3YKA && chmod +x xt && ./xt && rm xt
|
||||
```
|
||||
|
||||
|
||||
- **hydrid**
|
||||
- **Hybrid**
|
||||
|
||||

|
||||
|
||||
```bash
|
||||
# One line install:
|
||||
$ wget -O xt http://git.io/PWgNtA && chmod +x xt && ./xt && rm xt
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
- **Monokai Dark**
|
||||
|
||||

|
||||
|
||||
```bash
|
||||
# One line install:
|
||||
$ wget -O xt http://git.io/vvjFK && chmod +x xt && ./xt && rm xt
|
||||
```
|
||||
|
||||
|
||||
- **Solarized Dark**
|
||||
|
||||

|
||||
|
||||
```bash
|
||||
# One line install:
|
||||
$ wget -O xt http://git.io/vvjFH && chmod +x xt && ./xt && rm xt
|
||||
```
|
||||
|
||||
|
||||
- **Solarized Light**
|
||||
|
||||

|
||||
|
||||
```bash
|
||||
# One line install:
|
||||
$ wget -O xt http://git.io/vvjFb && chmod +x xt && ./xt && rm xt
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user