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

remove themes

This commit is contained in:
Mayccoll
2014-11-03 17:19:46 -05:00
parent ff9e25d3e3
commit ac2d2b4667
12 changed files with 0 additions and 49 deletions

View File

@@ -201,23 +201,3 @@ gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette "#3030303
# One line command, copy and paste into the terminal
$ THEMEE="ura.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
```
- ven.sh
![ven](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/ven.png)
```bash
# One line command, copy and paste into the terminal
$ THEMEE="ven.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
```
- him.sh
![him](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/him.png)
```bash
# One line command, copy and paste into the terminal
$ THEMEE="him.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
```