diff options
Diffstat (limited to 'src/icons/interface.xpm')
| -rw-r--r-- | src/icons/interface.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/icons/interface.xpm b/src/icons/interface.xpm new file mode 100644 index 0000000..2f71bd2 --- /dev/null +++ b/src/icons/interface.xpm | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * interface_xpm[] = { | ||
| 3 | "16 16 5 1", | ||
| 4 | " c None", | ||
| 5 | ". c #525252", | ||
| 6 | "+ c #FBFAEF", | ||
| 7 | "@ c #EAE5B8", | ||
| 8 | "# c #BCB156", | ||
| 9 | " ", | ||
| 10 | " . ", | ||
| 11 | " . ", | ||
| 12 | " . ", | ||
| 13 | " . ..... ", | ||
| 14 | " . .++++. ", | ||
| 15 | " . ....@@@@+. ", | ||
| 16 | " . .@@@@@....", | ||
| 17 | " . .@@@@@.###", | ||
| 18 | " . .@@@@@....", | ||
| 19 | " . ....@@@@#. ", | ||
| 20 | " . .####. ", | ||
| 21 | " . ..... ", | ||
| 22 | " . ", | ||
| 23 | " . ", | ||
| 24 | " "}; | ||
