add more themes and update readme

This commit is contained in:
Mayccoll 2014-11-03 17:08:15 -05:00
parent 5cac779242
commit a4b5a6b59f
18 changed files with 225 additions and 22 deletions

120
README.md
View File

@ -2,9 +2,15 @@ Elementary-OS-Terminal-Colors
=============================
#### Color Schemes For Elementary OS - Linux Mint - Ubuntu
----------------
Download and save the script file, make this file executable and run it:
![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:**
```bash
$ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh
@ -12,13 +18,13 @@ Download and save the script file, make this file executable and run it:
$ ./elementary.sh
```
One line command
- **One line command**
```bash
```
$ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh && chmod +x elementary.sh && ./elementary.sh && rm elementary.sh
```
Alternatively you can open the file and copy and paste lines directly into your shell.
- **Alternatively you can open the file and copy and paste lines directly into your shell.**
```bash
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#101010101010'
@ -29,7 +35,7 @@ gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette "#3030303
## Credits:
```bash
http://ciembor.github.io/4bit/
http://ciembor.github.io/4bit/
```
## More themes:
@ -106,6 +112,7 @@ gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette "#3030303
$ THEMEE="tin.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)
@ -115,6 +122,7 @@ gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette "#3030303
$ THEMEE="elementary.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
```
- vag.sh
![vag](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/vag.png)
@ -123,25 +131,93 @@ gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette "#3030303
# 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
```
### More colors
copy and paste lines directly into your shell.
- bim.sh
![bim](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/bim.png)
```bash
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#393945455252:#c0c05b5b5b5b:#5b5bc0c05b5b:#c0c0c0c05b5b:#5b5b5b5bc0c0:#c0c05b5bc0c0:#5b5bc0c0c0c0:#aaaab7b7c4c4:#62626e6e7b7b:#f5f5e5e5e5e5:#e5e5f5f5e5e5:#f5f5f5f5e5e5:#e5e5e5e5f5f5:#f5f5e5e5f5f5:#e5e5f5f5f5f5:#d9d9e5e5f2f2'
```
```bash
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#393945455252:#cdcd48484848:#4848cdcd4848:#cdcdcdcd4848:#48484848cdcd:#cdcd4848cdcd:#4848cdcdcdcd:#aaaab7b7c4c4:#62626e6e7b7b:#dddd83838383:#8383dddd8383:#dddddddd8383:#83838383dddd:#dddd8383dddd:#8383dddddddd:#d9d9e5e5f2f2'
```
```bash
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#fbfbf9f9d8d8'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#454551515e5e'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#252531313e3e:#bcbc27272f2f:#2f2fbcbc2727:#bcbcb4b42727:#27272f2fbcbc:#b4b42727bcbc:#2727bcbcb4b4:#8f8f9c9ca9a9:#454551515e5e:#eeeeaeaeb2b2:#b2b2eeeeaeae:#eeeeebebaeae:#aeaeb2b2eeee:#ebebaeaeeeee:#aeaeeeeeebeb:#a2a2afafbcbc'
# 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)
```bash
# 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
```
- ura.sh
![ura](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/ura.png)
```bash
# 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
```

14
bim.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#010128284949'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#a9a9bebed8d8'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#2c2c24242323:#f5f55757a0a0:#a9a9eeee5555:#f5f5a2a25555:#5e5ea2a2ecec:#a9a95757ecec:#5e5eeeeea0a0:#919189898888:#919189898888:#f5f57979b2b2:#bbbbeeee7878:#f5f5b3b37878:#8181b3b3ecec:#bbbb7979ecec:#8181eeeeb2b2:#f5f5eeeeecec'

15
him.sh Normal file
View File

@ -0,0 +1,15 @@
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#757584848080'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#232347476a6a'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#000000000000:#dddd6f6f0000:#0000dddd6f6f:#6f6fdddd0000:#6f6f0000dddd:#dddd00006f6f:#00006f6fdddd:#f2f2f2f2f2f2:#7d7d7d7d7d7d:#ffffb9b97474:#7474ffffb9b9:#b9b9ffff7474:#b9b97474ffff:#ffff7474b9b9:#7474b9b9ffff:#ffffffffffff'

BIN
images/bim.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
images/jup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
images/mar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
images/nep.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
images/sat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
images/she.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
images/ura.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
images/ven.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

14
jup.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#757584848080'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#232347476a6a'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#000000000000:#dddd00006f6f:#6f6fdddd0000:#dddd6f6f0000:#00006f6fdddd:#6f6f0000dddd:#0000dddd6f6f:#f2f2f2f2f2f2:#7d7d7d7d7d7d:#ffff7474b9b9:#b9b9ffff7474:#ffffb9b97474:#7474b9b9ffff:#b9b97474ffff:#7474ffffb9b9:#ffffffffffff'

14
mar.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#ffffffffffff'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#232347476a6a'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#000000000000:#b5b540407b7b:#7b7bb5b54040:#b5b57b7b4040:#40407b7bb5b5:#7b7b4040b5b5:#4040b5b57b7b:#f8f8f8f8f8f8:#737373737373:#cdcd7373a0a0:#a0a0cdcd7373:#cdcda0a07373:#7373a0a0cdcd:#a0a07373cdcd:#7373cdcda0a0:#ffffffffffff'

14
nep.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#757584848080'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#232347476a6a'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#000000000000:#dddd6f6f0000:#0000dddd6f6f:#6f6fdddd0000:#6f6f0000dddd:#dddd00006f6f:#00006f6fdddd:#f2f2f2f2f2f2:#7d7d7d7d7d7d:#ffffb9b97474:#7474ffffb9b9:#b9b9ffff7474:#b9b97474ffff:#ffff7474b9b9:#7474b9b9ffff:#ffffffffffff'

14
sat.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#757584848080'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#232347476a6a'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#000000000000:#dddd00000707:#0707dddd0000:#ddddd6d60000:#00000707dddd:#d6d60000dddd:#0000ddddd6d6:#f2f2f2f2f2f2:#7d7d7d7d7d7d:#ffff74747878:#7878ffff7474:#fffffafa7474:#74747878ffff:#fafa7474ffff:#7474fffffafa:#ffffffffffff'

14
shel.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#2a2a20201f1f'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#48488282cdcd'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#2c2c24242323:#abab24246363:#6c6ca3a32323:#abab64642323:#2c2c6464a2a2:#6c6c2424a2a2:#2c2ca3a36363:#919189898888:#919189898888:#f5f58888b9b9:#c2c2eeee8686:#f5f5baba8686:#8f8fbabaecec:#c2c28888ecec:#8f8feeeeb9b9:#f5f5eeeeecec'

14
ura.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#fefeffffeeee'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#232347476a6a'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#000000000000:#c2c21b1b6f6f:#6f6fc2c21b1b:#c2c26f6f1b1b:#1b1b6f6fc2c2:#6f6f1b1bc2c2:#1b1bc2c26f6f:#808080808080:#808080808080:#eeee8484b9b9:#b9b9eeee8484:#eeeeb9b98484:#8484b9b9eeee:#b9b98484eeee:#8484eeeeb9b9:#e5e5e5e5e5e5'

14
ven.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#757584848080'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#232347476a6a'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#000000000000:#dddd6f6f0000:#0000dddd6f6f:#6f6fdddd0000:#6f6f0000dddd:#dddd00006f6f:#00006f6fdddd:#f2f2f2f2f2f2:#7d7d7d7d7d7d:#ffffb9b97474:#7474ffffb9b9:#b9b9ffff7474:#b9b97474ffff:#ffff7474b9b9:#7474b9b9ffff:#ffffffffffff'