-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsummerfruit-dark.sh
executable file
·19 lines (18 loc) · 1.23 KB
/
summerfruit-dark.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env bash
# Base16 - Tilda color scheme install script
# Theme Builder - Leigh Robinson (www.hypercolumn.co.uk)
# Base16 - Chris Kempson (http://chriskempson.com)
# Summerfruit Dark Colour Scheme - Christopher Corley (http://christop.club/)
cp ~/.config/tilda/config_0 ~/.config/tilda/config_0.bak
killall tilda 2>/dev/null
sleep 1
sed -i '/^palette = /c\palette = {5397, 5397, 5397, 65535, 0, 34438, 0, 51657, 6168, 43947, 43176, 0, 14135, 30583, 59110, 44461, 0, 41377, 7967, 43690, 43690, 53456, 53456, 53456, 20560, 20560, 20560, 65535, 0, 34438, 0, 51657, 6168, 43947, 43176, 0, 14135, 30583, 59110, 44461, 0, 41377, 7967, 43690, 43690, 65535, 65535, 65535}' ~/.config/tilda/config_0
sed -i '/^back_red/c\back_red = 5397' ~/.config/tilda/config_0
sed -i '/^back_green/c\back_green = 5397' ~/.config/tilda/config_0
sed -i '/^back_blue/c\back_blue = 5397' ~/.config/tilda/config_0
sed -i '/^text_red/c\text_red = 53456' ~/.config/tilda/config_0
sed -i '/^text_green/c\text_green = 53456' ~/.config/tilda/config_0
sed -i '/^text_blue/c\text_blue = 53456' ~/.config/tilda/config_0
sed -i '/^scheme/c\scheme = 0' ~/.config/tilda/config_0
sed -i '/^palette_scheme/c\palette_scheme = 0' ~/.config/tilda/config_0
nohup tilda >/dev/null 2>&1&