view pixmaps/tb_jump.xpm @ 35058:f8185637a051 draft default tip

runtime(jq): include syntax, ftplugin and compiler plugin Commit: https://github.com/vim/vim/commit/79952b9c6774d30f248a0ecf9ea84318be947fc4 Author: Vito <vito.blog@gmail.com> Date: Fri Apr 26 22:36:20 2024 +0200 runtime(jq): include syntax, ftplugin and compiler plugin closes: https://github.com/vim/vim/issues/14619 Signed-off-by: Vito <vito.blog@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 26 Apr 2024 22:45:02 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_jump_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 6 1 0 0",
/* colors */
" 	s none	m none	c none",
".	m black	c #888800",
"X	s bottomShadowColor	m black	c #5D6069",
"o	s iconColor6	m none	c #FFFF00",
"O	s iconColor1	m black	c #000000",
"+	s topShadowColor	m none	c #DCDEE5",
/* pixels */
"                  ",
"                  ",
"                  ",
"                  ",
"   .............. ",
"  .XooooooooooooOX",
" .XoooooooooooooOX",
".Xo+X+ooooooooooOX",
".ooXOXooooooooooOX",
"Xoo+X+ooooooooooOX",
"XOooooooooooooooOX",
" XOoooooooooooooOX",
"  XOOOOOOOOOOOOOOX",
"   XXXXXXXXXXXXXXX",
"                  ",
"                  ",
"                  ",
"                  "};