mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
add one line install for all themes
This commit is contained in:
parent
4f6635e33a
commit
2125d0d3a0
32
README.md
32
README.md
@ -24,38 +24,66 @@ Alternatively you can open the file and copy and paste lines directly into your
|
||||
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#101010101010'
|
||||
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#f2f2f2f2f2f2'
|
||||
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette "#303030303030:#e1e132321a1a:#6a6ab0b01717:#ffffc0c00505:#00004f4f9e9e:#ecec00004848:#2a2aa7a7e7e7:#f2f2f2f2f2f2:#5d5d5d5d5d5d:#ffff36361e1e:#7b7bc9c91f1f:#ffffd0d00a0a:#00007171ffff:#ffff1d1d6262:#4b4bb8b8fdfd:#a0a02020f0f0"
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
### Script themes:
|
||||
|
||||
- azu.sh
|
||||
|
||||
![azu](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/azu.png)
|
||||
|
||||
```bash
|
||||
$ THEMEE="azu.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
||||
```
|
||||
|
||||
- cai.sh
|
||||
|
||||
![cai](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/cai.png)
|
||||
|
||||
```bash
|
||||
$ THEMEE="cai.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
||||
```
|
||||
|
||||
- elementary.sh
|
||||
|
||||
![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elementary.png)
|
||||
|
||||
```bash
|
||||
$ THEMEE="elementary.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
||||
```
|
||||
|
||||
- elic.sh
|
||||
|
||||
![elic](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elic.png)
|
||||
|
||||
```bash
|
||||
$ THEMEE="elic.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
||||
```
|
||||
|
||||
- elio.sh
|
||||
|
||||
![elio](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elio.png)
|
||||
|
||||
```bash
|
||||
$ THEMEE="elio.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
||||
```
|
||||
|
||||
- miu.sh
|
||||
|
||||
![miu](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/miu.png)
|
||||
|
||||
```bash
|
||||
$ THEMEE="miu.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
||||
```
|
||||
|
||||
- tin.sh
|
||||
|
||||
![tin](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/tin.png)
|
||||
|
||||
```bash
|
||||
$ THEMEE="tin.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
||||
```
|
||||
|
||||
### More colors
|
||||
|
||||
copy and paste lines directly into your shell.
|
||||
|
Loading…
Reference in New Issue
Block a user