mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
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.
38 lines
891 B
C
38 lines
891 B
C
/* XPM */
|
|
static char *shade_inactive[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"22 25 6 1 ",
|
|
" c #2D2D2D2D2D2D",
|
|
". c #393C393C393C",
|
|
"X c #57CF57CF57CF",
|
|
"o c #5B085B085B08",
|
|
"O c #7D6D7D6D7D6D",
|
|
"+ c #888888888888",
|
|
/* pixels */
|
|
"......................",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" XX ",
|
|
" o++o ",
|
|
" o++++o ",
|
|
" X+O++O+o ",
|
|
" +O.++.O+ ",
|
|
" ++ ",
|
|
" ++ ",
|
|
" ++ ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "
|
|
};
|