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
+41 -38
View File
@@ -1,39 +1,42 @@
/* XPM */
static char *close_active[] = {
/* columns rows colors chars-per-pixel */
"22 25 8 1 ",
" c #2D2D2D2D2D2D",
". c #407740774077",
"X c #454A454A454A",
"o c #484848484848",
"O c #C40FC40FC40F",
"+ c #C4BFC4BFC4BF",
"@ c #CBA3CBA3CBA3",
"# c gainsboro",
/* pixels */
"oooooooooooooooooooooo",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" #O. .+# ",
" @#O..+#+ ",
" .O#@@#+. ",
" .+##@. ",
" X@##@X ",
" X@#+@#@X ",
" +#@X.@#+ ",
" #+. .+# ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};
static char * close_active_xpm[] = {
"24 24 15 1",
" c None",
". c #2D2D2D",
"+ c #DCDCDC",
"@ c #A4A4A4",
"# c #3F3F3F",
"$ c #A6A6A6",
"% c #D1D1D1",
"& c #525252",
"* c #414141",
"= c #D3D3D3",
"- c #CECECE",
"; c #575757",
"> c #505050",
", c #A2A2A2",
"' c #3D3D3D",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........+@#..#@+........",
"........$+%&&%+@........",
"........*=+--+%#........",
".........;=++-&.........",
".........;=++-&.........",
"........*=+--+%#........",
"........$+->>-+@........",
"........+,'..',+........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};