mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Add shade and unshade buttons
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static char * shade_pressed_xpm[] = {
|
||||
"16 16 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #B44335",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
"......++++......",
|
||||
".....++++++.....",
|
||||
"....++++++++....",
|
||||
"...+++.++.+++...",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
Reference in New Issue
Block a user