forked from Gogh-Co/Gogh
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathazu.sh
More file actions
executable file
·13 lines (11 loc) · 698 Bytes
/
azu.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 '#090911111a1a'
gsettings set org.pantheon.terminal.settings foreground '#d9d9e6e6f2f2'
gsettings set org.pantheon.terminal.settings cursor-color '#d9d9e6e6f2f2'
gsettings set org.pantheon.terminal.settings palette '#000000000000:#acac6d6d7474:#7474acac6d6d:#acaca4a46d6d:#6d6d7474acac:#a4a46d6dacac:#6d6dacaca4a4:#e6e6e6e6e6e6:#262626262626:#d6d6b8b8bcbc:#bcbcd6d6b8b8:#d6d6d3d3b8b8:#b8b8bcbcd6d6:#d3d3b8b8d6d6:#b8b8d6d6d3d3:#ffffffffffff'