mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
remove themes
This commit is contained in:
parent
ff9e25d3e3
commit
ac2d2b4667
20
README.md
20
README.md
@ -201,23 +201,3 @@ gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette "#3030303
|
||||
# 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
|
||||
```
|
||||
|
15
him.sh
15
him.sh
@ -1,15 +0,0 @@
|
||||
#!/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/ven.png
BIN
images/ven.png
Binary file not shown.
Before Width: | Height: | Size: 9.9 KiB |
14
ven.sh
14
ven.sh
@ -1,14 +0,0 @@
|
||||
#!/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'
|
Loading…
Reference in New Issue
Block a user