3 -- Last Changed: Unknown
5 -- look-awesome.lua drawing engine configuration file for Ion.
7 if not gr
.select_engine("de") then return end
12 shadow_colour
= "#3C5268",
13 highlight_colour
= "#9DAABA",
14 background_colour
= "#3C5268",
15 foreground_colour
= "#FFFFFF",
16 padding_colour
= "#000000",--#778BA0",
18 transparent_background
= false,
20 border_style
= "elevated",
27 font
= "-xos4-terminus-medium-r-normal--14-*-*-*-*-*-*-*",
28 text_align
= "center",
31 de
.defstyle("frame", {
34 -- this sets the color between tabs as well, I could not figure out any way to make it transparent
35 background_colour
= "#000000",--#778BA0",
37 transparent_background
= true,
38 de
.substyle("active", {
39 shadow_colour
= "#3C5268",
40 highlight_colour
= "#9DAABA",
41 padding_colour
= "#000000",--#778BA0",
42 background_colour
= "#3C5268",
44 -- de.substyle("inactive", {
48 de
.defstyle("frame-ionframe", {
50 -- de.substyle("active", {
52 -- de.substyle("inactive", {
56 de
.defstyle("frame-floatframe", {
59 de
.substyle("active", {
60 padding_colour
= "#99A",
62 de
.substyle("inactive", {
63 padding_colour
= "#666",
75 transparent_background
= true,
77 text_align
= "center",
79 de
.substyle("active-selected", {
80 shadow_colour
= "#3C5268",
81 highlight_colour
= "#3C5268",
82 background_colour
= "#3C5268",
83 foreground_colour
= "#FFFFFF",
85 de
.substyle("active-unselected", {
86 shadow_colour
= "#A7B5C6",
87 highlight_colour
= "#A7B5C6",
88 background_colour
= "#9DAABA",
89 foreground_colour
= "#000000",
91 de
.substyle("inactive-selected", {
92 shadow_colour
= "#3C5268",
93 highlight_colour
= "#A7B5C6",
94 background_colour
= "#9DAABA",
95 foreground_colour
= "#000000",
97 de
.substyle("inactive-unselected", {
98 shadow_colour
= "#3C5268",--#939FAE",
99 highlight_colour
= "#A7B5C6",
100 background_colour
= "#9DAABA",
101 foreground_colour
= "#4C4C4C",
105 de
.defstyle("tab-frame", {
108 -- de.substyle("*-*-tagged", {
110 -- de.substyle("*-*-*-dragged", {
112 de
.substyle("active-*-*-*-activity", {
113 shadow_colour
= "red",
114 highlight_colour
= "red",
115 background_colour
= "#800",
116 foreground_colour
= "#FFF",
118 de
.substyle("inactive-*-*-*-activity", {
119 shadow_colour
= "#800",
120 highlight_colour
= "#800",
121 background_colour
= "#400",
122 foreground_colour
= "#888",
126 de
.defstyle("tab-frame-ionframe", {
127 based_on
= "tab-frame",
130 de
.defstyle("tab-frame-floatframe", {
131 based_on
= "tab-frame",
135 de
.defstyle("tab-menuentry", {
141 font
= "-xos4-terminus-medium-r-normal--16-*-*-*-*-*-*-*",
144 -- de.substyle("*-*-submenu", {
148 de
.defstyle("tab-menuentry-big", {
149 based_on
= "tab-menuentry",
153 font
= "-xos4-terminus-medium-r-normal--28-*-*-*-*-*-*-*",
156 de
.defstyle("tab-menuentry-pmenu", {
157 based_on
= "tab-menuentry",
158 de
.substyle("inactive-selected", {
159 shadow_colour
= "#3C5268",
160 highlight_colour
= "#3C5268",
161 background_colour
= "#3C5268",
162 foreground_colour
= "#FFFFFF",
164 de
.substyle("inactive-unselected", {
165 shadow_colour
= "#A7B5C6",
166 highlight_colour
= "#A7B5C6",
167 background_colour
= "#9DAABA",
168 foreground_colour
= "#000000",
172 de
.defstyle("input", {
175 foreground_colour
= "#000000",
176 background_colour
= "#9DAABA",
177 padding_colour
= "#9CAAB4",
179 transparent_background
= false,
181 border_style
= "elevated",
186 de
.defstyle("input-edln", {
191 de
.defstyle("input-message", {
195 de
.defstyle("input-menu", {
198 de
.substyle("*-selection", {
199 background_color
= "#AAA",
200 foreground_color
= "#334",
203 de
.substyle("*-cursor", {
204 background_color
= "#FFF",
205 foreground_color
= "#667",
208 transparent_background
= false,
210 background_color
= "#AAA",
211 foreground_color
= "#334",
212 highlight_pixels
= 0,
218 de
.defstyle("input-menu-big", {
219 based_on
= "input-menu",
222 de
.defstyle("moveres_display", {
223 based_on
= "input-menu",
226 de
.defstyle("dock", {