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

41 lines
954 B
C

/* XPM */
static char *stick_inactive[] = {
/* columns rows colors chars-per-pixel */
"22 25 9 1 ",
" c #2D2D2D2D2D2D",
". c #375137513751",
"X c #393839383938",
"o c #68A568A568A5",
"O c #697469746974",
"+ c #6DA96DA96DA9",
"@ c #7D6D7D6D7D6D",
"# c #81B981B981B9",
"$ c #888888888888",
/* pixels */
"XXXXXXXXXXXXXXXXXXXXXX",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" XO@@O. ",
" X#$$$$#. ",
" O$+XX+$O ",
" @$. X$@ ",
" @$. .$# ",
" O$+..+$O ",
" .#$$$$#. ",
" XO##OX ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};