view runtime/vim16x16.xpm @ 23225:b2660a8bbf36 v8.2.2158

patch 8.2.2158: CI on cirrus times out, coveralls doesn't always run Commit: https://github.com/vim/vim/commit/6e562fcc07c71ad1437c89c3d3cc423efb691f0a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 18 16:29:25 2020 +0100 patch 8.2.2158: CI on cirrus times out, coveralls doesn't always run Problem: CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes https://github.com/vim/vim/issues/7493)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Dec 2020 16:45:03 +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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};