diff options
author | Siri Reiter <siri@jones.dk> | 2015-04-11 18:50:42 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-04-11 18:50:42 +0200 |
commit | 81bd3aa049565afd1f06edf05b2e0b1a0e3e0ab1 (patch) | |
tree | 864297fdff1079a7bbf6d889650484304ec242a5 /xfwm4/top-right-inactive.xpm | |
parent | 4a4d85ca792c09ee2dc4b6616ba0c110288b5a2b (diff) |
Diffstat (limited to 'xfwm4/top-right-inactive.xpm')
-rw-r--r-- | xfwm4/top-right-inactive.xpm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/xfwm4/top-right-inactive.xpm b/xfwm4/top-right-inactive.xpm new file mode 100644 index 0000000..0b033d3 --- /dev/null +++ b/xfwm4/top-right-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"5 25 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #CCCCC7 s inactive_color_2", +"# c #919189 s inactive_shadow_2", +".....", +"++++.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"@@@#.", +"##@#.", +".+@#."}; |