Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyyy committed Sep 25, 2018
1 parent 01503b0 commit cea2c6b
Show file tree
Hide file tree
Showing 54 changed files with 1,283 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Tgc-fork
---

A theme based on Tgc and I-merryb.
4 changes: 4 additions & 0 deletions xfwm4/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Tgc-fork
---

A theme based on Tgc and I-merryb.
11 changes: 11 additions & 0 deletions xfwm4/bottom-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* XPM */
static char * bottom_active_xpm[] = {
"32 4 4 1",
" c None",
". c #9B9B8A s active_shadow_2",
"+ c #D6D6CC s active_color_2",
"@ c #000000",
"++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++",
"................................",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
11 changes: 11 additions & 0 deletions xfwm4/bottom-inactive.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* XPM */
static char * bottom_inactive_xpm[] = {
"32 4 4 1",
" c None",
". c #9B9B8A s inactive_shadow_2",
"+ c #D6D6CC s inactive_color_2",
"@ c #000000",
"++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++",
"................................",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
28 changes: 28 additions & 0 deletions xfwm4/bottom-left-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* XPM */
static char * bottom_left_active_xpm[] = {
"20 20 5 1",
" c None",
". c #000000",
"+ c #FFFFFF s active_hilight_2",
"@ c #D6D6CC s active_color_2",
"# c #9B9B8A s active_shadow_2",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@@@@@@@@@@@@@@@@@",
".+@@@@@@@@@@@@@@@@@@",
".@##################",
"...................."};
28 changes: 28 additions & 0 deletions xfwm4/bottom-left-inactive.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* XPM */
static char * bottom_left_inactive_xpm[] = {
"20 20 5 1",
" c None",
". c #000000",
"+ c #FFFFFF s inactive_hilight_2",
"@ c #D6D6CC s inactive_color_2",
"# c #9B9B8A s inactive_shadow_2",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@@@@@@@@@@@@@@@@@",
".+@@@@@@@@@@@@@@@@@@",
".@##################",
"...................."};
27 changes: 27 additions & 0 deletions xfwm4/bottom-right-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* XPM */
static char * bottom_right_active_xpm[] = {
"20 20 4 1",
" c None",
". c #9B9B8A s active_shadow_2",
"+ c #D6D6CC s active_color_2",
"@ c #000000",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
"++++++++++++++++++.@",
"++++++++++++++++++.@",
"...................@",
"@@@@@@@@@@@@@@@@@@@@"};
27 changes: 27 additions & 0 deletions xfwm4/bottom-right-inactive.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* XPM */
static char * bottom_right_inactive_xpm[] = {
"20 20 4 1",
" c None",
". c #9B9B8A s inactive_shadow_2",
"+ c #D6D6CC s inactive_color_2",
"@ c #000000",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
"++++++++++++++++++.@",
"++++++++++++++++++.@",
"...................@",
"@@@@@@@@@@@@@@@@@@@@"};
22 changes: 22 additions & 0 deletions xfwm4/close-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* XPM */
static char * close_active_xpm[] = {
"13 13 6 1",
" c None",
". c #000000 s active_border_color",
"+ c #FFFFFF s active_hilight_2",
"@ c #D6D6CC s active_color_2",
"# c #9B9B8A s active_shadow_2",
"$ c #B5B5A1 s active_mid_2",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@..@@@..@@@",
"@@@...@...@@@",
"@@@#.....#@@@",
"@@@$#...#$@@@",
"@@@@.....@@@@",
"@@@...#...@@@",
"@@@..#$#..@@@",
"@@@##$@$##@@@",
"@@@$$@@@$$@@@",
"@@@@@@@@@@@@@"};
22 changes: 22 additions & 0 deletions xfwm4/close-inactive.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* XPM */
static char * close_inactive_xpm[] = {
"13 13 6 1",
" c None",
". c #000000 s inactive_border_color",
"+ c #FFFFFF s inactive_hilight_2",
"@ c #D6D6CC s inactive_color_2",
"# c #9B9B8A s inactive_shadow_2",
"$ c #B5B5A1 s inactive_mid_2",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@..@@@..@@@",
"@@@...@...@@@",
"@@@#.....#@@@",
"@@@$#...#$@@@",
"@@@@.....@@@@",
"@@@...#...@@@",
"@@@..#$#..@@@",
"@@@##$@$##@@@",
"@@@$$@@@$$@@@",
"@@@@@@@@@@@@@"};
22 changes: 22 additions & 0 deletions xfwm4/close-pressed.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* XPM */
static char * close_pressed_xpm[] = {
"13 13 6 1",
" c None",
". c #000000 s active_border_color",
"+ c #FFFFFF s active_hilight_2",
"@ c #D6D6CC s active_color_2",
"# c #9B9B8A s active_shadow_2",
"$ c #B5B5A1 s active_mid_2",
"############@",
"#$$$$$$$$$$$+",
"#$$$$$$$$$$$+",
"#$$$$$$$$$$$+",
"#$$..$$$..$$+",
"#$$...$...$$+",
"#$$$.....$$$+",
"#$$$$...$$$$+",
"#$$$.....$$$+",
"#$$...$...$$+",
"#$$..$$$..$$+",
"#$$$$$$$$$$$+",
"@++++++++++++"};
22 changes: 22 additions & 0 deletions xfwm4/hide-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* XPM */
static char * hide_active_xpm[] = {
"13 13 6 1",
" c None",
". c #000000 s active_border_color",
"+ c #FFFFFF s active_hilight_2",
"@ c #D6D6CC s active_color_2",
"# c #9B9B8A s active_shadow_2",
"$ c #B5B5A1 s active_mid_2",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@.......@@@",
"@@@.......@@@",
"@@@#######@@@",
"@@@$$$$$$$@@@",
"@@@@@@@@@@@@@"};
22 changes: 22 additions & 0 deletions xfwm4/hide-inactive.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* XPM */
static char * hide_inactive_xpm[] = {
"13 13 6 1",
" c None",
". c #000000 s inactive_border_color",
"+ c #FFFFFF s inactive_hilight_2",
"@ c #D6D6CC s inactive_color_2",
"# c #9B9B8A s inactive_shadow_2",
"$ c #B5B5A1 s inactive_mid_2",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@.......@@@",
"@@@.......@@@",
"@@@#######@@@",
"@@@$$$$$$$@@@",
"@@@@@@@@@@@@@"};
22 changes: 22 additions & 0 deletions xfwm4/hide-pressed.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* XPM */
static char * hide_pressed_xpm[] = {
"13 13 6 1",
" c None",
". c #000000 s active_border_color",
"+ c #FFFFFF s active_hilight_2",
"@ c #D6D6CC s active_color_2",
"# c #9B9B8A s active_shadow_2",
"$ c #B5B5A1 s active_mid_2",
"############@",
"#$$$$$$$$$$$+",
"#$$$$$$$$$$$+",
"#$$$$$$$$$$$+",
"#$$$$$$$$$$$+",
"#$$$$$$$$$$$+",
"#$$$$$$$$$$$+",
"#$$$$$$$$$$$+",
"#$$$$$$$$$$$+",
"#$$.......$$+",
"#$$.......$$+",
"#$$$$$$$$$$$+",
"@++++++++++++"};
40 changes: 40 additions & 0 deletions xfwm4/left-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/* XPM */
static char * left_active_xpm[] = {
"4 32 5 1",
" c None",
". c #000000",
"+ c #FFFFFF s active_hilight_2",
"@ c #D6D6CC s active_color_2",
"# c #9B9B8A s active_shadow_2",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@"};
40 changes: 40 additions & 0 deletions xfwm4/left-inactive.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/* XPM */
static char * left_inactive_xpm[] = {
"4 32 5 1",
" c None",
". c #000000",
"+ c #FFFFFF s inactive_hilight_2",
"@ c #D6D6CC s inactive_color_2",
"# c #9B9B8A s inactive_shadow_2",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@"};
22 changes: 22 additions & 0 deletions xfwm4/maximize-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* XPM */
static char * maximize_active_xpm[] = {
"13 13 6 1",
" c None",
". c #000000 s active_border_color",
"+ c #FFFFFF s active_hilight_2",
"@ c #D6D6CC s active_color_2",
"# c #9B9B8A s active_shadow_2",
"$ c #B5B5A1 s active_mid_2",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@@@@@@@@@@@",
"@@@.......@@@",
"@@@.......@@@",
"@@@.#####.@@@",
"@@@.$$$$$.@@@",
"@@@.@@@@@.@@@",
"@@@.@@@@@.@@@",
"@@@.......@@@",
"@@@#######@@@",
"@@@$$$$$$$@@@",
"@@@@@@@@@@@@@"};
Loading

0 comments on commit cea2c6b

Please sign in to comment.