1 -- look_ios.lua drawing engine configuration file for Ion.
3 if not gr
.select_engine("de") then return end
8 shadow_colour
= "#606060",
9 highlight_colour
= "#ffffff",
10 background_colour
= "#d8d8d8",
11 foreground_colour
= "#000000",
15 border_style
= "elevated",
16 font
= "-*-fangsong ti-*-*-*-*-16-*-*-*-*-*-*-*",
17 text_align
= "center",
21 font
= "-*-fangsong ti-*-*-*-*-16-*-*-*-*-*-*-*",
22 de
.substyle("active-selected", {
23 shadow_colour
= "#f09000",
24 highlight_colour
= "#f0f066",
25 background_colour
= "#f0c000",
26 foreground_colour
= "#000000",
28 de
.substyle("active-unselected", {
29 shadow_colour
= "#606060",
30 highlight_colour
= "#ffffff",
31 background_colour
= "#d8d8d8",
32 foreground_colour
= "#000000",
34 de
.substyle("inactive-selected", {
35 shadow_colour
= "#606060",
36 highlight_colour
= "#efefef",
37 background_colour
= "#a8a8a8",
38 foreground_colour
= "#000000",
40 de
.substyle("inactive-unselected", {
41 shadow_colour
= "#606060",
42 highlight_colour
= "#ffffff",
43 background_colour
= "#d8d8d8",
44 foreground_colour
= "#000000",
46 text_align
= "center",
49 de
.defstyle("input", {
50 de
.substyle("*-cursor", {
51 background_colour
= "#000000",
52 foreground_colour
= "#d8d8d8",
54 de
.substyle("*-selection", {
55 background_colour
= "#f0c000",
56 foreground_colour
= "#000000",
60 dopath("lookcommon_emboss")
62 de
.defstyle("frame-tiled", {
66 de
.defstyle("frame-tiled-alt", {
70 de
.defstyle("tab-frame-tiled", {