view runtime/vim16x16.xpm @ 12710:18020ddc2730 v8.0.1233

patch 8.0.1233: typo in dos installer commit https://github.com/vim/vim/commit/b9fce6cbf7ed0a2766582c5db797ccf99a838a13 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 28 18:50:01 2017 +0200 patch 8.0.1233: typo in dos installer Problem: Typo in dos installer. Solution: Remove comma.
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Oct 2017 19:00: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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};