Merge pull request #84 from ryuslash/81-invalid-xpm-file-ivyxpm

fix xpms
This commit is contained in:
Matthew Fidler 2023-09-10 19:20:43 -05:00 committed by GitHub
commit 931250e8f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\autohotkey_xpm[] = {
static char * autohotkey_xpm[] = {
"16 16 154 2",
" c None",
". c #78B178",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\bibtex_xpm[] = {
static char * bibtex_xpm[] = {
"16 16 7 1",
" c #FFFFFF",
". c #EDEBEE",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * d:\EmacsPortable_App\Data\src\mode_icons\icons\cmd_xpm[] = {
static char * cmd_xpm[] = {
"16 16 27 1",
" g None",
". g #FFFFFF",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * d:\EmacsPortable_App\Data\src\mode_icons\icons\cygwin_xpm[] = {
static char * cygwin_xpm[] = {
"16 16 3 1",
" c None",
". c #000000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\golden_xpm[] = {
static char * golden_xpm[] = {
"25 16 84 1",
" c None",
". c #000000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * C:\tmp\EmacsPortable_App\Data\src\mode_icons\icons\helm_xpm[] = {
static char * helm_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\icy_xpm[] = {
static char * icy_xpm[] = {
"18 16 88 1",
" c None",
". c #777C80",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * c:\EmacsPortable_App\Data\src\mode_icons\icons\ivy_xpm[] = {
static char * ivy_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * d:\EmacsPortable_App\Data\src\mode_icons\icons\msys_xpm[] = {
static char * msys_xpm[] = {
"16 16 127 2",
" c None",
". c #7A536A",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\octave_xpm[] = {
static char * octave_xpm[] = {
"16 16 79 1",
" c None",
". c #48BBD8",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * d:\EmacsPortable_App\Data\src\mode_icons\icons\powershell_xpm[] = {
static char * powershell_xpm[] = {
"16 16 178 2",
" c None",
". c #13B5D8",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * E:\EmacsPortable_App\Data\src\mode_icons\icons\rainbow_xpm[] = {
static char * rainbow_xpm[] = {
"16 16 143 2",
" c None",
". c #9243C2",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * E:\EmacsPortable_App\Data\src\mode_icons\icons\sas_xpm[] = {
static char * sas_xpm[] = {
"15 16 87 1",
" c None",
". c #6095CB",