view runtime/vim16x16.xpm @ 28113:9ef1bbe6707e v8.2.4581

patch 8.2.4581: null types not fully tested Commit: https://github.com/vim/vim/commit/d597ab00d799aa078be32e6677e01a7582106105 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 16 17:56:33 2022 +0000 patch 8.2.4581: null types not fully tested Problem: Null types not fully tested. Solution: Add some more tests using null types.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Mar 2022 19:00:04 +0100
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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};