3 -- Last Changed: Unknown
5 -- look-awesome-sm.lua drawing engine configuration file for Ion.
7 if not gr
.select_engine("de") then return end
12 shadow_colour
= "#99A",
13 highlight_colour
= "#99A",
14 background_colour
= "#667",
15 foreground_colour
= "#FFF",
16 padding_colour
= "#99A",
18 border_style
= "elevated",
26 text_align
= "center",
29 de
.defstyle("frame", {
31 background_colour
= "black",
32 transparent_background
= false,
35 de
.defstyle("frame-floatframe", {
38 de
.substyle("active", {
39 padding_colour
= "#99A",
41 de
.substyle("inactive", {
42 padding_colour
= "#666",
54 transparent_background
= false,
56 text_align
= "center",
58 de
.substyle("active-selected", {
59 shadow_colour
= "#99A",
60 highlight_colour
= "#99A",
61 background_colour
= "#667",
62 foreground_colour
= "#FFF",
64 de
.substyle("active-unselected", {
65 shadow_colour
= "#667",
66 highlight_colour
= "#667",
67 background_colour
= "#334",
68 foreground_colour
= "#999",
70 de
.substyle("inactive-selected", {
71 shadow_colour
= "#666",
72 highlight_colour
= "#666",
73 background_colour
= "#333",
74 foreground_colour
= "#888",
76 de
.substyle("inactive-unselected", {
77 shadow_colour
= "#333",
78 highlight_colour
= "#333",
79 background_colour
= "#111",
80 foreground_colour
= "#777",
84 de
.defstyle("tab-frame", {
89 de
.substyle("active-*-*-*-activity", {
90 shadow_colour
= "red",
91 highlight_colour
= "red",
92 background_colour
= "#800",
93 foreground_colour
= "#FFF",
95 de
.substyle("inactive-*-*-*-activity", {
96 shadow_colour
= "#800",
97 highlight_colour
= "#800",
98 background_colour
= "#400",
99 foreground_colour
= "#888",
103 de
.defstyle("tab-frame-ionframe", {
104 based_on
= "tab-frame",
107 de
.defstyle("tab-frame-floatframe", {
108 based_on
= "tab-frame",
112 de
.defstyle("tab-menuentry", {
121 de
.defstyle("tab-menuentry-bigmenu", {
122 based_on
= "tab-menuentry",
127 de
.defstyle("tab-menuentry-pmenu", {
128 based_on
= "tab-menuentry",
129 de
.substyle("inactive-selected", {
130 shadow_colour
= "#99A",
131 highlight_colour
= "#99A",
132 background_colour
= "#667",
133 foreground_colour
= "#FFF",
135 de
.substyle("inactive-unselected", {
136 shadow_colour
= "#667",
137 highlight_colour
= "#667",
138 background_colour
= "#334",
139 foreground_colour
= "#999",
143 de
.defstyle("input", {
146 foreground_colour
= "#FFF",
147 background_colour
= "#667",
148 padding_colour
= "#667",
150 transparent_background
= false,
152 border_style
= "elevated",
157 de
.defstyle("input-edln", {
160 de
.substyle("*-cursor", {
161 background_colour
= "#FFF",
162 foreground_colour
= "#667",
164 de
.substyle("*-selection", {
165 background_colour
= "#AAA",
166 foreground_colour
= "#334",
170 de
.defstyle("input-message", {
174 de
.defstyle("input-menu", {
177 transparent_background
= false,
179 highlight_pixels
= 0,
185 de
.defstyle("input-menu-bigmenu", {
186 based_on
= "input-menu",
189 de
.defstyle("moveres_display", {
193 de
.defstyle("dock", {