/usr/share/themes/Meenee/xfwm4/bottom-inactive.xpm is in xfwm4-themes 4.10.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | </* XPM */
static char * bottom_inactive_xpm[] = {
"32 4 5 1",
" c None",
". c #9B9B8A s inactive_shadow_2",
"+ c #D6D6CC s inactive_color_2",
"# c #FFFFFF s inactive_hilight_2",
"@ c #000000",
"################################",
"++++++++++++++++++++++++++++++++",
"................................",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
|