This file is indexed.

/usr/share/afterstep/backgrounds/Default is in afterstep-data 2.2.12-6.

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
13
14
15
16
17
18
19
<tile id="text_fgimage" tint="BaseLight">
  <img src="tiles/SimpleTexture"/>
</tile>

<composite>
  <composite op="allanon">
    <gradient width="$xroot.width" height="$xroot.height"
    colors="BaseLight BaseDark" angle="45"/>

    <scale width="$xroot.width" height="$xroot.height" tile="1">
      <img src=".StormySkies"/>
    </scale>
  </composite>
  <tile tint="#4f9F9F9F" align="center" valign="middle">
    <text fgcolor="Inactive1" font="DefaultFancy.ttf" point="60" type="3">AfterStep 2.2</text>
  </tile>
</composite>

<release srcid="text_fgimage"/>