forked from Gogh-Co/Gogh
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcai.sh
More file actions
executable file
·13 lines (11 loc) · 698 Bytes
/
cai.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:#caca27274d4d:#4d4dcaca2727:#cacaa4a42727:#27274d4dcaca:#a4a42727caca:#2727cacaa4a4:#808080808080:#808080808080:#e9e98d8da3a3:#a3a3e9e98d8d:#e9e9d4d48d8d:#8d8da3a3e9e9:#d4d48d8de9e9:#8d8de9e9d4d4:#ffffffffffff'