diff options
Diffstat (limited to 'themes/daloa/bottom-right-inactive.xpm')
-rw-r--r-- | themes/daloa/bottom-right-inactive.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/themes/daloa/bottom-right-inactive.xpm b/themes/daloa/bottom-right-inactive.xpm new file mode 100644 index 000000000..cc5632752 --- /dev/null +++ b/themes/daloa/bottom-right-inactive.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 5 1", +" c None", +"+ c #E0E0E0 s inactive_hilight_2", +"@ c #A0A0FF s inactive_shadow_1", +"$ c #B0B0B0 s inactive_mid_2", +"# c #C0C0C0 s inactive_color_2", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +" ##$@", +"##############$@", +"##############$@", +"$$$$$$$$$$$$$$$@", +"@@@@@@@@@@@@@@@ "}; |