Skip to content

Commit

Permalink
New borders, also new README
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyyy committed Sep 25, 2018
1 parent cea2c6b commit 32a531c
Show file tree
Hide file tree
Showing 27 changed files with 329 additions and 332 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Tgc-fork
---

## Tgc-fork
A theme based on Tgc and I-merryb.

## Preview
![preview](https://raw.githubusercontent.com/zephyyy/Tgc-fork/master/preview.png)
Binary file added preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions xfwm4/bottom-active.xpm
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
/* XPM */
static char * bottom_active_xpm[] = {
"32 4 4 1",
"32 1 4 1",
" c None",
". c #9B9B8A s active_shadow_2",
"+ c #D6D6CC s active_color_2",
"@ c #000000",
"++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++",
"................................",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
5 changes: 1 addition & 4 deletions xfwm4/bottom-inactive.xpm
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
/* XPM */
static char * bottom_inactive_xpm[] = {
"32 4 4 1",
"32 1 4 1",
" c None",
". c #9B9B8A s inactive_shadow_2",
"+ c #D6D6CC s inactive_color_2",
"@ c #000000",
"++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++",
"................................",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
37 changes: 17 additions & 20 deletions xfwm4/bottom-left-active.xpm
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
/* XPM */
static char * bottom_left_active_xpm[] = {
"20 20 5 1",
"20 17 5 1",
" c None",
". c #000000",
"+ c #FFFFFF s active_hilight_2",
"@ c #D6D6CC s active_color_2",
"# c #9B9B8A s active_shadow_2",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@@@@@@@@@@@@@@@@@",
".+@@@@@@@@@@@@@@@@@@",
".@##################",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
"...................."};
37 changes: 17 additions & 20 deletions xfwm4/bottom-left-inactive.xpm
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
/* XPM */
static char * bottom_left_inactive_xpm[] = {
"20 20 5 1",
"20 17 5 1",
" c None",
". c #000000",
"+ c #FFFFFF s inactive_hilight_2",
"@ c #D6D6CC s inactive_color_2",
"# c #9B9B8A s inactive_shadow_2",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@ ",
".+@@@@@@@@@@@@@@@@@@",
".+@@@@@@@@@@@@@@@@@@",
".@##################",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
"...................."};
37 changes: 17 additions & 20 deletions xfwm4/bottom-right-active.xpm
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
/* XPM */
static char * bottom_right_active_xpm[] = {
"20 20 4 1",
"20 17 4 1",
" c None",
". c #9B9B8A s active_shadow_2",
"+ c #D6D6CC s active_color_2",
"@ c #000000",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
"++++++++++++++++++.@",
"++++++++++++++++++.@",
"...................@",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
"@@@@@@@@@@@@@@@@@@@@"};
37 changes: 17 additions & 20 deletions xfwm4/bottom-right-inactive.xpm
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
/* XPM */
static char * bottom_right_inactive_xpm[] = {
"20 20 4 1",
"20 17 4 1",
" c None",
". c #9B9B8A s inactive_shadow_2",
"+ c #D6D6CC s inactive_color_2",
"@ c #000000",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
" ++.@",
"++++++++++++++++++.@",
"++++++++++++++++++.@",
"...................@",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
" @",
"@@@@@@@@@@@@@@@@@@@@"};
66 changes: 33 additions & 33 deletions xfwm4/left-active.xpm
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
/* XPM */
static char * left_active_xpm[] = {
"4 32 5 1",
"1 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",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@"};
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
"."};
66 changes: 33 additions & 33 deletions xfwm4/left-inactive.xpm
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
/* XPM */
static char * left_inactive_xpm[] = {
"4 32 5 1",
"1 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",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@",
".+@@"};
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
".",
"."};
Loading

0 comments on commit 32a531c

Please sign in to comment.