(allout-widgets-icons-dark-subdir): Track relocations of icons
* lisp/allout.el: Remove commentary about remove encryption passphrase
mnemonic support and verification.
* etc/images/icons/allout-widgets/dark-bg,
etc/images/icons/allout-widgets/light-bg,
encrypted-locked.{xpm,png}, unlocked-encrypted.{xpm,png}: Reorganize icon
directories and files to reconcile against windows short-filename clashes.
31 lines
415 B
C
31 lines
415 B
C
/* XPM */
|
|
static char *dummy[]={
|
|
"9 17 10 1",
|
|
". c None",
|
|
"# c #000080",
|
|
"h c #52a55a",
|
|
"g c #52ad52",
|
|
"e c #5ab54a",
|
|
"d c #5abd42",
|
|
"c c #63c639",
|
|
"b c #63ce31",
|
|
"f c #ada5c6",
|
|
"a c #ffff00",
|
|
".........",
|
|
".........",
|
|
".........",
|
|
"######...",
|
|
"aaaaaa#..",
|
|
".bbcdaa#.",
|
|
".###deaa#",
|
|
"..ff##gaa",
|
|
"fffff##ha",
|
|
"..ff##haa",
|
|
".###ghaa#",
|
|
".eeggaa#.",
|
|
"aaaaaa#..",
|
|
"######...",
|
|
".........",
|
|
".........",
|
|
"........."};
|