1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-16 23:08:07 +01:00
vim/runtime/vim16x16.xpm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
490 B
C
Raw Permalink Normal View History

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