mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
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.
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
/* XPM */
|
||||
static char *stick_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 25 13 1 ",
|
||||
" c #2D2D2D2D2D2D",
|
||||
". c #3FF33FF33FF3",
|
||||
"X c #420442044204",
|
||||
"o c #444244424442",
|
||||
"O c #484848484848",
|
||||
"+ c #9F8B9F8B9F8B",
|
||||
"@ c #A19CA19CA19C",
|
||||
"# c #A95CA95CA95C",
|
||||
"$ c #C780C780C780",
|
||||
"% c #CA42CA42CA42",
|
||||
"& c #CFC5CFC5CFC5",
|
||||
"* c #D0A1D0A1D0A1",
|
||||
"= c gainsboro",
|
||||
/* pixels */
|
||||
"OOOOOOOOOOOOOOOOoOOOOO",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" X@$$@X ",
|
||||
" X*====&X ",
|
||||
" @=#oo#=+ ",
|
||||
" %=X X=% ",
|
||||
" %=. X=% ",
|
||||
" +=#X.#=+ ",
|
||||
" X&====&X ",
|
||||
" X@&&@X ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
Reference in New Issue
Block a user