diff options
author | Horst3180 | 2015-05-28 17:41:22 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-28 17:41:22 +0200 |
commit | f21150e179d2ceae1e743041fbf9ea9eddc93d9a (patch) | |
tree | ad8b0021f8f1501e5b1935a9053bdab5c6bdd8fc /common/xfwm4/maximize-pressed.xpm | |
parent | d533557384041bfc1a73c0ee9f65c4184a4ec92a (diff) | |
download | solarc-theme-f21150e179d2ceae1e743041fbf9ea9eddc93d9a.tar.gz solarc-theme-f21150e179d2ceae1e743041fbf9ea9eddc93d9a.tar.xz solarc-theme-f21150e179d2ceae1e743041fbf9ea9eddc93d9a.zip |
add build system
Diffstat (limited to 'common/xfwm4/maximize-pressed.xpm')
-rw-r--r-- | common/xfwm4/maximize-pressed.xpm | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/common/xfwm4/maximize-pressed.xpm b/common/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..3ca7bc3 --- /dev/null +++ b/common/xfwm4/maximize-pressed.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"24 24 33 1", +" c None", +". c #EEEFF1", +"+ c #E7E8EB", +"@ c #DAE1E9", +"# c #99BDE6", +"$ c #6EA3E2", +"% c #5897E2", +"& c #6EA4E4", +"* c #9ABCE6", +"= c #B5CBE7", +"- c #5998E1", +"; c #5294E2", +"> c #B5CCE7", +", c #5998E2", +"' c #DAE0EA", +") c #5596E3", +"! c #C7DDF6", +"~ c #FFFFFF", +"{ c #DDEAF9", +"] c #9BBCE6", +"^ c #6DA3E3", +"/ c #5997E2", +"( c #5395E2", +"_ c #CCE0F6", +": c #5797E3", +"< c #5495E2", +"[ c #C3DAF5", +"} c #DFEBFA", +"| c #9BBDE5", +"1 c #5A98E2", +"2 c #DAE1EA", +"3 c #B6CDE8", +"4 c #6FA4E3", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++@#$%%&*@++++++++", +"+++++++=-;;;;;;->+++++++", +"++++++=;;;;;;;;;;>++++++", +"+++++@-;;;;;;;;;;,'+++++", +"+++++#;;;;)!~~{;;;]+++++", +"+++++^;;;);)!~~;;;&+++++", +"+++++/;;(_:;<[~;;;-+++++", +"+++++-;;(~_:;<[;;;,+++++", +"+++++$;;(~~!););;;&+++++", +"+++++*;;;}~~!);;;;|+++++", +"+++++@-;;;;;;;;;;12+++++", +"++++++>;;;;;;;;;;3++++++", +"+++++++>,;;;;;;13+++++++", +"++++++++']4//4|2++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; |