view runtime/vim16x16.xpm @ 26063:597271fb4bfa v8.2.3565

patch 8.2.3565: Makefile dependencies are outdated Commit: https://github.com/vim/vim/commit/2446ec9b567ce2b72bd06d121f200f40bbdc8a84 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 26 12:00:01 2021 +0100 patch 8.2.3565: Makefile dependencies are outdated Problem: Makefile dependencies are outdated. (Gary Johnson) Solution: Run "make depend" and add missing dependencies.
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Oct 2021 13:15:04 +0200
parents 3fc0f57ecb91
children 8f04cf65ecff
line wrap: on
line source

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