1 -- look_simpleblue.lua drawing engine configuration file for Ion.
3 if not gr
.select_engine("de") then return end
8 shadow_colour
= "black",
9 highlight_colour
= "black",
10 background_colour
= "#0f1f4f",
11 foreground_colour
= "#9f9f9f",
15 border_style
= "elevated",
16 font
= "-*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*",
17 text_align
= "center",
20 de
.defstyle("frame", {
21 shadow_colour
= "black",
22 highlight_colour
= "black",
23 padding_colour
= "black",
24 background_colour
= "black",
25 foreground_colour
= "#ffffff",
29 de
.substyle("active", {
30 shadow_colour
= "black",
31 highlight_colour
= "black",
32 background_colour
= "black",
33 foreground_colour
= "#ffffff",
38 font
= "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*",
39 de
.substyle("active-selected", {
40 shadow_colour
= "black",
41 highlight_colour
= "black",
42 background_colour
= "#3f3f3f",
43 foreground_colour
= "#bfbfbf",
45 de
.substyle("active-unselected", {
46 shadow_colour
= "black",
47 highlight_colour
= "black",
48 background_colour
= "#0f1f4f",
49 foreground_colour
= "#9f9f9f",
51 de
.substyle("inactive-selected", {
52 shadow_colour
= "black",
53 highlight_colour
= "black",
54 background_colour
= "#1f2f4f",
55 foreground_colour
= "#bfbfbf",
57 de
.substyle("inactive-unselected", {
58 shadow_colour
= "black",
59 highlight_colour
= "black",
60 background_colour
= "#0f1f4f",
61 foreground_colour
= "#9f9f9f",
63 text_align
= "center",
66 de
.defstyle("input", {
67 shadow_colour
= "black",
68 highlight_colour
= "black",
69 background_colour
= "#3f3f3f",
70 foreground_colour
= "white",
74 border_style
= "elevated",
75 de
.substyle("*-cursor", {
76 background_colour
= "white",
77 foreground_colour
= "#3f3f3f",
79 de
.substyle("*-selection", {
80 background_colour
= "black",
81 foreground_colour
= "white",
85 de
.defstyle("input-menu", {
89 dopath("lookcommon_clean")