view pixmaps/tb_minimize.xpm @ 13454:1720b96e53b6 v8.0.1601

patch 8.0.1601: highlight test fails on Win32 commit https://github.com/vim/vim/commit/ff1e8795772a0175017c4c4f74ce33614ea8e73a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 12 22:16:37 2018 +0100 patch 8.0.1601: highlight test fails on Win32 Problem: Highlight test fails on Win32. Solution: Check for vtp and vcon support.
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Mar 2018 22:30:06 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_minimize_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s topShadowColor	m none	c #DCDEE5",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"      .....       ",
"       ...        ",
"        .         ",
"                  ",
" X.............   ",
" X.XXXXXXXXXXo.   ",
" X.XXoXXXXXXXo.O  ",
" X.XXXXXXXXXXo.O  ",
" X.XXXXXXXXXoo.O  ",
" X.ooooooooooo.O  ",
" X.............O  ",
"    OOOOOOOOOOOO  ",
"                  ",
"        .         ",
"       ...        ",
"      .....       ",
"                  "};