diff options
Diffstat (limited to 'xfwm4/left-active.xpm')
-rw-r--r-- | xfwm4/left-active.xpm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xfwm4/left-active.xpm b/xfwm4/left-active.xpm new file mode 100644 index 0000000..8b08c06 --- /dev/null +++ b/xfwm4/left-active.xpm @@ -0,0 +1,13 @@ +/* XPM */ +static char * left_active_xpm[] = { +"5 5 5 1", +" c None", +". c #000000 s active_border_color", +"+ c #FFFFFF s active_hilight_2", +"@ c #CCCCC7 s active_color_2", +"# c #919189 s active_shadow_2", +".+@#.", +".+@#.", +".+@#.", +".+@#.", +".+@#."}; |