[UP] use ion3-plus haha.
[arrow.git] / archlinux_conf / etc / ion3 / old / look_cleanios.lua
blobe1173b7965f408847056155b23da71d93014ebd7
1 -- look_cleanios.lua drawing engine configuration file for Ion.
3 if not gr.select_engine("de") then return end
5 de.reset()
7 de.defstyle("*", {
8 shadow_colour = "#ffffff",
9 highlight_colour = "#ffffff",
10 background_colour = "#d8d8d8",
11 foreground_colour = "#000000",
12 padding_pixels = 1,
13 highlight_pixels = 1,
14 shadow_pixels = 1,
15 spacing = 0,
16 border_style = "elevated",
17 font = "-*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*",
18 text_align = "center",
21 de.defstyle("tab", {
22 font = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*",
23 de.substyle("active-selected", {
24 shadow_colour = "#f0f066",
25 highlight_colour = "#f0f066",
26 background_colour = "#f0c000",
27 foreground_colour = "#000000",
28 }),
29 de.substyle("active-unselected", {
30 shadow_colour = "#ffffff",
31 highlight_colour = "#ffffff",
32 background_colour = "#d8d8d8",
33 foreground_colour = "#000000",
34 }),
35 de.substyle("inactive-selected", {
36 shadow_colour = "#ffffff",
37 highlight_colour = "#ffffff",
38 background_colour = "#a8a8a8",
39 foreground_colour = "#000000",
40 }),
41 de.substyle("inactive-unselected", {
42 shadow_colour = "#ffffff",
43 highlight_colour = "#ffffff",
44 background_colour = "#d8d8d8",
45 foreground_colour = "#000000",
46 }),
47 text_align = "center",
50 de.defstyle("input-edln", {
51 de.substyle("*-cursor", {
52 background_colour = "#000000",
53 foreground_colour = "#d8d8d8",
54 }),
55 de.substyle("*-selection", {
56 background_colour = "#f0c000",
57 foreground_colour = "#000000",
58 }),
61 dopath("lookcommon_clean")
63 gr.refresh()