diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 19:23:30 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 19:23:30 +0800 |
commit | 0277521b268b21caf0ee21202b92784f302baadc (patch) | |
tree | 5d856f96adfbe46b57da31cf60daa1084b4e7a1e /dilos/core/tdeaccessibility/debian/icons/kmouth-16.xpm | |
parent | eb16e7c7281e182297581fa8d565561869c81bca (diff) | |
download | tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.tar.gz tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.zip |
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dilos/core/tdeaccessibility/debian/icons/kmouth-16.xpm')
-rw-r--r-- | dilos/core/tdeaccessibility/debian/icons/kmouth-16.xpm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dilos/core/tdeaccessibility/debian/icons/kmouth-16.xpm b/dilos/core/tdeaccessibility/debian/icons/kmouth-16.xpm new file mode 100644 index 000000000..dc538ae44 --- /dev/null +++ b/dilos/core/tdeaccessibility/debian/icons/kmouth-16.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char *kmouth-16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 6 1", +" c black", +". c #585858", +"X c red", +"o c gainsboro", +"O c gray100", +"+ c None", +/* pixels */ +"++++++++++++++++", +"++++++++++++++++", +"++++++++++++++++", +"+ ++++ +", +" XXXXX XXXXX ", +" XOOXXXXXXXXOOX ", +" X..OOOOOOOO..X ", +"+ XO..OOOO..OX +", +"+ XXOO....OOXX +", +"++ XXXOOOOXXX ++", +"+++ XXXXXXXX +++", +"++++ XXXX ++++", +"++++++ ++++++", +"++++++++++++++++", +"++++++++++++++++", +"++++++++++++++++" +}; |