view pixmaps/tb_cut.xpm @ 13049:0d23a49da746 v8.0.1400

patch 8.0.1400: color scheme check script shows up as color scheme commit https://github.com/vim/vim/commit/8ee2d36e216756e712a3a9122ce1e1203378a9c8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 17 16:11:09 2017 +0100 patch 8.0.1400: color scheme check script shows up as color scheme Problem: Color scheme check script shows up as color scheme. Solution: Move it to the "tools" subdirectory. (closes https://github.com/vim/vim/issues/2457)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Dec 2017 16:15:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_cut_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 3 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"     .     .X     ",
"     .X    .X     ",
"      .   .X      ",
"      .X  .X      ",
"       . .X       ",
"       .X.X       ",
"        .X        ",
"       ...X       ",
"     X.X  .X      ",
"    ...X  ...     ",
"   .XX.X  .X .    ",
"   .  .X  .X .X   ",
"   .  .X  .X .X   ",
"    ..XX   ..X    ",
"    XX     XX     ",
"                  ",
"                  "};