view pixmaps/tb_new.xpm @ 19777:b245e974d42c v8.2.0445

patch 8.2.0445: png and xpm files not in MS-Windows zip file Commit: https://github.com/vim/vim/commit/f66ca9f1df535c8042292ce20f4260cafc877670 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 25 20:17:00 2020 +0100 patch 8.2.0445: png and xpm files not in MS-Windows zip file Problem: Png and xpm files not in MS-Windows zip file. Solution: Move files to shared between Unix and Windows target.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Mar 2020 20:30:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_new_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s bottomShadowColor	m black	c #5D6069",
"X	s iconColor2	m none	c #FFFFFF",
"o	s iconColor1	m black	c #000000",
"O	s topShadowColor	m none	c #DCDEE5",
/* pixels */
"         .  .X.   ",
"         X. .X. X.",
"  ooooooo.X.oXoX.X",
"  oOOOOOOOoXXXXo..",
"  oOOOOOOOXXXXXXXX",
"  oOOXOOOOoXoXXo..",
"  oOXXOOO.OXoXoX  ",
"  oOOOOO.OOXoX..X ",
"  oOOOOOOOOXoX. .X",
"  oOOOOOOOOXo.   .",
"  oOOOOOOOOXo.    ",
"  oOOOOOOOOXo.    ",
"  oOOOOOOOOXo.    ",
"  oOOOOOOOOXo.    ",
"  oOOOOOOOOXo.    ",
"  oXXXXXXXXXo.    ",
"  ooooooooooo.    ",
"    ..........    "};