diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-06-07 22:57:23 -0400 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-06-07 23:00:08 -0400 |
commit | e36bb470091093f54123169d2aaaeb19629f5002 (patch) | |
tree | 2860d27376c1068816fdb16f8c47aa8bdd17c29e /Shiki-Colors-Classic/xfwm4/top-left-active.xpm | |
parent | 726d4f717f88caa79733808a8add667db54441dc (diff) |
Revert to using circular button states + new metacity themes
Diffstat (limited to 'Shiki-Colors-Classic/xfwm4/top-left-active.xpm')
-rw-r--r-- | Shiki-Colors-Classic/xfwm4/top-left-active.xpm | 68 |
1 files changed, 33 insertions, 35 deletions
diff --git a/Shiki-Colors-Classic/xfwm4/top-left-active.xpm b/Shiki-Colors-Classic/xfwm4/top-left-active.xpm index f082c0f..71dcb71 100644 --- a/Shiki-Colors-Classic/xfwm4/top-left-active.xpm +++ b/Shiki-Colors-Classic/xfwm4/top-left-active.xpm @@ -1,54 +1,52 @@ /* XPM */ static char * top_left_active_xpm[] = { -"6 25 26 1", +"6 25 24 1", " c None", ". c #3C3C3C", -"+ c #707070", -"@ c #666666", -"# c #515151", -"$ c #5C5C5C", -"% c #505050", -"& c #4F4F4F", -"* c #4E4E4E", -"= c #4D4D4D", -"- c #4C4C4C", -"; c #4B4B4B", -"> c #4A4A4A", -", c #494949", -"' c #484848", -") c #474747", -"! c #464646", -"~ c #454545", -"{ c #444444", -"] c #434343", -"^ c #424242", -"/ c #414141", -"( c #404040", -"_ c #3F3F3F", -": c #3E3E3E", -"< c #3D3D3D", -" .", -" ..+", -" .@@#", -" .$%%%", -" .$&&&", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"......", +".+++++", +".@@@@@", +".#####", +".$$$$$", +".%%%%%", +".&&&&&", ".*****", ".=====", ".-----", +".-----", ".;;;;;", ".>>>>>", -".>>>>>", ".,,,,,", ".'''''", ".)))))", ".!!!!!", ".~~~~~", +".~~~~~", ".{{{{{", ".]]]]]", -".]]]]]", ".^^^^^", "./////", ".(((((", -"._____", -".:::::", -".<<<<<"}; +"._____"}; |