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 /Shiki-Colors-Classic/xfwm4 | |
parent | d42d496653fb2dd4c626cf299fb17d1bd56f7d04 (diff) |
Shiki-Colors-*/xfwm4: thin out bottom xpms
Diffstat (limited to 'Shiki-Colors-Classic/xfwm4')
-rw-r--r-- | Shiki-Colors-Classic/xfwm4/bottom-active.xpm | 12 | ||||
-rw-r--r-- | Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm | 12 |
2 files changed, 6 insertions, 18 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", +"...................."}; |