Completely rework the Xfwm4 theme

This commit is contained in:
Satyajit Sahoo
2014-02-20 03:03:42 +05:30
parent cee88826e2
commit 4f2c03c68d
73 changed files with 1325 additions and 1521 deletions
+28 -22
View File
@@ -1,23 +1,29 @@
/* XPM */
static char *menu_active[] = {
/* columns rows colors chars-per-pixel */
"22 16 1 1 ",
" c #2D2D2D2D2D2D",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};
static char * menu_active_xpm[] = {
"24 24 2 1",
" c None",
". c #2D2D2D",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};