1# 2# Example icon file 3# 4screen width 640 5screen height 480 6screen colors 16 7screen background 0 8 9screen map 10 rgb 0 0 0 is . # Black 11 rgb 0 0 170 is 1 # Blue 12 rgb 0 170 0 is 2 # Green 13 rgb 0 170 170 is 3 # Cyan 14 rgb 170 0 0 is 4 # Red 15 rgb 170 0 170 is 5 # Magenta 16 rgb 170 170 0 is 6 # Brown 17 rgb 170 170 170 is 7 # LightGray 18 rgb 85 85 85 is X # DarkGray 19 rgb 85 85 255 is 9 # LightBlue 20 rgb 85 255 85 is A # LightGreen 21 rgb 85 255 255 is # # LightCyan 22 rgb 255 85 85 is C # LightRed 23 rgb 255 85 255 is D # LightMagenta 24 rgb 255 255 85 is E # Yellow 25 rgb 255 255 255 is F # White 26end 27 28# 29# Shield 30# 31image 32image top 30 33image left 50 34image bits 16 by 16 35################ 36################ 37##XXX######XXX## 38##XXXXXXXXXXXX## 39###XXXXXXXXXX### 40###XXXXXXXXXX### 41###XXXXXXXXXX### 42###XXXXXXXXXX### 43###XXXXXXXXXX### 44###XXXXXXXXXX### 45###XXXXXXXXXX### 46####XXXXXXXX#### 47#####XXXXXX##### 48######XXXX###### 49################ 50################ 51 52comment 53This is a klugey way of embedding a comment in a GIF. 54end 55 56# 57# Questionmark 58# 59image 60image top 30 61image left 500 62image bits 16 by 16 63......XXXXX..... 64.....XXXXXXX.... 65....XXX..XXXX... 66...XXX....XXXX.. 67...XXX....XXXX.. 68....XX...XXXX... 69........XXXX.... 70.......XXXX..... 71......XXXX...... 72......XXXX...... 73......XXXX...... 74................ 75.......XX....... 76......XXXX...... 77......XXXX...... 78.......XX....... 79 80# The following sets edit modes for GNU EMACS 81# Local Variables: 82# mode:picture 83# truncate-lines:t 84# End: 85