diff options
author | Horst3180 | 2015-07-08 15:44:53 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-08 15:44:53 +0200 |
commit | 2709297dff33f1dc69f46de6da5e1b7b824bdc04 (patch) | |
tree | 2914b3fc0c26064b65b37eac93ac06d12ab7c248 /common/xfwm4-dark/shade-inactive.xpm | |
parent | d8bf1b8c979231cac6b3398bad691c23bc2de7e8 (diff) | |
download | solarc-theme-2709297dff33f1dc69f46de6da5e1b7b824bdc04.tar.gz solarc-theme-2709297dff33f1dc69f46de6da5e1b7b824bdc04.tar.xz solarc-theme-2709297dff33f1dc69f46de6da5e1b7b824bdc04.zip |
add dark xfwm4 theme
Diffstat (limited to 'common/xfwm4-dark/shade-inactive.xpm')
-rw-r--r-- | common/xfwm4-dark/shade-inactive.xpm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/common/xfwm4-dark/shade-inactive.xpm b/common/xfwm4-dark/shade-inactive.xpm new file mode 100644 index 0000000..c199c04 --- /dev/null +++ b/common/xfwm4-dark/shade-inactive.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"16 22 3 1", +" c None", +". c #2F343B", +"+ c #797D87", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +".......++.......", +"......++++......", +".....++++++.....", +"....++++++++....", +"................", +"....++++++++....", +"....++++++++....", +"................", +"................", +"................", +"................", +"................", +"................", +"................"}; |