summaryrefslogtreecommitdiff
path: root/Shiki-Colors-Classic/xfwm4
diff options
context:
space:
mode:
authorKylie McClain <somasis@exherbo.org>2015-06-07 21:28:32 -0400
committerKylie McClain <somasis@exherbo.org>2015-06-07 23:00:08 -0400
commitd347a3476468c9bd6850d179e484d0f4c66ab3a7 (patch)
tree874a71d415916b839c0983747748e91f7ce99f45 /Shiki-Colors-Classic/xfwm4
parent4e0a19188ada65b2378b220ff8acd5a2f9cbe23a (diff)
Import Shiki-Colors WM themes from GNOME Colors project, with modifications
Diffstat (limited to 'Shiki-Colors-Classic/xfwm4')
-rw-r--r--Shiki-Colors-Classic/xfwm4/bottom-active.xpm12
-rw-r--r--Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm12
-rw-r--r--Shiki-Colors-Classic/xfwm4/bottom-left-active.xpm25
-rw-r--r--Shiki-Colors-Classic/xfwm4/bottom-left-inactive.xpm25
-rw-r--r--Shiki-Colors-Classic/xfwm4/bottom-right-active.xpm25
-rw-r--r--Shiki-Colors-Classic/xfwm4/bottom-right-inactive.xpm25
-rw-r--r--Shiki-Colors-Classic/xfwm4/close-active.xpm65
-rw-r--r--Shiki-Colors-Classic/xfwm4/close-inactive.xpm59
-rw-r--r--Shiki-Colors-Classic/xfwm4/close-prelight.xpm110
-rw-r--r--Shiki-Colors-Classic/xfwm4/close-pressed.xpm131
-rw-r--r--Shiki-Colors-Classic/xfwm4/hide-active.xpm57
-rw-r--r--Shiki-Colors-Classic/xfwm4/hide-inactive.xpm57
-rw-r--r--Shiki-Colors-Classic/xfwm4/hide-prelight.xpm106
-rw-r--r--Shiki-Colors-Classic/xfwm4/hide-pressed.xpm120
-rw-r--r--Shiki-Colors-Classic/xfwm4/left-active.xpm25
-rw-r--r--Shiki-Colors-Classic/xfwm4/left-inactive.xpm25
-rw-r--r--Shiki-Colors-Classic/xfwm4/maximize-active.xpm60
-rw-r--r--Shiki-Colors-Classic/xfwm4/maximize-inactive.xpm60
-rw-r--r--Shiki-Colors-Classic/xfwm4/maximize-prelight.xpm107
-rw-r--r--Shiki-Colors-Classic/xfwm4/maximize-pressed.xpm125
-rw-r--r--Shiki-Colors-Classic/xfwm4/menu-active.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/menu-inactive.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/menu-pressed.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/right-active.xpm25
-rw-r--r--Shiki-Colors-Classic/xfwm4/right-inactive.xpm25
-rw-r--r--Shiki-Colors-Classic/xfwm4/themerc24
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-1-active.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-1-inactive.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-2-active.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-2-inactive.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-3-active.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-3-inactive.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-4-active.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-4-inactive.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-5-active.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/title-5-inactive.xpm52
-rw-r--r--Shiki-Colors-Classic/xfwm4/top-left-active.xpm54
-rw-r--r--Shiki-Colors-Classic/xfwm4/top-left-inactive.xpm54
-rw-r--r--Shiki-Colors-Classic/xfwm4/top-right-active.xpm54
-rw-r--r--Shiki-Colors-Classic/xfwm4/top-right-inactive.xpm54
40 files changed, 2197 insertions, 0 deletions
diff --git a/Shiki-Colors-Classic/xfwm4/bottom-active.xpm b/Shiki-Colors-Classic/xfwm4/bottom-active.xpm
new file mode 100644
index 0000000..f4fd46e
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/bottom-active.xpm
@@ -0,0 +1,12 @@
+/* XPM */
+static char * bottom_active_xpm[] = {
+"20 4 5 1",
+" c None",
+". c #C3C3C3",
+"+ c #ADADAD",
+"@ c #979797",
+"# c #3C3C3C",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################"};
diff --git a/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm b/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm
new file mode 100644
index 0000000..2d0b0e6
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm
@@ -0,0 +1,12 @@
+/* XPM */
+static char * bottom_inactive_xpm[] = {
+"20 4 5 1",
+" c None",
+". c #C3C3C3",
+"+ c #ADADAD",
+"@ c #979797",
+"# c #3C3C3C",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################"};
diff --git a/Shiki-Colors-Classic/xfwm4/bottom-left-active.xpm b/Shiki-Colors-Classic/xfwm4/bottom-left-active.xpm
new file mode 100644
index 0000000..1825b93
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/bottom-left-active.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * bottom_left_active_xpm[] = {
+"1 20 2 1",
+" c None",
+". c #3C3C3C",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/Shiki-Colors-Classic/xfwm4/bottom-left-inactive.xpm b/Shiki-Colors-Classic/xfwm4/bottom-left-inactive.xpm
new file mode 100644
index 0000000..19cd07b
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/bottom-left-inactive.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * bottom_left_inactive_xpm[] = {
+"1 20 2 1",
+" c None",
+". c #3C3C3C",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/Shiki-Colors-Classic/xfwm4/bottom-right-active.xpm b/Shiki-Colors-Classic/xfwm4/bottom-right-active.xpm
new file mode 100644
index 0000000..395345b
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/bottom-right-active.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * bottom_right_active_xpm[] = {
+"1 20 2 1",
+" c None",
+". c #3C3C3C",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/Shiki-Colors-Classic/xfwm4/bottom-right-inactive.xpm b/Shiki-Colors-Classic/xfwm4/bottom-right-inactive.xpm
new file mode 100644
index 0000000..b03fefe
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/bottom-right-inactive.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * bottom_right_inactive_xpm[] = {
+"1 20 2 1",
+" c None",
+". c #3C3C3C",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/Shiki-Colors-Classic/xfwm4/close-active.xpm b/Shiki-Colors-Classic/xfwm4/close-active.xpm
new file mode 100644
index 0000000..fc5af49
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/close-active.xpm
@@ -0,0 +1,65 @@
+/* XPM */
+static char * close_active_xpm[] = {
+"20 25 37 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #B8B8B8",
+"> c #C2C2C2",
+", c #575757",
+"' c #E6E6E6",
+") c #CBCBCB",
+"! c #494949",
+"~ c #565656",
+"{ c #CDCDCD",
+"] c #484848",
+"^ c #555555",
+"/ c #474747",
+"( c #545454",
+"_ c #464646",
+": c #535353",
+"< c #454545",
+"[ c #C1C1C1",
+"} c #525252",
+"| c #444444",
+"1 c #B6B6B6",
+"2 c #434343",
+"3 c #424242",
+"4 c #414141",
+"5 c #404040",
+"6 c #3F3F3F",
+"7 c #3E3E3E",
+"8 c #3D3D3D",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################",
+"$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&&&&&",
+"********************",
+"====================",
+"------;>,--,>;------",
+"------>'),,)'>------",
+"!!!!!!~)'{{')~!!!!!!",
+"]]]]]]]^{''{^]]]]]]]",
+"///////({''{(///////",
+"______:)'{{'):______",
+"<<<<<<[')}})'[<<<<<<",
+"||||||1[@||@[1||||||",
+"22222222222222222222",
+"22222222222222222222",
+"33333333333333333333",
+"44444444444444444444",
+"55555555555555555555",
+"66666666666666666666",
+"77777777777777777777",
+"88888888888888888888"};
diff --git a/Shiki-Colors-Classic/xfwm4/close-inactive.xpm b/Shiki-Colors-Classic/xfwm4/close-inactive.xpm
new file mode 100644
index 0000000..80d45c8
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/close-inactive.xpm
@@ -0,0 +1,59 @@
+/* XPM */
+static char * close_inactive_xpm[] = {
+"20 25 31 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #838383",
+"> c #888888",
+", c #9B9B9B",
+"' c #8D8D8D",
+") c #494949",
+"! c #8E8E8E",
+"~ c #484848",
+"{ c #474747",
+"] c #464646",
+"^ c #454545",
+"/ c #878787",
+"( c #444444",
+"_ c #818181",
+": c #434343",
+"< c #424242",
+"[ c #414141",
+"} c #404040",
+"| c #3F3F3F",
+"1 c #3E3E3E",
+"2 c #3D3D3D",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################",
+"$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&&&&&",
+"********************",
+"====================",
+"------;>@--@>;------",
+"------>,'@@',>------",
+"))))))#',!!,'#))))))",
+"~~~~~~~$!,,!$~~~~~~~",
+"{{{{{{{%!,,!%{{{{{{{",
+"]]]]]]&',!!,'&]]]]]]",
+"^^^^^^/,'**',/^^^^^^",
+"((((((_/=((=/_((((((",
+"::::::::::::::::::::",
+"::::::::::::::::::::",
+"<<<<<<<<<<<<<<<<<<<<",
+"[[[[[[[[[[[[[[[[[[[[",
+"}}}}}}}}}}}}}}}}}}}}",
+"||||||||||||||||||||",
+"11111111111111111111",
+"22222222222222222222"};
diff --git a/Shiki-Colors-Classic/xfwm4/close-prelight.xpm b/Shiki-Colors-Classic/xfwm4/close-prelight.xpm
new file mode 100644
index 0000000..d6f2e13
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/close-prelight.xpm
@@ -0,0 +1,110 @@
+/* XPM */
+static char * close_prelight_xpm[] = {
+"20 25 82 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #5D5D5D",
+"* c #8D8D8D",
+"= c #B9B9B9",
+"- c #CDCDCD",
+"; c #5C5C5C",
+"> c #4D4D4D",
+", c #9F9F9F",
+"' c #E2E2E2",
+") c #E6E6E6",
+"! c #DBDBDB",
+"~ c #4C4C4C",
+"{ c #525252",
+"] c #C0C0C0",
+"^ c #DEDEDE",
+"/ c #959595",
+"( c #555555",
+"_ c #565656",
+": c #969696",
+"< c #DFDFDF",
+"[ c #4B4B4B",
+"} c #A8A8A8",
+"| c #D4D4D4",
+"1 c #666666",
+"2 c #D5D5D5",
+"3 c #A6A6A6",
+"4 c #4A4A4A",
+"5 c #E4E4E4",
+"6 c #E1E1E1",
+"7 c #686868",
+"8 c #B8B8B8",
+"9 c #C2C2C2",
+"0 c #575757",
+"a c #696969",
+"b c #656565",
+"c c #ADADAD",
+"d c #AAAAAA",
+"e c #CBCBCB",
+"f c #ABABAB",
+"g c #494949",
+"h c #DCDCDC",
+"i c #787878",
+"j c #7A7A7A",
+"k c #484848",
+"l c #646464",
+"m c #474747",
+"n c #636363",
+"o c #545454",
+"p c #464646",
+"q c #767676",
+"r c #535353",
+"s c #DADADA",
+"t c #454545",
+"u c #A9A9A9",
+"v c #C1C1C1",
+"w c #444444",
+"x c #606060",
+"y c #B6B6B6",
+"z c #434343",
+"A c #A4A4A4",
+"B c #616161",
+"C c #A3A3A3",
+"D c #BDBDBD",
+"E c #919191",
+"F c #939393",
+"G c #424242",
+"H c #9A9A9A",
+"I c #E0E0E0",
+"J c #414141",
+"K c #838383",
+"L c #B4B4B4",
+"M c #CACACA",
+"N c #404040",
+"O c #3F3F3F",
+"P c #3E3E3E",
+"Q c #3D3D3D",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################",
+"$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%&*=--=*;%%%%%%",
+">>>>#,'))!!))',#>>>>",
+"~~~{])^/(~~_:<)]@~~~",
+"[[[})|1[[[[[[12)3[[[",
+"44156789044098a'5b44",
+"44c)d49)e00e)94f)c44",
+"ggh)ig_e)--)e_gj)!gg",
+"kk))lkk(-))-(kkl))kk",
+"mm))nmmo-))-ommn))mm",
+"pp!)qpre)--)erpi)spp",
+"ttf)utv)e{{e)vt})ftt",
+"wwx56byv@ww@vy1'5xww",
+"zzzA)|xzzzzzzB|)Czzz",
+"zzzmD)^E%zz%F<)Dpzzz",
+"GGGGtH6))!!))IHtGGGG",
+"JJJJJJ#KLMMLK#JJJJJJ",
+"NNNNNNNNNNNNNNNNNNNN",
+"OOOOOOOOOOOOOOOOOOOO",
+"PPPPPPPPPPPPPPPPPPPP",
+"QQQQQQQQQQQQQQQQQQQQ"};
diff --git a/Shiki-Colors-Classic/xfwm4/close-pressed.xpm b/Shiki-Colors-Classic/xfwm4/close-pressed.xpm
new file mode 100644
index 0000000..e647700
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/close-pressed.xpm
@@ -0,0 +1,131 @@
+/* XPM */
+static char * close_pressed_xpm[] = {
+"20 25 103 2",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #5D5D5D",
+"* c #8D8D8D",
+"= c #B9B9B9",
+"- c #CDCDCD",
+"; c #5C5C5C",
+"> c #4D4D4D",
+", c #9F9F9F",
+"' c #E2E2E2",
+") c #E6E6E6",
+"! c #E0E0E0",
+"~ c #4C4C4C",
+"{ c #525252",
+"] c #C0C0C0",
+"^ c #BCBCBC",
+"/ c #9C9C9C",
+"( c #969696",
+"_ c #4B4B4B",
+": c #A8A8A8",
+"< c #DDDDDD",
+"[ c #A3A3A1",
+"} c #939392",
+"| c #A2A2A1",
+"1 c #A6A6A6",
+"2 c #4A4A4A",
+"3 c #666666",
+"4 c #E4E4E4",
+"5 c #A0A0A0",
+"6 c #CCCCCC",
+"7 c #D1D1D1",
+"8 c #8F8F8F",
+"9 c #656565",
+"0 c #ADADAD",
+"a c #C4C4C4",
+"b c #8C8C8C",
+"c c #D6D6D6",
+"d c #939393",
+"e c #494949",
+"f c #DCDCDC",
+"g c #A5A5A5",
+"h c #898989",
+"i c #919191",
+"j c #D7D7D7",
+"k c #E7E7E7",
+"l c #D8D8D8",
+"m c #DBDBDB",
+"n c #484848",
+"o c #969695",
+"p c #858584",
+"q c #8D8D8C",
+"r c #D8D8D6",
+"s c #E7E7E6",
+"t c #474747",
+"u c #818181",
+"v c #464646",
+"w c #9E9E9D",
+"x c #7D7D7D",
+"y c #868685",
+"z c #D5D5D4",
+"A c #9F9F9E",
+"B c #DADADA",
+"C c #454545",
+"D c #ABABAB",
+"E c #BDBDBD",
+"F c #7A7A79",
+"G c #CECECD",
+"H c #828281",
+"I c #444444",
+"J c #606060",
+"K c #E3E3E3",
+"L c #C5C5C5",
+"M c #7E7E7E",
+"N c #757575",
+"O c #434343",
+"P c #A4A4A4",
+"Q c #D9D9D9",
+"R c #878786",
+"S c #727271",
+"T c #888887",
+"U c #A3A3A3",
+"V c #DFDFDF",
+"W c #A7A7A7",
+"X c #777777",
+"Y c #6D6D6D",
+"Z c #A9A9A9",
+"` c #424242",
+" . c #9A9A9A",
+".. c #E1E1E1",
+"+. c #DEDEDE",
+"@. c #414141",
+"#. c #838383",
+"$. c #B4B4B4",
+"%. c #CACACA",
+"&. c #404040",
+"*. c #3F3F3F",
+"=. c #3E3E3E",
+"-. c #3D3D3D",
+". . . . . . . . . . . . . . . . . . . . ",
+"+ + + + + + + + + + + + + + + + + + + + ",
+"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
+"# # # # # # # # # # # # # # # # # # # # ",
+"$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ",
+"% % % % % % & * = - - = * ; % % % % % % ",
+"> > > > # , ' ) ) ! ! ) ) ' , # > > > > ",
+"~ ~ ~ { ] ) ! ^ / ( ( / ^ ' ) ] @ ~ ~ ~ ",
+"_ _ _ : ) < [ } } } } } } | < ) 1 _ _ _ ",
+"2 2 3 4 4 5 6 7 ( 8 8 ( 7 6 5 4 4 9 2 2 ",
+"2 2 0 ) a b 7 ) c d d c ) 7 b a ) 0 2 2 ",
+"e e f ) g h i j k l l k j i h 1 ) m e e ",
+"n n ) ) o p p q r s s r q p p o ) ) n n ",
+"t t ) ) d u u h j k k j h u u d ) ) t t ",
+"v v m ) w x y z s c c s z y x A ) B v v ",
+"C C D ) E F G s z H H z s G F E ) D C C ",
+"I I J 4 K b L - M N N M - L * 4 4 J I I ",
+"O O O P ) Q R S S S S S S T Q ) U O O O ",
+"O O O t E ) V W X Y Y X Z ! ) E v O O O ",
+"` ` ` ` C ...) ) +.+.) ) ! .C ` ` ` ` ",
+"@.@.@.@.@.@.# #.$.%.%.$.#.# @.@.@.@.@.@.",
+"&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.",
+"*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.",
+"=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.",
+"-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-."};
diff --git a/Shiki-Colors-Classic/xfwm4/hide-active.xpm b/Shiki-Colors-Classic/xfwm4/hide-active.xpm
new file mode 100644
index 0000000..937e82b
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/hide-active.xpm
@@ -0,0 +1,57 @@
+/* XPM */
+static char * hide_active_xpm[] = {
+"20 25 29 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #B7B7B7",
+"! c #E6E6E6",
+"~ c #BCBCBC",
+"{ c #454545",
+"] c #B6B6B6",
+"^ c #B2B2B2",
+"/ c #444444",
+"( c #434343",
+"_ c #424242",
+": c #414141",
+"< c #404040",
+"[ c #3F3F3F",
+"} c #3E3E3E",
+"| c #3D3D3D",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################",
+"$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&&&&&",
+"********************",
+"====================",
+"--------------------",
+"--------------------",
+";;;;;;;;;;;;;;;;;;;;",
+">>>>>>>>>>>>>>>>>>>>",
+",,,,,,,,,,,,,,,,,,,,",
+"'''''')!!!!!!~''''''",
+"{{{{{{]!!!!!!^{{{{{{",
+"////////////////////",
+"((((((((((((((((((((",
+"((((((((((((((((((((",
+"____________________",
+"::::::::::::::::::::",
+"<<<<<<<<<<<<<<<<<<<<",
+"[[[[[[[[[[[[[[[[[[[[",
+"}}}}}}}}}}}}}}}}}}}}",
+"||||||||||||||||||||"};
diff --git a/Shiki-Colors-Classic/xfwm4/hide-inactive.xpm b/Shiki-Colors-Classic/xfwm4/hide-inactive.xpm
new file mode 100644
index 0000000..97411ff
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/hide-inactive.xpm
@@ -0,0 +1,57 @@
+/* XPM */
+static char * hide_inactive_xpm[] = {
+"20 25 29 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #828282",
+"! c #9B9B9B",
+"~ c #858585",
+"{ c #454545",
+"] c #818181",
+"^ c #7F7F7F",
+"/ c #444444",
+"( c #434343",
+"_ c #424242",
+": c #414141",
+"< c #404040",
+"[ c #3F3F3F",
+"} c #3E3E3E",
+"| c #3D3D3D",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################",
+"$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&&&&&",
+"********************",
+"====================",
+"--------------------",
+"--------------------",
+";;;;;;;;;;;;;;;;;;;;",
+">>>>>>>>>>>>>>>>>>>>",
+",,,,,,,,,,,,,,,,,,,,",
+"'''''')!!!!!!~''''''",
+"{{{{{{]!!!!!!^{{{{{{",
+"////////////////////",
+"((((((((((((((((((((",
+"((((((((((((((((((((",
+"____________________",
+"::::::::::::::::::::",
+"<<<<<<<<<<<<<<<<<<<<",
+"[[[[[[[[[[[[[[[[[[[[",
+"}}}}}}}}}}}}}}}}}}}}",
+"||||||||||||||||||||"};
diff --git a/Shiki-Colors-Classic/xfwm4/hide-prelight.xpm b/Shiki-Colors-Classic/xfwm4/hide-prelight.xpm
new file mode 100644
index 0000000..4a4a4ea
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/hide-prelight.xpm
@@ -0,0 +1,106 @@
+/* XPM */
+static char * hide_prelight_xpm[] = {
+"20 25 78 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #5D5D5D",
+"* c #8D8D8D",
+"= c #B9B9B9",
+"- c #CDCDCD",
+"; c #5C5C5C",
+"> c #4D4D4D",
+", c #9F9F9F",
+"' c #E2E2E2",
+") c #E6E6E6",
+"! c #DBDBDB",
+"~ c #4C4C4C",
+"{ c #525252",
+"] c #C0C0C0",
+"^ c #DEDEDE",
+"/ c #959595",
+"( c #555555",
+"_ c #565656",
+": c #969696",
+"< c #DFDFDF",
+"[ c #4B4B4B",
+"} c #A8A8A8",
+"| c #D4D4D4",
+"1 c #666666",
+"2 c #D5D5D5",
+"3 c #A6A6A6",
+"4 c #4A4A4A",
+"5 c #E4E4E4",
+"6 c #E1E1E1",
+"7 c #686868",
+"8 c #696969",
+"9 c #656565",
+"0 c #ADADAD",
+"a c #AAAAAA",
+"b c #ABABAB",
+"c c #494949",
+"d c #DCDCDC",
+"e c #787878",
+"f c #7A7A7A",
+"g c #484848",
+"h c #646464",
+"i c #474747",
+"j c #636363",
+"k c #464646",
+"l c #767676",
+"m c #B7B7B7",
+"n c #BCBCBC",
+"o c #DADADA",
+"p c #454545",
+"q c #A9A9A9",
+"r c #B6B6B6",
+"s c #B2B2B2",
+"t c #444444",
+"u c #606060",
+"v c #434343",
+"w c #A4A4A4",
+"x c #616161",
+"y c #A3A3A3",
+"z c #BDBDBD",
+"A c #919191",
+"B c #939393",
+"C c #424242",
+"D c #9A9A9A",
+"E c #E0E0E0",
+"F c #414141",
+"G c #838383",
+"H c #B4B4B4",
+"I c #CACACA",
+"J c #404040",
+"K c #3F3F3F",
+"L c #3E3E3E",
+"M c #3D3D3D",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################",
+"$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%&*=--=*;%%%%%%",
+">>>>#,'))!!))',#>>>>",
+"~~~{])^/(~~_:<)]@~~~",
+"[[[})|1[[[[[[12)3[[[",
+"441567444444448'5944",
+"440)a4444444444b)044",
+"ccd)eccccccccccf)!cc",
+"gg))hggggggggggh))gg",
+"ii))jiiiiiiiiiij))ii",
+"kk!)lkm))))))nke)okk",
+"ppb)qpr))))))sp})bpp",
+"ttu569tttttttt1'5utt",
+"vvvw)|uvvvvvvx|)yvvv",
+"vvviz)^A%vv%B<)zkvvv",
+"CCCCpD6))!!))EDpCCCC",
+"FFFFFF#GHIIHG#FFFFFF",
+"JJJJJJJJJJJJJJJJJJJJ",
+"KKKKKKKKKKKKKKKKKKKK",
+"LLLLLLLLLLLLLLLLLLLL",
+"MMMMMMMMMMMMMMMMMMMM"};
diff --git a/Shiki-Colors-Classic/xfwm4/hide-pressed.xpm b/Shiki-Colors-Classic/xfwm4/hide-pressed.xpm
new file mode 100644
index 0000000..feff234
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/hide-pressed.xpm
@@ -0,0 +1,120 @@
+/* XPM */
+static char * hide_pressed_xpm[] = {
+"20 25 92 2",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #5D5D5D",
+"* c #8D8D8D",
+"= c #B9B9B9",
+"- c #CDCDCD",
+"; c #5C5C5C",
+"> c #4D4D4D",
+", c #9F9F9F",
+"' c #E2E2E2",
+") c #E6E6E6",
+"! c #E0E0E0",
+"~ c #4C4C4C",
+"{ c #525252",
+"] c #C0C0C0",
+"^ c #BCBCBC",
+"/ c #9C9C9C",
+"( c #969696",
+"_ c #4B4B4B",
+": c #A8A8A8",
+"< c #DDDDDD",
+"[ c #A3A3A1",
+"} c #939392",
+"| c #A2A2A1",
+"1 c #A6A6A6",
+"2 c #4A4A4A",
+"3 c #666666",
+"4 c #E4E4E4",
+"5 c #A0A0A0",
+"6 c #8F8F8F",
+"7 c #656565",
+"8 c #ADADAD",
+"9 c #C4C4C4",
+"0 c #8C8C8C",
+"a c #494949",
+"b c #DCDCDC",
+"c c #A5A5A5",
+"d c #898989",
+"e c #DBDBDB",
+"f c #484848",
+"g c #969695",
+"h c #858584",
+"i c #474747",
+"j c #939393",
+"k c #818181",
+"l c #464646",
+"m c #9E9E9D",
+"n c #7D7D7D",
+"o c #C8C8C7",
+"p c #E7E7E6",
+"q c #CBCBCB",
+"r c #9F9F9E",
+"s c #DADADA",
+"t c #454545",
+"u c #ABABAB",
+"v c #BDBDBD",
+"w c #7A7A79",
+"x c #C7C7C6",
+"y c #C4C4C3",
+"z c #444444",
+"A c #606060",
+"B c #E3E3E3",
+"C c #757575",
+"D c #434343",
+"E c #A4A4A4",
+"F c #D9D9D9",
+"G c #878786",
+"H c #727271",
+"I c #888887",
+"J c #A3A3A3",
+"K c #DFDFDF",
+"L c #A7A7A7",
+"M c #777777",
+"N c #6D6D6D",
+"O c #A9A9A9",
+"P c #424242",
+"Q c #9A9A9A",
+"R c #E1E1E1",
+"S c #DEDEDE",
+"T c #414141",
+"U c #838383",
+"V c #B4B4B4",
+"W c #CACACA",
+"X c #404040",
+"Y c #3F3F3F",
+"Z c #3E3E3E",
+"` c #3D3D3D",
+". . . . . . . . . . . . . . . . . . . . ",
+"+ + + + + + + + + + + + + + + + + + + + ",
+"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
+"# # # # # # # # # # # # # # # # # # # # ",
+"$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ",
+"% % % % % % & * = - - = * ; % % % % % % ",
+"> > > > # , ' ) ) ! ! ) ) ' , # > > > > ",
+"~ ~ ~ { ] ) ! ^ / ( ( / ^ ' ) ] @ ~ ~ ~ ",
+"_ _ _ : ) < [ } } } } } } | < ) 1 _ _ _ ",
+"2 2 3 4 4 5 6 6 6 6 6 6 6 6 5 4 4 7 2 2 ",
+"2 2 8 ) 9 0 0 0 0 0 0 0 0 0 0 9 ) 8 2 2 ",
+"a a b ) c d d d d d d d d d d 1 ) e a a ",
+"f f ) ) g h h h h h h h h h h g ) ) f f ",
+"i i ) ) j k k k k k k k k k k j ) ) i i ",
+"l l e ) m n o p p p p p p q n r ) s l l ",
+"t t u ) v w x p p p p p p y w v ) u t t ",
+"z z A 4 B 0 C C C C C C C C * 4 4 A z z ",
+"D D D E ) F G H H H H H H I F ) J D D D ",
+"D D D i v ) K L M N N M O ! ) v l D D D ",
+"P P P P t Q R ) ) S S ) ) ! Q t P P P P ",
+"T T T T T T # U V W W V U # T T T T T T ",
+"X X X X X X X X X X X X X X X X X X X X ",
+"Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y ",
+"Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z ",
+"` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` "};
diff --git a/Shiki-Colors-Classic/xfwm4/left-active.xpm b/Shiki-Colors-Classic/xfwm4/left-active.xpm
new file mode 100644
index 0000000..9255477
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/left-active.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * left_active_xpm[] = {
+"1 20 2 1",
+" c None",
+". c #3C3C3C",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/Shiki-Colors-Classic/xfwm4/left-inactive.xpm b/Shiki-Colors-Classic/xfwm4/left-inactive.xpm
new file mode 100644
index 0000000..f0fbf06
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/left-inactive.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * left_inactive_xpm[] = {
+"1 20 2 1",
+" c None",
+". c #3C3C3C",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/Shiki-Colors-Classic/xfwm4/maximize-active.xpm b/Shiki-Colors-Classic/xfwm4/maximize-active.xpm
new file mode 100644
index 0000000..f14901c
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/maximize-active.xpm
@@ -0,0 +1,60 @@
+/* XPM */
+static char * maximize_active_xpm[] = {
+"20 25 32 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #B8B8B8",
+"> c #E6E6E6",
+", c #494949",
+"' c #484848",
+") c #B7B7B7",
+"! c #BDBDBD",
+"~ c #474747",
+"{ c #B3B3B3",
+"] c #464646",
+"^ c #454545",
+"/ c #E2E2E2",
+"( c #444444",
+"_ c #B1B1B1",
+": c #BCBCBC",
+"< c #434343",
+"[ c #424242",
+"} c #414141",
+"| c #404040",
+"1 c #3F3F3F",
+"2 c #3E3E3E",
+"3 c #3D3D3D",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################",
+"$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&&&&&",
+"********************",
+"====================",
+"---------;;---------",
+"--------->>---------",
+",,,,,,,,,>>,,,,,,,,,",
+"'''''')>>>>>>!''''''",
+"~~~~~~)>>>>>>{~~~~~~",
+"]]]]]]]]]>>]]]]]]]]]",
+"^^^^^^^^^/>,^^^^^^^^",
+"(((((((((_:(((((((((",
+"<<<<<<<<<<<<<<<<<<<<",
+"<<<<<<<<<<<<<<<<<<<<",
+"[[[[[[[[[[[[[[[[[[[[",
+"}}}}}}}}}}}}}}}}}}}}",
+"||||||||||||||||||||",
+"11111111111111111111",
+"22222222222222222222",
+"33333333333333333333"};
diff --git a/Shiki-Colors-Classic/xfwm4/maximize-inactive.xpm b/Shiki-Colors-Classic/xfwm4/maximize-inactive.xpm
new file mode 100644
index 0000000..3699b08
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/maximize-inactive.xpm
@@ -0,0 +1,60 @@
+/* XPM */
+static char * maximize_inactive_xpm[] = {
+"20 25 32 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #838383",
+"> c #9B9B9B",
+", c #494949",
+"' c #484848",
+") c #828282",
+"! c #868686",
+"~ c #474747",
+"{ c #808080",
+"] c #464646",
+"^ c #454545",
+"/ c #999999",
+"( c #444444",
+"_ c #7F7F7F",
+": c #848484",
+"< c #434343",
+"[ c #424242",
+"} c #414141",
+"| c #404040",
+"1 c #3F3F3F",
+"2 c #3E3E3E",
+"3 c #3D3D3D",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################",
+"$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&&&&&",
+"********************",
+"====================",
+"---------;;---------",
+"--------->>---------",
+",,,,,,,,,>>,,,,,,,,,",
+"'''''')>>>>>>!''''''",
+"~~~~~~)>>>>>>{~~~~~~",
+"]]]]]]]]]>>]]]]]]]]]",
+"^^^^^^^^^/>~^^^^^^^^",
+"(((((((((_:(((((((((",
+"<<<<<<<<<<<<<<<<<<<<",
+"<<<<<<<<<<<<<<<<<<<<",
+"[[[[[[[[[[[[[[[[[[[[",
+"}}}}}}}}}}}}}}}}}}}}",
+"||||||||||||||||||||",
+"11111111111111111111",
+"22222222222222222222",
+"33333333333333333333"};
diff --git a/Shiki-Colors-Classic/xfwm4/maximize-prelight.xpm b/Shiki-Colors-Classic/xfwm4/maximize-prelight.xpm
new file mode 100644
index 0000000..1ee1380
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/maximize-prelight.xpm
@@ -0,0 +1,107 @@
+/* XPM */
+static char * maximize_prelight_xpm[] = {
+"20 25 79 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #5D5D5D",
+"* c #8D8D8D",
+"= c #B9B9B9",
+"- c #CDCDCD",
+"; c #5C5C5C",
+"> c #4D4D4D",
+", c #9F9F9F",
+"' c #E2E2E2",
+") c #E6E6E6",
+"! c #DBDBDB",
+"~ c #4C4C4C",
+"{ c #525252",
+"] c #C0C0C0",
+"^ c #DEDEDE",
+"/ c #959595",
+"( c #555555",
+"_ c #565656",
+": c #969696",
+"< c #DFDFDF",
+"[ c #4B4B4B",
+"} c #A8A8A8",
+"| c #D4D4D4",
+"1 c #666666",
+"2 c #D5D5D5",
+"3 c #A6A6A6",
+"4 c #4A4A4A",
+"5 c #E4E4E4",
+"6 c #E1E1E1",
+"7 c #686868",
+"8 c #B8B8B8",
+"9 c #696969",
+"0 c #656565",
+"a c #ADADAD",
+"b c #AAAAAA",
+"c c #ABABAB",
+"d c #494949",
+"e c #DCDCDC",
+"f c #787878",
+"g c #7A7A7A",
+"h c #484848",
+"i c #646464",
+"j c #B7B7B7",
+"k c #BDBDBD",
+"l c #474747",
+"m c #636363",
+"n c #B3B3B3",
+"o c #464646",
+"p c #767676",
+"q c #DADADA",
+"r c #454545",
+"s c #A9A9A9",
+"t c #444444",
+"u c #606060",
+"v c #B1B1B1",
+"w c #BCBCBC",
+"x c #434343",
+"y c #A4A4A4",
+"z c #616161",
+"A c #A3A3A3",
+"B c #919191",
+"C c #939393",
+"D c #424242",
+"E c #9A9A9A",
+"F c #E0E0E0",
+"G c #414141",
+"H c #838383",
+"I c #B4B4B4",
+"J c #CACACA",
+"K c #404040",
+"L c #3F3F3F",
+"M c #3E3E3E",
+"N c #3D3D3D",
+"....................",
+"++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@",
+"####################",
+"$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%&*=--=*;%%%%%%",
+">>>>#,'))!!))',#>>>>",
+"~~~{])^/(~~_:<)]@~~~",
+"[[[})|1[[[[[[12)3[[[",
+"441567444884449'5044",
+"44a)b4444))4444c)a44",
+"dde)fdddd))ddddg)!dd",
+"hh))ihj))))))khi))hh",
+"ll))mlj))))))nlm))ll",
+"oo!)poooo))oooof)qoo",
+"rrc)srrrr')drrr})crr",
+"ttu560tttvwttt1'5utt",
+"xxxy)|uxxxxxxz|)Axxx",
+"xxxlk)^B%xx%C<)koxxx",
+"DDDDrE6))!!))FErDDDD",
+"GGGGGG#HIJJIH#GGGGGG",
+"KKKKKKKKKKKKKKKKKKKK",
+"LLLLLLLLLLLLLLLLLLLL",
+"MMMMMMMMMMMMMMMMMMMM",
+"NNNNNNNNNNNNNNNNNNNN"};
diff --git a/Shiki-Colors-Classic/xfwm4/maximize-pressed.xpm b/Shiki-Colors-Classic/xfwm4/maximize-pressed.xpm
new file mode 100644
index 0000000..fddaf7e
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/maximize-pressed.xpm
@@ -0,0 +1,125 @@
+/* XPM */
+static char * maximize_pressed_xpm[] = {
+"20 25 97 2",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #5D5D5D",
+"* c #8D8D8D",
+"= c #B9B9B9",
+"- c #CDCDCD",
+"; c #5C5C5C",
+"> c #4D4D4D",
+", c #9F9F9F",
+"' c #E2E2E2",
+") c #E6E6E6",
+"! c #E0E0E0",
+"~ c #4C4C4C",
+"{ c #525252",
+"] c #C0C0C0",
+"^ c #BCBCBC",
+"/ c #9C9C9C",
+"( c #969696",
+"_ c #4B4B4B",
+": c #A8A8A8",
+"< c #DDDDDD",
+"[ c #A3A3A1",
+"} c #939392",
+"| c #A2A2A1",
+"1 c #A6A6A6",
+"2 c #4A4A4A",
+"3 c #666666",
+"4 c #E4E4E4",
+"5 c #A0A0A0",
+"6 c #8F8F8F",
+"7 c #CCCCCC",
+"8 c #656565",
+"9 c #ADADAD",
+"0 c #C4C4C4",
+"a c #8C8C8C",
+"b c #494949",
+"c c #DCDCDC",
+"d c #A5A5A5",
+"e c #898989",
+"f c #E7E7E7",
+"g c #DBDBDB",
+"h c #484848",
+"i c #969695",
+"j c #858584",
+"k c #CACAC9",
+"l c #E7E7E6",
+"m c #CECECC",
+"n c #474747",
+"o c #939393",
+"p c #818181",
+"q c #C9C9C9",
+"r c #C6C6C6",
+"s c #464646",
+"t c #9E9E9D",
+"u c #7D7D7D",
+"v c #9F9F9E",
+"w c #DADADA",
+"x c #454545",
+"y c #ABABAB",
+"z c #BDBDBD",
+"A c #7A7A79",
+"B c #E5E5E4",
+"C c #7C7C7B",
+"D c #444444",
+"E c #606060",
+"F c #E3E3E3",
+"G c #757575",
+"H c #C2C2C2",
+"I c #CACACA",
+"J c #434343",
+"K c #A4A4A4",
+"L c #D9D9D9",
+"M c #878786",
+"N c #727271",
+"O c #888887",
+"P c #A3A3A3",
+"Q c #DFDFDF",
+"R c #A7A7A7",
+"S c #777777",
+"T c #6D6D6D",
+"U c #A9A9A9",
+"V c #424242",
+"W c #9A9A9A",
+"X c #E1E1E1",
+"Y c #DEDEDE",
+"Z c #414141",
+"` c #838383",
+" . c #B4B4B4",
+".. c #404040",
+"+. c #3F3F3F",
+"@. c #3E3E3E",
+"#. c #3D3D3D",
+". . . . . . . . . . . . . . . . . . . . ",
+"+ + + + + + + + + + + + + + + + + + + + ",
+"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
+"# # # # # # # # # # # # # # # # # # # # ",
+"$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ",
+"% % % % % % & * = - - = * ; % % % % % % ",
+"> > > > # , ' ) ) ! ! ) ) ' , # > > > > ",
+"~ ~ ~ { ] ) ! ^ / ( ( / ^ ' ) ] @ ~ ~ ~ ",
+"_ _ _ : ) < [ } } } } } } | < ) 1 _ _ _ ",
+"2 2 3 4 4 5 6 6 6 7 7 6 6 6 5 4 4 8 2 2 ",
+"2 2 9 ) 0 a a a a ) ) a a a a 0 ) 9 2 2 ",
+"b b c ) d e e e e f f e e e e 1 ) g b b ",
+"h h ) ) i j k l l l l l l m j i ) ) h h ",
+"n n ) ) o p q f f f f f f r p o ) ) n n ",
+"s s g ) t u u u u l l u u u u v ) w s s ",
+"x x y ) z A A A A B l C A A A z ) y x x ",
+"D D E 4 F a G G G H I G G G * 4 4 E D D ",
+"J J J K ) L M N N N N N N O L ) P J J J ",
+"J J J n z ) Q R S T T S U ! ) z s J J J ",
+"V V V V x W X ) ) Y Y ) ) ! W x V V V V ",
+"Z Z Z Z Z Z # ` .I I .` # Z Z Z Z Z Z ",
+"........................................",
+"+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.",
+"@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.",
+"#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#."};
diff --git a/Shiki-Colors-Classic/xfwm4/menu-active.xpm b/Shiki-Colors-Classic/xfwm4/menu-active.xpm
new file mode 100644
index 0000000..04cb4b6
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/menu-active.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * menu_active_xpm[] = {
+"16 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"................",
+"++++++++++++++++",
+"@@@@@@@@@@@@@@@@",
+"################",
+"$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&",
+"****************",
+"================",
+"----------------",
+"----------------",
+";;;;;;;;;;;;;;;;",
+">>>>>>>>>>>>>>>>",
+",,,,,,,,,,,,,,,,",
+"''''''''''''''''",
+"))))))))))))))))",
+"!!!!!!!!!!!!!!!!",
+"~~~~~~~~~~~~~~~~",
+"~~~~~~~~~~~~~~~~",
+"{{{{{{{{{{{{{{{{",
+"]]]]]]]]]]]]]]]]",
+"^^^^^^^^^^^^^^^^",
+"////////////////",
+"((((((((((((((((",
+"________________"};
diff --git a/Shiki-Colors-Classic/xfwm4/menu-inactive.xpm b/Shiki-Colors-Classic/xfwm4/menu-inactive.xpm
new file mode 100644
index 0000000..3441fb8
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/menu-inactive.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * menu_inactive_xpm[] = {
+"16 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"................",
+"++++++++++++++++",
+"@@@@@@@@@@@@@@@@",
+"################",
+"$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&",
+"****************",
+"================",
+"----------------",
+"----------------",
+";;;;;;;;;;;;;;;;",
+">>>>>>>>>>>>>>>>",
+",,,,,,,,,,,,,,,,",
+"''''''''''''''''",
+"))))))))))))))))",
+"!!!!!!!!!!!!!!!!",
+"~~~~~~~~~~~~~~~~",
+"~~~~~~~~~~~~~~~~",
+"{{{{{{{{{{{{{{{{",
+"]]]]]]]]]]]]]]]]",
+"^^^^^^^^^^^^^^^^",
+"////////////////",
+"((((((((((((((((",
+"________________"};
diff --git a/Shiki-Colors-Classic/xfwm4/menu-pressed.xpm b/Shiki-Colors-Classic/xfwm4/menu-pressed.xpm
new file mode 100644
index 0000000..112cee2
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/menu-pressed.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * menu_pressed_xpm[] = {
+"16 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"................",
+"++++++++++++++++",
+"@@@@@@@@@@@@@@@@",
+"################",
+"$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&",
+"****************",
+"================",
+"----------------",
+"----------------",
+";;;;;;;;;;;;;;;;",
+">>>>>>>>>>>>>>>>",
+",,,,,,,,,,,,,,,,",
+"''''''''''''''''",
+"))))))))))))))))",
+"!!!!!!!!!!!!!!!!",
+"~~~~~~~~~~~~~~~~",
+"~~~~~~~~~~~~~~~~",
+"{{{{{{{{{{{{{{{{",
+"]]]]]]]]]]]]]]]]",
+"^^^^^^^^^^^^^^^^",
+"////////////////",
+"((((((((((((((((",
+"________________"};
diff --git a/Shiki-Colors-Classic/xfwm4/right-active.xpm b/Shiki-Colors-Classic/xfwm4/right-active.xpm
new file mode 100644
index 0000000..b04979f
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/right-active.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * right_active_xpm[] = {
+"1 20 2 1",
+" c None",
+". c #3C3C3C",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/Shiki-Colors-Classic/xfwm4/right-inactive.xpm b/Shiki-Colors-Classic/xfwm4/right-inactive.xpm
new file mode 100644
index 0000000..5425cf9
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/right-inactive.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * right_inactive_xpm[] = {
+"1 20 2 1",
+" c None",
+". c #3C3C3C",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+".",
+"."};
diff --git a/Shiki-Colors-Classic/xfwm4/themerc b/Shiki-Colors-Classic/xfwm4/themerc
new file mode 100644
index 0000000..eda0ff9
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/themerc
@@ -0,0 +1,24 @@
+button_offset=4
+button_spacing=0
+full_width_title=true
+title_horizontal_offset=0
+title_vertical_offset_active=1
+title_vertical_offset_inactive=1
+title_shadow_active=false
+title_alignment=center
+button_layout=O|HMC
+active_text_color=#E6E6E6
+inactive_text_color=#9B9B9B
+
+show_app_icon=true
+
+shadow_delta_height=0
+shadow_delta_width=0
+shadow_delta_x=0
+shadow_delta_y=0
+
+resize_opacity=100
+move_opacity=80
+popup_opacity=100
+show_frame_shadow=true
+show_popup_shadow=true
diff --git a/Shiki-Colors-Classic/xfwm4/title-1-active.xpm b/Shiki-Colors-Classic/xfwm4/title-1-active.xpm
new file mode 100644
index 0000000..06990c1
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-1-active.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_1_active_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/title-1-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-1-inactive.xpm
new file mode 100644
index 0000000..a9618a3
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-1-inactive.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_1_inactive_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/title-2-active.xpm b/Shiki-Colors-Classic/xfwm4/title-2-active.xpm
new file mode 100644
index 0000000..128e812
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-2-active.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_2_active_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/title-2-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-2-inactive.xpm
new file mode 100644
index 0000000..fb07ea2
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-2-inactive.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_2_inactive_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/title-3-active.xpm b/Shiki-Colors-Classic/xfwm4/title-3-active.xpm
new file mode 100644
index 0000000..a66cbe8
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-3-active.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_3_active_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/title-3-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-3-inactive.xpm
new file mode 100644
index 0000000..5fe6647
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-3-inactive.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_3_inactive_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/title-4-active.xpm b/Shiki-Colors-Classic/xfwm4/title-4-active.xpm
new file mode 100644
index 0000000..caa20bd
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-4-active.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_4_active_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/title-4-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-4-inactive.xpm
new file mode 100644
index 0000000..01b627c
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-4-inactive.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_4_inactive_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/title-5-active.xpm b/Shiki-Colors-Classic/xfwm4/title-5-active.xpm
new file mode 100644
index 0000000..e9fb3f9
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-5-active.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_5_active_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/title-5-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-5-inactive.xpm
new file mode 100644
index 0000000..bef0525
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/title-5-inactive.xpm
@@ -0,0 +1,52 @@
+/* XPM */
+static char * title_5_inactive_xpm[] = {
+"8 25 24 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #505050",
+"$ c #4F4F4F",
+"% c #4E4E4E",
+"& c #4D4D4D",
+"* c #4C4C4C",
+"= c #4B4B4B",
+"- c #4A4A4A",
+"; c #494949",
+"> c #484848",
+", c #474747",
+"' c #464646",
+") c #454545",
+"! c #444444",
+"~ c #434343",
+"{ c #424242",
+"] c #414141",
+"^ c #404040",
+"/ c #3F3F3F",
+"( c #3E3E3E",
+"_ c #3D3D3D",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))))))))",
+"!!!!!!!!",
+"~~~~~~~~",
+"~~~~~~~~",
+"{{{{{{{{",
+"]]]]]]]]",
+"^^^^^^^^",
+"////////",
+"((((((((",
+"________"};
diff --git a/Shiki-Colors-Classic/xfwm4/top-left-active.xpm b/Shiki-Colors-Classic/xfwm4/top-left-active.xpm
new file mode 100644
index 0000000..f082c0f
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/top-left-active.xpm
@@ -0,0 +1,54 @@
+/* XPM */
+static char * top_left_active_xpm[] = {
+"6 25 26 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #666666",
+"# c #515151",
+"$ c #5C5C5C",
+"% c #505050",
+"& c #4F4F4F",
+"* c #4E4E4E",
+"= c #4D4D4D",
+"- c #4C4C4C",
+"; c #4B4B4B",
+"> c #4A4A4A",
+", c #494949",
+"' c #484848",
+") c #474747",
+"! c #464646",
+"~ c #454545",
+"{ c #444444",
+"] c #434343",
+"^ c #424242",
+"/ c #414141",
+"( c #404040",
+"_ c #3F3F3F",
+": c #3E3E3E",
+"< c #3D3D3D",
+" .",
+" ..+",
+" .@@#",
+" .$%%%",
+" .$&&&",
+".*****",
+".=====",
+".-----",
+".;;;;;",
+".>>>>>",
+".>>>>>",
+".,,,,,",
+".'''''",
+".)))))",
+".!!!!!",
+".~~~~~",
+".{{{{{",
+".]]]]]",
+".]]]]]",
+".^^^^^",
+"./////",
+".(((((",
+"._____",
+".:::::",
+".<<<<<"};
diff --git a/Shiki-Colors-Classic/xfwm4/top-left-inactive.xpm b/Shiki-Colors-Classic/xfwm4/top-left-inactive.xpm
new file mode 100644
index 0000000..f8c426e
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/top-left-inactive.xpm
@@ -0,0 +1,54 @@
+/* XPM */
+static char * top_left_inactive_xpm[] = {
+"6 25 26 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #616161",
+"# c #515151",
+"$ c #575757",
+"% c #505050",
+"& c #4F4F4F",
+"* c #4E4E4E",
+"= c #4D4D4D",
+"- c #4C4C4C",
+"; c #4B4B4B",
+"> c #4A4A4A",
+", c #494949",
+"' c #484848",
+") c #474747",
+"! c #464646",
+"~ c #454545",
+"{ c #444444",
+"] c #434343",
+"^ c #424242",
+"/ c #414141",
+"( c #404040",
+"_ c #3F3F3F",
+": c #3E3E3E",
+"< c #3D3D3D",
+" .",
+" ..+",
+" .@@#",
+" .$%%%",
+" .$&&&",
+".*****",
+".=====",
+".-----",
+".;;;;;",
+".>>>>>",
+".>>>>>",
+".,,,,,",
+".'''''",
+".)))))",
+".!!!!!",
+".~~~~~",
+".{{{{{",
+".]]]]]",
+".]]]]]",
+".^^^^^",
+"./////",
+".(((((",
+"._____",
+".:::::",
+".<<<<<"};
diff --git a/Shiki-Colors-Classic/xfwm4/top-right-active.xpm b/Shiki-Colors-Classic/xfwm4/top-right-active.xpm
new file mode 100644
index 0000000..577b810
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/top-right-active.xpm
@@ -0,0 +1,54 @@
+/* XPM */
+static char * top_right_active_xpm[] = {
+"6 25 26 1",
+" c None",
+". c #3C3C3C",
+"+ c #707070",
+"@ c #515151",
+"# c #666666",
+"$ c #505050",
+"% c #5C5C5C",
+"& c #4F4F4F",
+"* c #4E4E4E",
+"= c #4D4D4D",
+"- c #4C4C4C",
+"; c #4B4B4B",
+"> c #4A4A4A",
+", c #494949",
+"' c #484848",
+") c #474747",
+"! c #464646",
+"~ c #454545",
+"{ c #444444",
+"] c #434343",
+"^ c #424242",
+"/ c #414141",
+"( c #404040",
+"_ c #3F3F3F",
+": c #3E3E3E",
+"< c #3D3D3D",
+". ",
+"+.. ",
+"@##. ",
+"$$$%. ",
+"&&&%. ",
+"*****.",
+"=====.",
+"-----.",
+";;;;;.",
+">>>>>.",
+">>>>>.",
+",,,,,.",
+"'''''.",
+"))))).",
+"!!!!!.",
+"~~~~~.",
+"{{{{{.",
+"]]]]].",
+"]]]]].",
+"^^^^^.",
+"/////.",
+"(((((.",
+"_____.",
+":::::.",
+"<<<<<."};
diff --git a/Shiki-Colors-Classic/xfwm4/top-right-inactive.xpm b/Shiki-Colors-Classic/xfwm4/top-right-inactive.xpm
new file mode 100644
index 0000000..b4df0f9
--- /dev/null
+++ b/Shiki-Colors-Classic/xfwm4/top-right-inactive.xpm
@@ -0,0 +1,54 @@
+/* XPM */
+static char * top_right_inactive_xpm[] = {
+"6 25 26 1",
+" c None",
+". c #3C3C3C",
+"+ c #666666",
+"@ c #515151",
+"# c #616161",
+"$ c #505050",
+"% c #575757",
+"& c #4F4F4F",
+"* c #4E4E4E",
+"= c #4D4D4D",
+"- c #4C4C4C",
+"; c #4B4B4B",
+"> c #4A4A4A",
+", c #494949",
+"' c #484848",
+") c #474747",
+"! c #464646",
+"~ c #454545",
+"{ c #444444",
+"] c #434343",
+"^ c #424242",
+"/ c #414141",
+"( c #404040",
+"_ c #3F3F3F",
+": c #3E3E3E",
+"< c #3D3D3D",
+". ",
+"+.. ",
+"@##. ",
+"$$$%. ",
+"&&&%. ",
+"*****.",
+"=====.",
+"-----.",
+";;;;;.",
+">>>>>.",
+">>>>>.",
+",,,,,.",
+"'''''.",
+"))))).",
+"!!!!!.",
+"~~~~~.",
+"{{{{{.",
+"]]]]].",
+"]]]]].",
+"^^^^^.",
+"/////.",
+"(((((.",
+"_____.",
+":::::.",
+"<<<<<."};