forked from Gogh-Co/Gogh
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjup.sh
More file actions
executable file
·13 lines (11 loc) · 698 Bytes
/
jup.sh
File metadata and controls
executable file
·13 lines (11 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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.
gsettings set org.pantheon.terminal.settings background '#757584848080'
gsettings set org.pantheon.terminal.settings foreground '#232347476a6a'
gsettings set org.pantheon.terminal.settings cursor-color '#232347476a6a'
gsettings set org.pantheon.terminal.settings palette '#000000000000:#dddd00006f6f:#6f6fdddd0000:#dddd6f6f0000:#00006f6fdddd:#6f6f0000dddd:#0000dddd6f6f:#f2f2f2f2f2f2:#7d7d7d7d7d7d:#ffff7474b9b9:#b9b9ffff7474:#ffffb9b97474:#7474b9b9ffff:#b9b97474ffff:#7474ffffb9b9:#ffffffffffff'