Files
numix-blue-gtk-theme/xfwm4/hide-active.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

37 lines
863 B
C

/* XPM */
static char *hide_active[] = {
/* columns rows colors chars-per-pixel */
"22 25 5 1 ",
" c #2D2D2D2D2D2D",
". c #32B032B032B0",
"X c #484848484848",
"o c #D809D809D809",
"O c gainsboro",
/* pixels */
"XXXXXXXXXXXXXXXXXXXXXX",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ........ ",
" OOOOOOOO ",
" oooooooo ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};