view pixmaps/tb_minimize.xpm @ 28417:bca485676073 v8.2.4733

patch 8.2.4733: HEEx and Surface do need a separate filetype Commit: https://github.com/vim/vim/commit/4232dff815db1a727cb1aea26783267d8bd731c3 Author: Aaron Tinio <aptinio@gmail.com> Date: Mon Apr 11 11:37:13 2022 +0100 patch 8.2.4733: HEEx and Surface do need a separate filetype Problem: HEEx and Surface do need a separate filetype. Solution: Revert 8.2.4729. (closes https://github.com/vim/vim/issues/10147)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Apr 2022 12:45:03 +0200
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  ",
"                  ",
"        .         ",
"       ...        ",
"      .....       ",
"                  "};