view runtime/vim16x16.xpm @ 17988:397a49a22fb4 v8.1.1990

patch 8.1.1990: cannot build with eval but without cscope Commit: https://github.com/vim/vim/commit/a546b21b24cb61dcff7bf4a1aa43cfbfec60ce40 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 5 22:50:11 2019 +0200 patch 8.1.1990: cannot build with eval but without cscope Problem: Cannot build with eval but without cscope. Solution: Always include if_cscope.pro.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Sep 2019 23:00:03 +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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};