diff options
Diffstat (limited to 'common/xfwm4-dark')
-rw-r--r-- | common/xfwm4-dark/bottom-active.xpm | 6 | ||||
-rw-r--r-- | common/xfwm4-dark/bottom-inactive.xpm | 6 | ||||
-rw-r--r-- | common/xfwm4-dark/left-active.xpm | 17 | ||||
-rw-r--r-- | common/xfwm4-dark/left-inactive.xpm | 17 | ||||
-rw-r--r-- | common/xfwm4-dark/right-active.xpm | 17 | ||||
-rw-r--r-- | common/xfwm4-dark/right-inactive.xpm | 17 | ||||
-rw-r--r-- | common/xfwm4-dark/themerc | 23 |
7 files changed, 0 insertions, 103 deletions
diff --git a/common/xfwm4-dark/bottom-active.xpm b/common/xfwm4-dark/bottom-active.xpm deleted file mode 100644 index 5c35a34..0000000 --- a/common/xfwm4-dark/bottom-active.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"12 1 2 1", -" c None", -". c #21252B", -"............"}; diff --git a/common/xfwm4-dark/bottom-inactive.xpm b/common/xfwm4-dark/bottom-inactive.xpm deleted file mode 100644 index cb8f901..0000000 --- a/common/xfwm4-dark/bottom-inactive.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"12 1 2 1", -" c None", -". c #21252B", -"............"}; diff --git a/common/xfwm4-dark/left-active.xpm b/common/xfwm4-dark/left-active.xpm deleted file mode 100644 index b94d67f..0000000 --- a/common/xfwm4-dark/left-active.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"1 12 2 1", -" c None", -". c #21252B", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/common/xfwm4-dark/left-inactive.xpm b/common/xfwm4-dark/left-inactive.xpm deleted file mode 100644 index 17f9acf..0000000 --- a/common/xfwm4-dark/left-inactive.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"1 12 2 1", -" c None", -". c #21252B", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/common/xfwm4-dark/right-active.xpm b/common/xfwm4-dark/right-active.xpm deleted file mode 100644 index 6f08d57..0000000 --- a/common/xfwm4-dark/right-active.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"1 12 2 1", -" c None", -". c #21252B", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/common/xfwm4-dark/right-inactive.xpm b/common/xfwm4-dark/right-inactive.xpm deleted file mode 100644 index 86b8f45..0000000 --- a/common/xfwm4-dark/right-inactive.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"1 12 2 1", -" c None", -". c #21252B", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/common/xfwm4-dark/themerc b/common/xfwm4-dark/themerc deleted file mode 100644 index f7fd498..0000000 --- a/common/xfwm4-dark/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=2 -button_spacing=4 - -show_app_icon=true - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#afb8c5 -active_text_shadow_color=#2f343b - -inactive_text_color=#808791 -inactive_text_shadow_color=#2f343b - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 |