diff options
Diffstat (limited to 'themes/daloa/maximize-toggled-inactive.xpm')
-rw-r--r-- | themes/daloa/maximize-toggled-inactive.xpm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/themes/daloa/maximize-toggled-inactive.xpm b/themes/daloa/maximize-toggled-inactive.xpm new file mode 100644 index 000000000..3d8c49060 --- /dev/null +++ b/themes/daloa/maximize-toggled-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s inactive_color_1", +"+ c #D0D0FF s inactive_hilight_1", +"@ c #B0B0FF s inactive_mid_1", +"# c #D0D0FF s inactive_text_color", +" ", +"........................", +"........................", +"........................", +"..........#######.......", +"..........#######.......", +"................#.......", +".......#######..#.......", +".......#######..#.......", +".......#.....#..#.......", +".......#.....#.##.......", +".......#.....#..........", +".......#.....#..........", +".......#######..........", +"........................", +"........................", +"........................"}; |