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 -34
View File
@@ -1,35 +1,30 @@
/* XPM */
static char *shade_toggled_prelight[] = {
/* columns rows colors chars-per-pixel */
"22 25 4 1 ",
" c #2D2D2D2D2D2D",
". c #4123307C2E5B",
"X c #484848484848",
"# c #D6D649493737 s active_color_1",
/* pixels */
"XXXXXXXXXXXXXXXXXXXXXX",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ## ",
" ## ",
" ## ",
" ## ## ## ",
" ######## ",
" ###### ",
" #### ",
" ## ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};
static char * shade_toggled_prelight_xpm[] = {
"24 24 3 1",
" c None",
". c #2D2D2D",
"+ c #D64937 s active_color_1",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"...........++...........",
"...........++...........",
"...........++...........",
".......+++.++.+++.......",
"........++++++++........",
".........++++++.........",
"..........++++..........",
"...........++...........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};