diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-11-29 21:30:28 -0500 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-11-29 21:32:57 -0500 |
commit | 0d77026b1f52f1eb2c991c922497cf65464de1e1 (patch) | |
tree | c01ecaa2a21a8ad3528d1f7f94d51930cf08b702 | |
parent | d42d496653fb2dd4c626cf299fb17d1bd56f7d04 (diff) |
Shiki-Colors-*/xfwm4: thin out bottom xpms
-rw-r--r-- | Shiki-Colors-Classic/xfwm4/bottom-active.xpm | 12 | ||||
-rw-r--r-- | Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm | 12 | ||||
-rwxr-xr-x | Shiki-Colors-Revival/xfwm4/bottom-active.xpm | 12 | ||||
-rwxr-xr-x | Shiki-Colors-Revival/xfwm4/bottom-inactive.xpm | 12 |
4 files changed, 12 insertions, 36 deletions
diff --git a/Shiki-Colors-Classic/xfwm4/bottom-active.xpm b/Shiki-Colors-Classic/xfwm4/bottom-active.xpm index f4fd46e..b327fce 100644 --- a/Shiki-Colors-Classic/xfwm4/bottom-active.xpm +++ b/Shiki-Colors-Classic/xfwm4/bottom-active.xpm @@ -1,12 +1,6 @@ /* XPM */ static char * bottom_active_xpm[] = { -"20 4 5 1", +"20 1 2 1", " c None", -". c #C3C3C3", -"+ c #ADADAD", -"@ c #979797", -"# c #3C3C3C", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"####################"}; +". c #3C3C3C", +"...................."}; diff --git a/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm b/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm index 2d0b0e6..115aa0d 100644 --- a/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm +++ b/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm @@ -1,12 +1,6 @@ /* XPM */ static char * bottom_inactive_xpm[] = { -"20 4 5 1", +"20 1 2 1", " c None", -". c #C3C3C3", -"+ c #ADADAD", -"@ c #979797", -"# c #3C3C3C", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"####################"}; +". c #3C3C3C", +"...................."}; diff --git a/Shiki-Colors-Revival/xfwm4/bottom-active.xpm b/Shiki-Colors-Revival/xfwm4/bottom-active.xpm index 1a1d534..15d6904 100755 --- a/Shiki-Colors-Revival/xfwm4/bottom-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/bottom-active.xpm @@ -1,12 +1,6 @@ /* XPM */ static char * bottom_active_xpm[] = { -"20 4 5 1", +"20 1 2 1", " c None", -". c #6B6B6B", -"+ c #5F5F5F", -"@ c #535353", -"# c #212121", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"####################"}; +". c #212121", +"...................."}; diff --git a/Shiki-Colors-Revival/xfwm4/bottom-inactive.xpm b/Shiki-Colors-Revival/xfwm4/bottom-inactive.xpm index 17e1235..a34e255 100755 --- a/Shiki-Colors-Revival/xfwm4/bottom-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/bottom-inactive.xpm @@ -1,12 +1,6 @@ /* XPM */ static char * bottom_inactive_xpm[] = { -"20 4 5 1", +"20 1 2 1", " c None", -". c #6B6B6B", -"+ c #5F5F5F", -"@ c #535353", -"# c #212121", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"####################"}; +". c #212121", +"...................."}; |