This file is indexed.

/usr/share/kde4/apps/tagua/themes/figurines/AlphaTTF/theme.lua is in tagua-data 1.0~alpha2-15.

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
import("piece_theme.lua")

function Fig(char)
  return Glyph("../../Pieces/AlphaTTF/Alpha.ttf", char, 2)
end

theme.bishop = Fig("0xF085")
theme.king   = Fig("0xF082")
theme.knight = Fig("0xF086")
theme.pawn   = Fig("0xF087")
theme.queen  = Fig("0xF083")
theme.rook   = Fig("0xF084")