(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.
27 lines
372 B
C
27 lines
372 B
C
/* XPM */
|
|
static char *dummy[]={
|
|
"10 17 6 1",
|
|
". c None",
|
|
"c c #333300",
|
|
"a c #666600",
|
|
"b c #999933",
|
|
"# c #999966",
|
|
"d c #ffff00",
|
|
"..........",
|
|
"..........",
|
|
"..........",
|
|
"...####...",
|
|
"..#a#a###.",
|
|
"..a#...##.",
|
|
".a#.....#.",
|
|
".##.......",
|
|
"..##......",
|
|
"b###c###bc",
|
|
"bddddddddc",
|
|
"#d#ddddddc",
|
|
"#d#ddddddc",
|
|
"b##ddddd#c",
|
|
"#ddddddddc",
|
|
"cccccccccc",
|
|
".........."};
|