diff options
author | Horst3180 | 2016-05-28 13:58:45 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-28 13:59:15 +0200 |
commit | d02ab7ac91de4acc7988c71b71003e4becf8a891 (patch) | |
tree | 77f7475db0f7e22880d82d9b2a17fdb8f539096a /common/xfwm4/menu-active.xpm | |
parent | d32e573efbfe9fd030f3fec639bcc9f7b8b285dc (diff) | |
download | solarc-theme-d02ab7ac91de4acc7988c71b71003e4becf8a891.tar.gz solarc-theme-d02ab7ac91de4acc7988c71b71003e4becf8a891.tar.xz solarc-theme-d02ab7ac91de4acc7988c71b71003e4becf8a891.zip |
xfwm theme refinements
Diffstat (limited to 'common/xfwm4/menu-active.xpm')
-rw-r--r-- | common/xfwm4/menu-active.xpm | 41 |
1 files changed, 17 insertions, 24 deletions
diff --git a/common/xfwm4/menu-active.xpm b/common/xfwm4/menu-active.xpm index c661f83..a60213d 100644 --- a/common/xfwm4/menu-active.xpm +++ b/common/xfwm4/menu-active.xpm @@ -1,28 +1,21 @@ /* XPM */ static char * menu_active_xpm[] = { -"16 22 3 1", +"26 16 2 1", " c None", ". c #E7E8EB", -"+ c #A4AAB7", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"....+......+....", -"....++....++....", -".....++..++.....", -"......++++......", -".......++.......", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................"}; +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +".........................."}; |