Files
numix-blue-gtk-theme/xfwm4/shade-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

40 lines
927 B
C

/* XPM */
static char *shade_active[] = {
/* columns rows colors chars-per-pixel */
"22 25 8 1 ",
" c #2D2D2D2D2D2D",
". c #449A449A449A",
"X c #484848484848",
"o c #7F297F297F29",
"O c #855D855D855D",
"+ c #C780C780C780",
"@ c #C992C992C992",
"# c gainsboro",
/* pixels */
"XXXXXXXXXXXXXXXXXXXXXX",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" oo ",
" O##O ",
" O####O ",
" o#+##+#o ",
" #@.##.@# ",
" ## ",
" ## ",
" ## ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};