diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-05-30 02:50:44 -0400 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-05-30 02:50:44 -0400 |
commit | e381f2e4861ad1ac06e807e2c15f5b51d81a0c06 (patch) | |
tree | c5200b9b106804709e6f7b2b447ac4764417d757 /Shiki-Colors-Xfwm/xfwm4/top-right-inactive.xpm | |
parent | d0b85a2c13a6152df62fc6f0cd6e22ecb792a802 (diff) |
extreme revamp; now we use numix and a new make system
Diffstat (limited to 'Shiki-Colors-Xfwm/xfwm4/top-right-inactive.xpm')
-rwxr-xr-x | Shiki-Colors-Xfwm/xfwm4/top-right-inactive.xpm | 50 |
1 files changed, 24 insertions, 26 deletions
diff --git a/Shiki-Colors-Xfwm/xfwm4/top-right-inactive.xpm b/Shiki-Colors-Xfwm/xfwm4/top-right-inactive.xpm index 8ba50f4..83230e7 100755 --- a/Shiki-Colors-Xfwm/xfwm4/top-right-inactive.xpm +++ b/Shiki-Colors-Xfwm/xfwm4/top-right-inactive.xpm @@ -1,44 +1,42 @@ /* XPM */ static char * top_right_inactive_xpm[] = { -"6 25 16 1", +"6 25 14 1", " c None", ". c #212121", -"+ c #383838", +"+ c #3D3D3D", "@ c #2C2C2C", -"# c #353535", -"$ c #303030", -"% c #2B2B2B", -"& c #2A2A2A", -"* c #292929", -"= c #282828", -"- c #272727", -"; c #262626", -"> c #252525", -", c #242424", -"' c #232323", -") c #222222", -". ", -"+.. ", -"@##. ", -"@@@$. ", -"%%%$. ", +"# c #2B2B2B", +"$ c #2A2A2A", +"% c #292929", +"& c #282828", +"* c #272727", +"= c #262626", +"- c #252525", +"; c #242424", +"> c #232323", +", c #222222", +"......", +"+++++.", +"@@@@@.", +"@@@@@.", +"#####.", +"#####.", +"$$$$$.", +"$$$$$.", "%%%%%.", "&&&&&.", "&&&&&.", +"&&&&&.", +"*****.", "*****.", -"=====.", "=====.", "=====.", "-----.", "-----.", +"-----.", ";;;;;.", -";;;;;.", -">>>>>.", ">>>>>.", ">>>>>.", ",,,,,.", -"'''''.", -"'''''.", -"))))).", -"))))).", +",,,,,.", "......"}; |