aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKylie McClain <somasissounds@gmail.com>2015-02-16 23:28:30 -0500
committerKylie McClain <somasissounds@gmail.com>2015-02-16 23:28:30 -0500
commitdd34ab7e2d1796e54fa6126aa4559fb712f69cc7 (patch)
treecb7391079de21d4eca64f4645735382c9bb23d78
parent73848f31515fccdc93c7d2fe111af1bea6b0dbf1 (diff)
be consistent with how we name Shiki-Colors
-rwxr-xr-xShiki-Colors-common/gtk-2.0/widgets/Panel/panel-bg.png (renamed from Shiki-colors-common/gtk-2.0/widgets/Panel/panel-bg.png)bin3984 -> 3984 bytes
-rwxr-xr-xShiki-Colors-common/gtk-2.0/widgets/Panel/panel-button-active.png (renamed from Shiki-colors-common/gtk-2.0/widgets/Panel/panel-button-active.png)bin363 -> 363 bytes
-rwxr-xr-xShiki-Colors-common/gtk-2.0/widgets/Panel/panel-button-hover.png (renamed from Shiki-colors-common/gtk-2.0/widgets/Panel/panel-button-hover.png)bin385 -> 385 bytes
-rwxr-xr-xShiki-Colors-common/gtk-2.0/widgets/Scale/slider-hover.png (renamed from Shiki-colors-common/gtk-2.0/widgets/Scale/slider-hover.png)bin780 -> 780 bytes
-rwxr-xr-xShiki-Colors-common/patches/enable-dark-menubar.patch (renamed from Shiki-colors-common/patches/enable-dark-menubar.patch)0
-rwxr-xr-xShiki-Colors-common/patches/panel.rc.patch (renamed from Shiki-colors-common/patches/panel.rc.patch)0
-rwxr-xr-xmake-colors-themes10
7 files changed, 5 insertions, 5 deletions
diff --git a/Shiki-colors-common/gtk-2.0/widgets/Panel/panel-bg.png b/Shiki-Colors-common/gtk-2.0/widgets/Panel/panel-bg.png
index 7874100..7874100 100755
--- a/Shiki-colors-common/gtk-2.0/widgets/Panel/panel-bg.png
+++ b/Shiki-Colors-common/gtk-2.0/widgets/Panel/panel-bg.png
Binary files differ
diff --git a/Shiki-colors-common/gtk-2.0/widgets/Panel/panel-button-active.png b/Shiki-Colors-common/gtk-2.0/widgets/Panel/panel-button-active.png
index c4e8118..c4e8118 100755
--- a/Shiki-colors-common/gtk-2.0/widgets/Panel/panel-button-active.png
+++ b/Shiki-Colors-common/gtk-2.0/widgets/Panel/panel-button-active.png
Binary files differ
diff --git a/Shiki-colors-common/gtk-2.0/widgets/Panel/panel-button-hover.png b/Shiki-Colors-common/gtk-2.0/widgets/Panel/panel-button-hover.png
index 208e0d7..208e0d7 100755
--- a/Shiki-colors-common/gtk-2.0/widgets/Panel/panel-button-hover.png
+++ b/Shiki-Colors-common/gtk-2.0/widgets/Panel/panel-button-hover.png
Binary files differ
diff --git a/Shiki-colors-common/gtk-2.0/widgets/Scale/slider-hover.png b/Shiki-Colors-common/gtk-2.0/widgets/Scale/slider-hover.png
index b6385bc..b6385bc 100755
--- a/Shiki-colors-common/gtk-2.0/widgets/Scale/slider-hover.png
+++ b/Shiki-Colors-common/gtk-2.0/widgets/Scale/slider-hover.png
Binary files differ
diff --git a/Shiki-colors-common/patches/enable-dark-menubar.patch b/Shiki-Colors-common/patches/enable-dark-menubar.patch
index dfd57c8..dfd57c8 100755
--- a/Shiki-colors-common/patches/enable-dark-menubar.patch
+++ b/Shiki-Colors-common/patches/enable-dark-menubar.patch
diff --git a/Shiki-colors-common/patches/panel.rc.patch b/Shiki-Colors-common/patches/panel.rc.patch
index 373fa1d..373fa1d 100755
--- a/Shiki-colors-common/patches/panel.rc.patch
+++ b/Shiki-Colors-common/patches/panel.rc.patch
diff --git a/make-colors-themes b/make-colors-themes
index 3140f56..1e7015a 100755
--- a/make-colors-themes
+++ b/make-colors-themes
@@ -120,9 +120,9 @@ patch_theme() {
echo "Resetting zuki-themes git repo..."
git reset --hard HEAD
cd "$OLDPWD"
- fix_line_endings "./zuki-themes/Zukitwo/gtk-2.0/widgets/panel.rc" "./zuki-themes/Zukitwo/gtk-2.0/gtkrc" "./Shiki-colors-common/patches/panel.rc.patch" "./Shiki-colors-common/patches/enable-dark-menubar.patch"
- yes | patch ./zuki-themes/Zukitwo/gtk-2.0/widgets/panel.rc <./Shiki-colors-common/patches/panel.rc.patch
- yes | patch ./zuki-themes/Zukitwo/gtk-2.0/gtkrc <./Shiki-colors-common/patches/enable-dark-menubar.patch
+ fix_line_endings "./zuki-themes/Zukitwo/gtk-2.0/widgets/panel.rc" "./zuki-themes/Zukitwo/gtk-2.0/gtkrc" "./Shiki-Colors-common/patches/panel.rc.patch" "./Shiki-Colors-common/patches/enable-dark-menubar.patch"
+ yes | patch ./zuki-themes/Zukitwo/gtk-2.0/widgets/panel.rc <./Shiki-Colors-common/patches/panel.rc.patch
+ yes | patch ./zuki-themes/Zukitwo/gtk-2.0/gtkrc <./Shiki-Colors-common/patches/enable-dark-menubar.patch
for zuki_theme in ./zuki-themes/*/;do
pushd "$zuki_theme/" >/dev/null 2>&1
rm -rf "xfwm4"
@@ -167,7 +167,7 @@ generate_theme() {
IFS="$OLDIFS"
done
#rm -rf "xfwm4"
- cp -vr ../Shiki-colors-common/* ./
+ cp -vr ../Shiki-Colors-common/* ./
cd "$OLDPWD"
}
@@ -195,7 +195,7 @@ clean() {
}
help() {
- echo "make-colors-themes - create Zukitwo-colors themes"
+ echo "make-colors-themes - create Shiki-Colors themes"
echo "usage: make-colors-themes [actions]"
echo
echo "arguments:"