aboutsummaryrefslogtreecommitdiff
path: root/arc-theme-upgrade
diff options
context:
space:
mode:
authorMartin Schenck2016-08-01 17:41:52 +0200
committerMartin Schenck2017-05-14 18:26:05 +0200
commitc6029ac640cdc73c2ddae3ac1b033fe10284dc76 (patch)
tree8d269bf81b96892da291c3eb6481eae0d4c7b5d5 /arc-theme-upgrade
parent8290cb813f157a22e64ae58ac3dfb5983b0416e6 (diff)
downloadsolarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.tar.gz
solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.tar.xz
solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.zip
Solarized colours
The script solarize.sh solarizes all colors by replacing the arc colors with approproate colours from the solarized color scheme.
Diffstat (limited to 'arc-theme-upgrade')
-rwxr-xr-xarc-theme-upgrade4
1 files changed, 2 insertions, 2 deletions
diff --git a/arc-theme-upgrade b/arc-theme-upgrade
index 7abf15d..ef0ba50 100755
--- a/arc-theme-upgrade
+++ b/arc-theme-upgrade
@@ -85,7 +85,7 @@ install_theme() {
rm -rf $tempdir && mkdir $tempdir && cd $tempdir
# Get the sources && Remove current installation only if download and unpack are successful
- wget $download_url && tar xf master.tar.gz && rm -rf $lightdir $darkerdir $darkdir && cd "$theme_name"-master
+ wget $download_url && tar xf master.tar.gz && rm -rf $lightdir $darkerdir $darkdir && cd "$theme_name"-master
# Build and install
./autogen.sh --prefix=/usr
@@ -138,7 +138,7 @@ check_directories $lightdir $darkerdir $darkdir
echo
read -r -p "Do you want to continue installation? [y/N] " response
case $response in
- [yY][eE][sS]|[yY])
+ [yY][eE][sS]|[yY])
install_theme
;;
*)