3 -- Last Changed: Unknown
5 -- look_bluecurve.lua drawing engine configuration file for Ion.
7 if not gr
.select_engine("de") then return end
12 shadow_colour
= "#404040",
13 highlight_colour
= "#707070",
14 background_colour
= "#e6e6e6",
15 foreground_colour
= "#000000",
19 border_style
= "elevated",
20 font
= "-*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*",
21 text_align
= "center",
24 de
.defstyle("frame", {
26 shadow_colour
= "#ffffff",
27 highlight_colour
= "#a1a1a1",
28 padding_colour
= "#e6e6e6",
29 background_colour
= "#e6e6e6",
30 foreground_colour
= "#ffffff",
36 de
.defstyle("frame-tiled", {
38 border_style
= "inlaid",
43 de
.defstyle("frame-floating", {
45 border_style
= "ridge"
50 font
= "-*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*",
51 de
.substyle("active-selected", {
52 shadow_colour
= "#404679",
53 highlight_colour
= "#c0c6f9",
54 background_colour
= "#8086b9",
55 foreground_colour
= "#ffffff",
57 de
.substyle("active-unselected", {
58 shadow_colour
= "#a1a1a1",
59 highlight_colour
= "#ffffff",
60 background_colour
= "#e6e6e6",
61 foreground_colour
= "#000000",
63 de
.substyle("inactive-selected", {
64 shadow_colour
= "#a1a1a1",
65 highlight_colour
= "#ffffff",
66 background_colour
= "#e6e6e6",
67 foreground_colour
= "#000000",
69 de
.substyle("inactive-unselected", {
70 shadow_colour
= "#ffffff",
71 highlight_colour
= "#a1a1a1",
72 background_colour
= "#e6e6e6",
73 foreground_colour
= "#a0a0a0",
75 text_align
= "center",
78 de
.defstyle("tab-frame", {
80 de
.substyle("*-*-*-*-activity", {
81 shadow_colour
= "#404040",
82 highlight_colour
= "#707070",
83 background_colour
= "#990000",
84 foreground_colour
= "#eeeeee",
88 de
.defstyle("tab-frame-tiled", {
89 based_on
= "tab-frame",
93 de
.defstyle("tab-menuentry", {
100 de
.defstyle("tab-menuentry-big", {
101 based_on
= "tab-menuentry",
102 font
= "-*-helvetica-medium-r-normal-*-17-*-*-*-*-*-*-*",
106 de
.defstyle("input", {
108 shadow_colour
= "#404040",
109 highlight_colour
= "#707070",
110 background_colour
= "#e6e6e6",
111 foreground_colour
= "#000000",
113 highlight_pixels
= 1,
115 border_style
= "elevated",
116 de
.substyle("*-cursor", {
117 background_colour
= "#ffffff",
118 foreground_colour
= "#000000",
120 de
.substyle("*-selection", {
121 background_colour
= "#505050",
122 foreground_colour
= "#ffffff",
126 de
.defstyle("input-menu", {
128 de
.substyle("active", {
129 shadow_colour
= "#304050",
130 highlight_colour
= "#708090",
131 background_colour
= "#506070",
132 foreground_colour
= "#ffffff",
136 de
.defstyle("stdisp", {
139 highlight_pixels
= 0,
143 de
.substyle("important", {
144 foreground_colour
= "green",
147 de
.substyle("critical", {
148 foreground_colour
= "red",