/usr/share/afterstep/desktop/buttons/default-switchwindow-light 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 | <rotate id="arrow_short_small_icon" angle="180">
<img src="dots/arrow_short_small"/>
</rotate>
<tile id="arrow_short_small_icon_black" tint="#787f7f7f">
<tile tint="InactiveText1">
<scale width="16" height="16">
<recall srcid="arrow_short_small_icon"/>
</scale>
</tile>
</tile>
<composite>
<recall srcid="arrow_short_small_icon_black"/>
<tile tint="BaseLight">
<recall srcid="arrow_short_small_icon"/>
</tile>
</composite>
|