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
+33 -43
View File
@@ -1,44 +1,34 @@
/* XPM */
static char *stick_active[] = {
/* columns rows colors chars-per-pixel */
"22 25 13 1 ",
" c #2D2D2D2D2D2D",
". c #3FF33FF33FF3",
"X c #420442044204",
"o c #444244424442",
"O c #484848484848",
"+ c #9F8B9F8B9F8B",
"@ c #A19CA19CA19C",
"# c #A95CA95CA95C",
"$ c #C780C780C780",
"% c #CA42CA42CA42",
"& c #CFC5CFC5CFC5",
"* c #D0A1D0A1D0A1",
"= c gainsboro",
/* pixels */
"OOOOOOOOOOOOOOOOoOOOOO",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" X@$$@X ",
" X*====&X ",
" @=#oo#=+ ",
" %=X X=% ",
" %=. X=% ",
" +=#X.#=+ ",
" X&====&X ",
" X@&&@X ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};
static char * stick_active_xpm[] = {
"24 24 7 1",
" c None",
". c #2D2D2D",
"+ c #333333",
"@ c #7E7E7E",
"# c #C8C8C8",
"$ c #C5C5C5",
"% c #DBDBDB",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
".........+@##@+.........",
"........+$%%%%$+........",
"........@%%%%%%@........",
"........#%%..%%#........",
"........#%%..%%#........",
"........@%%%%%%@........",
"........+$%%%%$+........",
".........+@##@+.........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};