2013-11-19 05:01:48 +04:00
|
|
|
Elementary-OS-Terminal-Colors
|
|
|
|
=============================
|
2013-11-19 05:17:45 +04:00
|
|
|
|
2014-06-07 20:35:38 +04:00
|
|
|
#### Color Schemes For Elementary OS - Linux Mint - Ubuntu
|
2013-11-19 05:17:45 +04:00
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
|
|
|
|
![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elementary.png)
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
### How to install:
|
|
|
|
|
|
|
|
- **Download and save the script file, make this file executable and run it:**
|
2014-04-24 05:54:55 +04:00
|
|
|
|
|
|
|
```bash
|
2014-04-26 23:39:11 +04:00
|
|
|
$ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh
|
2014-04-24 05:54:55 +04:00
|
|
|
$ chmod +x elementary.sh
|
|
|
|
$ ./elementary.sh
|
|
|
|
```
|
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
- **One line command**
|
2014-04-26 23:40:12 +04:00
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
```
|
2014-04-26 23:43:38 +04:00
|
|
|
$ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh && chmod +x elementary.sh && ./elementary.sh && rm elementary.sh
|
2014-04-26 23:40:12 +04:00
|
|
|
```
|
2014-04-26 23:39:11 +04:00
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
- **Alternatively you can open the file and copy and paste lines directly into your shell.**
|
2014-04-24 05:54:55 +04:00
|
|
|
|
2013-11-19 05:17:45 +04:00
|
|
|
```bash
|
|
|
|
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"
|
2014-05-17 01:13:55 +04:00
|
|
|
```
|
2014-05-20 23:56:37 +04:00
|
|
|
|
|
|
|
## Credits:
|
|
|
|
|
|
|
|
```bash
|
2014-11-04 01:08:15 +03:00
|
|
|
http://ciembor.github.io/4bit/
|
2014-05-20 23:56:37 +04:00
|
|
|
```
|
|
|
|
|
2014-05-21 00:47:00 +04:00
|
|
|
## More themes:
|
|
|
|
|
|
|
|
- aci.sh
|
|
|
|
|
|
|
|
![aci](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/aci.png)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="aci.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
|
|
|
- aco.sh
|
|
|
|
|
|
|
|
![aco](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/aco.png)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="aco.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
2013-11-19 05:17:45 +04:00
|
|
|
|
2014-04-24 06:04:19 +04:00
|
|
|
- azu.sh
|
|
|
|
|
|
|
|
![azu](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/azu.png)
|
|
|
|
|
2014-05-17 01:13:55 +04:00
|
|
|
```bash
|
2014-05-21 00:47:00 +04:00
|
|
|
# One line command, copy and paste into the terminal
|
2014-05-17 01:13:55 +04:00
|
|
|
$ THEMEE="azu.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
2014-04-24 06:04:19 +04:00
|
|
|
- cai.sh
|
|
|
|
|
|
|
|
![cai](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/cai.png)
|
|
|
|
|
2014-05-17 01:13:55 +04:00
|
|
|
```bash
|
2014-05-21 00:47:00 +04:00
|
|
|
# One line command, copy and paste into the terminal
|
2014-05-17 01:13:55 +04:00
|
|
|
$ THEMEE="cai.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
2014-04-24 06:04:19 +04:00
|
|
|
- elic.sh
|
|
|
|
|
|
|
|
![elic](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elic.png)
|
|
|
|
|
2014-05-17 01:13:55 +04:00
|
|
|
```bash
|
2014-05-21 00:47:00 +04:00
|
|
|
# One line command, copy and paste into the terminal
|
2014-05-17 01:13:55 +04:00
|
|
|
$ THEMEE="elic.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
2014-04-24 06:04:19 +04:00
|
|
|
- elio.sh
|
|
|
|
|
|
|
|
![elio](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elio.png)
|
|
|
|
|
2014-05-17 01:13:55 +04:00
|
|
|
```bash
|
2014-05-21 00:47:00 +04:00
|
|
|
# One line command, copy and paste into the terminal
|
2014-05-17 01:13:55 +04:00
|
|
|
$ THEMEE="elio.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
2014-04-24 06:04:19 +04:00
|
|
|
- miu.sh
|
|
|
|
|
|
|
|
![miu](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/miu.png)
|
|
|
|
|
2014-05-17 01:13:55 +04:00
|
|
|
```bash
|
2014-05-21 00:47:00 +04:00
|
|
|
# One line command, copy and paste into the terminal
|
2014-05-17 01:13:55 +04:00
|
|
|
$ THEMEE="miu.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
2014-04-24 06:04:19 +04:00
|
|
|
- tin.sh
|
|
|
|
|
|
|
|
![tin](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/tin.png)
|
2013-11-19 05:17:45 +04:00
|
|
|
|
2014-05-17 01:13:55 +04:00
|
|
|
```bash
|
2014-05-21 00:47:00 +04:00
|
|
|
# One line command, copy and paste into the terminal
|
2014-05-17 01:13:55 +04:00
|
|
|
$ THEMEE="tin.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
|
2014-05-21 00:47:00 +04:00
|
|
|
- elementary.sh
|
2014-05-21 00:24:06 +04:00
|
|
|
|
2014-05-21 00:47:00 +04:00
|
|
|
![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elementary.png)
|
2014-05-21 00:24:06 +04:00
|
|
|
|
|
|
|
```bash
|
2014-05-21 00:47:00 +04:00
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="elementary.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
2014-05-21 00:24:06 +04:00
|
|
|
```
|
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
|
2014-09-03 02:05:12 +04:00
|
|
|
- vag.sh
|
|
|
|
|
|
|
|
![vag](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/vag.png)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="vag.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
2014-04-24 05:54:55 +04:00
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
|
|
|
|
- bim.sh
|
|
|
|
|
|
|
|
![bim](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/bim.png)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="bim.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
- jup.sh
|
|
|
|
|
|
|
|
![jup](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/jup.png)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="jup.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
- mar.sh
|
|
|
|
|
|
|
|
![mar](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/mar.png)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="mar.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
- nep.sh
|
|
|
|
|
|
|
|
![nep](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/nep.png)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="nep.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
- sat.sh
|
|
|
|
|
|
|
|
![sat](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/vag.png)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="sat.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
- she.sh
|
|
|
|
|
|
|
|
![she](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/she.png)
|
2013-11-19 05:17:45 +04:00
|
|
|
|
|
|
|
```bash
|
2014-11-04 01:08:15 +03:00
|
|
|
# One line command, copy and paste into the terminal
|
|
|
|
$ THEMEE="she.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
|
|
|
|
```
|
|
|
|
|
2013-11-19 05:17:45 +04:00
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
- ura.sh
|
|
|
|
|
|
|
|
![ura](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/ura.png)
|
2013-11-19 05:17:45 +04:00
|
|
|
|
|
|
|
```bash
|
2014-11-04 01:08:15 +03:00
|
|
|
# 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
|
2013-11-19 05:17:45 +04:00
|
|
|
```
|
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
|
|
|
|
- ven.sh
|
|
|
|
|
|
|
|
![ven](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/ven.png)
|
|
|
|
|
2013-11-19 05:17:45 +04:00
|
|
|
```bash
|
2014-11-04 01:08:15 +03:00
|
|
|
# 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
|
2013-11-19 05:17:45 +04:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2014-11-04 01:08:15 +03:00
|
|
|
- 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
|
|
|
|
```
|