(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.
34 lines
599 B
C
34 lines
599 B
C
/* XPM */
|
|
static char *dummy[]={
|
|
"16 21 9 1",
|
|
". c None",
|
|
"a c #737373",
|
|
"b c #7b7b7b",
|
|
"# c #808080",
|
|
"c c #848484",
|
|
"d c #8c8c8c",
|
|
"e c #949494",
|
|
"f c #9c9c9c",
|
|
"g c #a5a5a5",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"...#####........",
|
|
"..#abbcc#.......",
|
|
".#abbccdd#......",
|
|
"#abbccddee#.....",
|
|
"#bbccddeef#.....",
|
|
"#bccddeefg#.....",
|
|
".#cddeefg#......",
|
|
"..#deefg#.......",
|
|
"...#####........",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................"};
|