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:
@@ -1,22 +1,39 @@
|
||||
/* XPM */
|
||||
static char * shade_toggled_active_xpm[] = {
|
||||
"16 16 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DBDBDB",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"...+++.++.+++...",
|
||||
"....++++++++....",
|
||||
".....++++++.....",
|
||||
"......++++......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
static char *shade_toggled_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 25 8 1 ",
|
||||
" c #2D2D2D2D2D2D",
|
||||
". c #41D841D841D8",
|
||||
"X c #484848484848",
|
||||
"o c #855D855D855D",
|
||||
"O c #8AE08AE08AE0",
|
||||
"+ c #C40FC40FC40F",
|
||||
"@ c #C6D0C6D0C6D0",
|
||||
"# c gainsboro",
|
||||
/* pixels */
|
||||
"XXXXXXXXXXXXXXXXXXXXXX",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ## ",
|
||||
" ## ",
|
||||
" ## ",
|
||||
" #+.##.@# ",
|
||||
" O#@##@#O ",
|
||||
" o####o ",
|
||||
" o##o ",
|
||||
" oo ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user