Files
numix-blue-gtk-theme/xfwm4/close-inactive.xpm
T
Andrew Chadwick 73491d3470 xfwm4: bigger buttons, top left/right px clickable
Allow the top left and right pixels of maximized windows to be clickable
if there's a window button there, for greater Fitts's Law compliance. The
exception is the window menu button, which needs a minor hack to be sized
correctly.

Somewhat darker inactive button icons, to match window title text.

Add an SVG-based build system to allow colours to be changed easily.
2014-02-10 21:23:27 +00:00

38 lines
891 B
C

/* XPM */
static char *close_inactive[] = {
/* columns rows colors chars-per-pixel */
"22 25 6 1 ",
" c #2D2D2D2D2D2D",
". c #375437543754",
"X c #394439443944",
"o c #7BA27BA27BA2",
"O c #7F7C7F7C7F7C",
"+ c #888888888888",
/* pixels */
"XXXXXXXXXXXXXXXXXXXXXX",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" +o. .o+ ",
" O+o..o+O ",
" .o+OO+o. ",
" .O++O. ",
" .O++O. ",
" XO+oO+OX ",
" o+OX.O+O ",
" +o. .o+ ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};