1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Gogh/README.md
2015-01-14 11:55:33 -05:00

273 lines
6.3 KiB
Markdown

Elementary-OS-Terminal-Colors
=============================
#### Color Schemes For Elementary OS - Linux Mint - Ubuntu
![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/themes.gif)
----
### How to install:
- Download and save the script file, make this file executable and run it:
```bash
$ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh
$ chmod +x elementary.sh
$ ./elementary.sh
```
- One line command
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.
```bash
$ wget -O xt http://git.io/fXU8Jg && chmod +x xt && ./xt && rm xt
```
#### Elementary OS
- Uncomment the following line in ```.bashrc```
```bash
#force_color_prompt=yes
```
- execute in terminal
```bash
$ source .bashrc
```
### 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
```bash
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
```
#### Credits:
- http://ciembor.github.io/4bit/
#### contributors:
- https://github.com/javaguirre
-------
### More themes:
- **aci.sh**
![aci](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/aci.png)
```bash
# One line install:
$ wget -O xt http://git.io/mGzs5Q && chmod +x xt && ./xt && rm xt
```
- **aco.sh**
![aco](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/aco.png)
```bash
# One line install:
$ wget -O xt http://git.io/0l4A5w && chmod +x xt && ./xt && rm xt
```
- **azu.sh**
![azu](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/azu.png)
```bash
# One line install:
$ wget -O xt http://git.io/pDU8aQ && chmod +x xt && ./xt && rm xt
```
- **cai.sh**
![cai](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/cai.png)
```bash
# One line install:
$ wget -O xt http://git.io/ECkzjg && chmod +x xt && ./xt && rm xt
```
- **elic.sh**
![elic](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elic.png)
```bash
# One line install:
$ wget -O xt http://git.io/sSSshQ && chmod +x xt && ./xt && rm xt
```
- **elio.sh**
![elio](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elio.png)
```bash
# One line install:
$ wget -O xt http://git.io/bCVhIA && chmod +x xt && ./xt && rm xt
```
- **miu.sh**
![miu](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/miu.png)
```bash
# One line install:
$ wget -O xt http://git.io/b-eZVQ && chmod +x xt && ./xt && rm xt
```
- **tin.sh**
![tin](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/tin.png)
```bash
# One line install:
$ wget -O xt http://git.io/W5dkrA && chmod +x xt && ./xt && rm xt
```
- **elementary.sh**
![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/elementary.png)
```bash
# One line install:
$ wget -O xt http://git.io/fXU8Jg && chmod +x xt && ./xt && rm xt
```
- **vag.sh**
![vag](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/vag.png)
```bash
# One line install:
$ wget -O xt http://git.io/xwkzlg && chmod +x xt && ./xt && rm xt
```
- **bim.sh**
![bim](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/bim.png)
```bash
# One line install:
$ wget -O xt http://git.io/-t0lXg && chmod +x xt && ./xt && rm xt
```
- **jup.sh**
![jup](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/jup.png)
```bash
# One line install:
$ wget -O xt http://git.io/PE0xXw && chmod +x xt && ./xt && rm xt
```
- **mar.sh**
![mar](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/mar.png)
```bash
# One line install:
$ wget -O xt http://git.io/g749-Q && chmod +x xt && ./xt && rm xt
```
- **nep.sh**
![nep](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/nep.png)
```bash
# One line install:
$ wget -O xt http://git.io/6hJsiw && chmod +x xt && ./xt && rm xt
```
- **sat.sh**
![sat](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/vag.png)
```bash
# One line install:
$ wget -O xt http://git.io/luv_2A && chmod +x xt && ./xt && rm xt
```
- **shel.sh**
![shel](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/she.png)
```bash
# One line install:
$ wget -O xt http://git.io/TF6KDA && chmod +x xt && ./xt && rm xt
```
- **ura.sh**
![ura](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/ura.png)
```bash
# One line install:
$ wget -O xt http://git.io/GUFFsQ && chmod +x xt && ./xt && rm xt
```
- **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
```
- **hydrid.sh**
![hydrid](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/Hybrid.png)
```bash
# One line install:
$ wget -O xt http://git.io/PWgNtA && chmod +x xt && ./xt && rm xt
```