view pixmaps/tb_blank.xpm @ 9935:9772b04372f4 v7.4.2241

commit https://github.com/vim/vim/commit/973365dcc40a41e6b72ece56f15cebfee69b1329 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 22 22:02:56 2016 +0200 patch 7.4.2241 Problem: Timer test sometimes fails. Solution: Increase the maximum time for repeating timer.
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Aug 2016 22:15:06 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_blank_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s iconColor1	m black	c #000000",
".	s none	m none	c none",
"X	s topShadowColor	m none	c #DCDEE5",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                 .",
" XXXXXXXXXXXXXXX .",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
"                 o",
"..oooooooooooooooo"};