diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-07-30 17:05:31 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-07-30 17:05:31 +0300 |
commit | de10fc17cbead62bd6d5c0ae10f53af5ca5fa5c7 (patch) | |
tree | 7d75305bec9d4000159859d2d0fd793fa4ff8370 /Kogaion-daylight/xfwm4/right-inactive.xpm | |
parent | 46f6e9f781ddbc60adc760d1d1585650e4b6aa5b (diff) |
make xfwm light fun (gtk colors)
Diffstat (limited to 'Kogaion-daylight/xfwm4/right-inactive.xpm')
-rwxr-xr-x | Kogaion-daylight/xfwm4/right-inactive.xpm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Kogaion-daylight/xfwm4/right-inactive.xpm b/Kogaion-daylight/xfwm4/right-inactive.xpm index 12f4e3a..0a70da7 100755 --- a/Kogaion-daylight/xfwm4/right-inactive.xpm +++ b/Kogaion-daylight/xfwm4/right-inactive.xpm @@ -1,7 +1,7 @@ /* XPM */ static char * right_inactive_xpm[] = { -"4 1 3 1", +"2 1 3 1", " c None", -". c #E1E1E1", -"+ c #CBCBCB", -"...+"}; +". c #626262 s inactive_color_1", +"+ c #969696 s inactive_shadow_1", +".+"}; |