/usr/share/afterstep/backgrounds/Firestreaks 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  | <composite>
  <tile width="$xroot.width" height="$xroot.height">
    <img src="tiles/Gray"/>
  </tile>
  <img x="$xroot.width-400" clip_height="$xroot.height"
  clip_width="215" src="tiles/FireStreaks"/>
  <gradient x="$xroot.width-400" height="$xroot.height" width="15"
  colors="#FF000000 #aF000000 #00000000" offsets="0.0 0.3 1"/>
  <gradient x="$xroot.width-185" height="$xroot.height" width="12"
  colors="#8Fbfbfbf #007f7f7f" offsets="0.0 1"/>
</composite>
 |