From 474539210d7edc6079c6f01c6b5e5152cd7fcc62 Mon Sep 17 00:00:00 2001 From: Martin Schenck Date: Mon, 1 Aug 2016 17:41:52 +0200 Subject: Solarized colours The script solarize.sh solarizes all colors by replacing the arc colors with approproate colours from the solarized color scheme. --- arc-theme-upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arc-theme-upgrade') 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 ;; *) -- cgit v1.2.3