Files
vim/runtime/vim16x16.xpm
Drew Vogel 5090f838bb patch 9.1.0432: Ancient XPM preprocessor hack may cause build errors
Problem:  Ancient XPM preprocessor hack may cause build errors.
Solution: Simplify XPM includes and get rid of complicated #ifdef magic
          (Drew Vogel).

closes: #14816

Signed-off-by: Drew Vogel <dvogel@github>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-05-22 16:51:53 +02:00

28 lines
496 B
C

/* XPM */
static const char * vim16x16[] = {
"16 16 8 1",
" c None",
". c #000000",
"+ c #000080",
"@ c #008000",
"# c #00FF00",
"$ c #808080",
"% c #C0C0C0",
"& c #FFFFFF",
" .....#. .... ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
" .%%%$.@.&%%$. ",
" .%%%$..&%%$. ",
" .%%%$.&%%$.. ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@. ",
" .%%%%...%%.%. ",
" .%%%.%%.%%%%%.",
" .%%$..%.%.%.%.",
" .%$.@.%.%.%.%.",
" .. .%%.%.%.%.",
" .. . . . "};