This file is indexed.

/usr/share/kde4/apps/tagua/themes/pieces/FantasySVG/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
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
import("piece_theme.lua")

shadow=7.0
shadow_color="#404050"
shadow_offset_x=6
shadow_offset_y=4
shadow_grow=5

theme.black_gold      = fromSVG("bg.svg")
theme.black_horse     = fromSVG("bn.svg")
theme.black_lance     = fromSVG("bl.svg")
theme.black_silver    = fromSVG("bs.svg")
theme.black_p_bishop  = fromSVG("bh.svg")
theme.black_p_knight   = fromSVG("bg.svg")
theme.black_p_lance   = fromSVG("bg.svg")
theme.black_p_pawn    = fromSVG("bg.svg")
theme.black_p_rook    = fromSVG("bd.svg")
theme.black_p_silver  = fromSVG("bg.svg")
theme.white_gold      = fromSVG("wg.svg")
theme.white_horse     = fromSVG("wn.svg")
theme.white_lance     = fromSVG("wl.svg")
theme.white_silver    = fromSVG("ws.svg")
theme.white_p_bishop  = fromSVG("wh.svg")
theme.white_p_knight   = fromSVG("wg.svg")
theme.white_p_lance   = fromSVG("wg.svg")
theme.white_p_pawn    = fromSVG("wg.svg")
theme.white_p_rook    = fromSVG("wd.svg")
theme.white_p_silver  = fromSVG("wg.svg")

theme.black_bishop = fromSVG("bb.svg")
theme.black_king   = fromSVG("bk.svg")
theme.black_knight = fromSVG("bn.svg")
theme.black_pawn   = fromSVG("bp.svg")
theme.black_queen  = fromSVG("bq.svg")
theme.black_rook   = fromSVG("br.svg")
theme.white_bishop = fromSVG("wb.svg")
theme.white_king   = fromSVG("wk.svg")
theme.white_knight = fromSVG("wn.svg")
theme.white_pawn   = fromSVG("wp.svg")
theme.white_queen  = fromSVG("wq.svg")
theme.white_rook   = fromSVG("wr.svg")