forked from Gogh-Co/Gogh
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathvag.sh
More file actions
executable file
·13 lines (11 loc) · 698 Bytes
/
vag.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 '#19191f1f1d1d'
gsettings set org.pantheon.terminal.settings foreground '#d9d9e6e6f2f2'
gsettings set org.pantheon.terminal.settings cursor-color '#d9d9e6e6f2f2'
gsettings set org.pantheon.terminal.settings palette '#303030303030:#a8a871713939:#3939a8a87171:#7171a8a83939:#71713939a8a8:#a8a839397171:#39397171a8a8:#8a8a8a8a8a8a:#494949494949:#b0b076763b3b:#3b3bb0b07676:#7676b0b03b3b:#76763b3bb0b0:#b0b03b3b7676:#3b3b7676b0b0:#cfcfcfcfcfcf'