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
+29 -38
View File
@@ -1,39 +1,30 @@
/* XPM */
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 ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};
static char * shade_toggled_active_xpm[] = {
"24 24 3 1",
" c None",
". c #2D2D2D",
"+ c #DBDBDB",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"...........++...........",
"...........++...........",
"...........++...........",
".......+++.++.+++.......",
"........++++++++........",
".........++++++.........",
"..........++++..........",
"...........++...........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};