Gogh/README.md

244 lines
5.9 KiB
Markdown
Raw Normal View History

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:25:35 +03:00
![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/themes.gif)
2014-11-04 01:08:15 +03:00
----
### How to install:
2014-12-14 23:49:19 +03:00
- 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-12-14 23:49:19 +03:00
- One line command
2014-04-26 23:39:11 +04:00
2014-12-14 23:49:19 +03:00
This way of installing is equals the above, the only thing is that a shortening of urls (git.io) was used and fits all commands on a single line.
2014-04-24 05:54:55 +04:00
2013-11-19 05:17:45 +04:00
```bash
2014-12-14 23:49:19 +03:00
$ wget -O xt http://git.io/fXU8Jg && chmod +x xt && ./xt && rm xt
2014-05-17 01:13:55 +04:00
```
2014-05-20 23:56:37 +04:00
2014-12-14 23:49:19 +03:00
### New Script
To have more control over colors, I made a new simple script to change those made with 4 bits.
This new script has variables which can be set according to preferences.
Please feel free to use and create your own color schemes.
**You can send Pull Request.**
- The Script
https://github.com/Mayccoll/Elementary-OS-Terminal-Colors/blob/master/base.sh
- Variables
2014-05-20 23:56:37 +04:00
```bash
2014-12-14 23:49:19 +03:00
BACKGROUD_COLOR="#2F373B" # Background Color
FOREGROUND_COLOR="#d9e6f2" # Text
COLOR_01="#383838" # HOST
COLOR_03="#939f93" # COMMAND
COLOR_04="#9f9f93" # COMMAND_COLOR2
COLOR_10="#ab4642" # COMMAND_ERROR
COLOR_05="#7cafc2" # PATH
COLOR_07="#ab4642" # PROMP
COLOR_11="#a1b56c" # EXEC
COLOR_13="#7cafc2" # FOLDER
COLOR_02="#9f9393" # SYNTAX_STRING
COLOR_06="#9f939f" # SYNTAX_VAR
COLOR_08="#F2F2F2" # COLOR_08
COLOR_09="#5D5D5D" # COLOR_09
COLOR_12="#FFD00A" # COLOR_12
COLOR_14="#FF1D62" # COLOR_14
COLOR_15="#4BB8FD" # COLOR_15
COLOR_16="#A020F0" # COLOR_16
2014-05-20 23:56:37 +04:00
```
2014-05-21 00:47:00 +04:00
2014-12-14 23:49:19 +03:00
#### Credits:
- http://ciembor.github.io/4bit/
-------
### More themes:
- **aci.sh**
2014-05-21 00:47:00 +04:00
![aci](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/aci.png)
2014-12-14 23:49:19 +03:00
2014-05-21 00:47:00 +04:00
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/mGzs5Q && chmod +x xt && ./xt && rm xt
2014-05-21 00:47:00 +04:00
```
2014-12-14 23:49:19 +03:00
- **aco.sh**
2014-05-21 00:47:00 +04:00
![aco](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/aco.png)
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/0l4A5w && chmod +x xt && ./xt && rm xt
2014-05-21 00:47:00 +04:00
```
2013-11-19 05:17:45 +04:00
2014-12-14 23:49:19 +03:00
- **azu.sh**
2014-04-24 06:04:19 +04:00
![azu](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/azu.png)
2014-05-17 01:13:55 +04:00
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/pDU8aQ && chmod +x xt && ./xt && rm xt
2014-05-17 01:13:55 +04:00
```
2014-12-14 23:49:19 +03:00
- **cai.sh**
2014-04-24 06:04:19 +04:00
![cai](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/cai.png)
2014-05-17 01:13:55 +04:00
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/ECkzjg && chmod +x xt && ./xt && rm xt
2014-05-17 01:13:55 +04:00
```
2014-12-14 23:49:19 +03:00
- **elic.sh**
2014-04-24 06:04:19 +04:00
![elic](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elic.png)
2014-05-17 01:13:55 +04:00
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/sSSshQ && chmod +x xt && ./xt && rm xt
2014-05-17 01:13:55 +04:00
```
2014-12-14 23:49:19 +03:00
- **elio.sh**
2014-04-24 06:04:19 +04:00
![elio](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elio.png)
2014-05-17 01:13:55 +04:00
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/bCVhIA && chmod +x xt && ./xt && rm xt
2014-05-17 01:13:55 +04:00
```
2014-12-14 23:49:19 +03:00
- **miu.sh**
2014-04-24 06:04:19 +04:00
![miu](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/miu.png)
2014-05-17 01:13:55 +04:00
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/b-eZVQ && chmod +x xt && ./xt && rm xt
2014-05-17 01:13:55 +04:00
```
2014-12-14 23:49:19 +03:00
- **tin.sh**
2014-04-24 06:04:19 +04:00
![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-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/W5dkrA && chmod +x xt && ./xt && rm xt
2014-05-17 01:13:55 +04:00
```
2014-11-04 01:08:15 +03:00
2014-12-14 23:49:19 +03: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-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/fXU8Jg && chmod +x xt && ./xt && rm xt
2014-05-21 00:24:06 +04:00
```
2014-11-04 01:08:15 +03:00
2014-12-14 23:49:19 +03:00
- **vag.sh**
![vag](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/vag.png)
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/xwkzlg && chmod +x xt && ./xt && rm xt
```
2014-04-24 05:54:55 +04:00
2014-11-04 01:08:15 +03:00
2014-12-14 23:49:19 +03:00
- **bim.sh**
2014-11-04 01:08:15 +03:00
![bim](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/bim.png)
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/-t0lXg && chmod +x xt && ./xt && rm xt
2014-11-04 01:08:15 +03:00
```
2014-12-14 23:49:19 +03:00
- **jup.sh**
2014-11-04 01:08:15 +03:00
![jup](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/jup.png)
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/PE0xXw && chmod +x xt && ./xt && rm xt
2014-11-04 01:08:15 +03:00
```
2014-12-14 23:49:19 +03:00
- **mar.sh**
2014-11-04 01:08:15 +03:00
![mar](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/mar.png)
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/g749-Q && chmod +x xt && ./xt && rm xt
2014-11-04 01:08:15 +03:00
```
2014-12-14 23:49:19 +03:00
- **nep.sh**
2014-11-04 01:08:15 +03:00
![nep](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/nep.png)
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/6hJsiw && chmod +x xt && ./xt && rm xt
2014-11-04 01:08:15 +03:00
```
2014-12-14 23:49:19 +03:00
- **sat.sh**
2014-11-04 01:08:15 +03:00
![sat](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/vag.png)
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/luv_2A && chmod +x xt && ./xt && rm xt
2014-11-04 01:08:15 +03:00
```
2014-12-14 23:49:19 +03:00
- **shel.sh**
2014-11-04 01:08:15 +03:00
2014-12-14 23:49:19 +03:00
![shel](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/she.png)
2013-11-19 05:17:45 +04:00
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/TF6KDA && chmod +x xt && ./xt && rm xt
2014-11-04 01:08:15 +03:00
```
2013-11-19 05:17:45 +04:00
2014-12-14 23:49:19 +03:00
- **ura.sh**
2014-11-04 01:08:15 +03:00
![ura](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/ura.png)
2013-11-19 05:17:45 +04:00
```bash
2014-12-14 23:49:19 +03:00
# One line install:
$ wget -O xt http://git.io/GUFFsQ && chmod +x xt && ./xt && rm xt
2013-11-19 05:17:45 +04:00
```
2014-12-14 23:53:40 +03:00
- **pali.sh**
![pali](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/pali.png)
```bash
# One line install:
$ wget -O xt http://git.io/xh3YKA && chmod +x xt && ./xt && rm xt
```