Theme improvements, and setup a joke.
[kboard.git] / data / themes / pieces / FantasySVG / theme.lua
blobde1e78a1e8494a8cb2c60f07bec4e9ba19728b2b
1 import("../common.lua")
4 shadow=7.0
5 shadow_color="#404050"
6 shadow_offset_x=6
7 shadow_offset_y=4
8 shadow_grow=5
10 theme.black_gold = fromSVG("bg.svg")
11 theme.black_horse = fromSVG("bn.svg")
12 theme.black_lance = fromSVG("bl.svg")
13 theme.black_silver = fromSVG("bs.svg")
14 theme.black_p_bishop = fromSVG("bh.svg")
15 theme.black_p_knight = fromSVG("bg.svg")
16 theme.black_p_lance = fromSVG("bg.svg")
17 theme.black_p_pawn = fromSVG("bg.svg")
18 theme.black_p_rook = fromSVG("bd.svg")
19 theme.black_p_silver = fromSVG("bg.svg")
20 theme.white_gold = fromSVG("wg.svg")
21 theme.white_horse = fromSVG("wn.svg")
22 theme.white_lance = fromSVG("wl.svg")
23 theme.white_silver = fromSVG("ws.svg")
24 theme.white_p_bishop = fromSVG("wh.svg")
25 theme.white_p_knight = fromSVG("wg.svg")
26 theme.white_p_lance = fromSVG("wg.svg")
27 theme.white_p_pawn = fromSVG("wg.svg")
28 theme.white_p_rook = fromSVG("wd.svg")
29 theme.white_p_silver = fromSVG("wg.svg")
31 theme.black_bishop = fromSVG("bb.svg")
32 theme.black_king = fromSVG("bk.svg")
33 theme.black_knight = fromSVG("bn.svg")
34 theme.black_pawn = fromSVG("bp.svg")
35 theme.black_queen = fromSVG("bq.svg")
36 theme.black_rook = fromSVG("br.svg")
37 theme.white_bishop = fromSVG("wb.svg")
38 theme.white_king = fromSVG("wk.svg")
39 theme.white_knight = fromSVG("wn.svg")
40 theme.white_pawn = fromSVG("wp.svg")
41 theme.white_queen = fromSVG("wq.svg")
42 theme.white_rook = fromSVG("wr.svg")
44 theme.name = "Fantasy"
45 theme.description = "Fantasy SVG theme,\n by Maurizio Monge"
46 theme.variants = { "Chess", "Shogi" }