diff options
Diffstat (limited to 'src/xfwm4/title-3-inactive.xpm')
-rw-r--r-- | src/xfwm4/title-3-inactive.xpm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/xfwm4/title-3-inactive.xpm b/src/xfwm4/title-3-inactive.xpm new file mode 100644 index 0000000..7659216 --- /dev/null +++ b/src/xfwm4/title-3-inactive.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"2 26 3 1", +" c None", +<<<<<<< HEAD +". c #eeeeee", +"+ c #111111", +======= +". c #393939", +"+ c #444444", +>>>>>>> 20c317abd13ec1b1bd1eef62707456f4e76b1f5d +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; |