[UP] use ion3-plus haha.
[arrow.git] / archlinux_conf / etc / ion3 / old / look_simpleblue.lua
blob3b1cb6a67f62cc8136937381b439b1be8ac2ac56
1 -- look_simpleblue.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 = "black",
9 highlight_colour = "black",
10 background_colour = "#0f1f4f",
11 foreground_colour = "#9f9f9f",
12 padding_pixels = 1,
13 highlight_pixels = 0,
14 shadow_pixels = 0,
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",
26 padding_pixels = 0,
27 highlight_pixels = 0,
28 shadow_pixels = 0,
29 de.substyle("active", {
30 shadow_colour = "black",
31 highlight_colour = "black",
32 background_colour = "black",
33 foreground_colour = "#ffffff",
34 }),
37 de.defstyle("tab", {
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",
44 }),
45 de.substyle("active-unselected", {
46 shadow_colour = "black",
47 highlight_colour = "black",
48 background_colour = "#0f1f4f",
49 foreground_colour = "#9f9f9f",
50 }),
51 de.substyle("inactive-selected", {
52 shadow_colour = "black",
53 highlight_colour = "black",
54 background_colour = "#1f2f4f",
55 foreground_colour = "#bfbfbf",
56 }),
57 de.substyle("inactive-unselected", {
58 shadow_colour = "black",
59 highlight_colour = "black",
60 background_colour = "#0f1f4f",
61 foreground_colour = "#9f9f9f",
62 }),
63 text_align = "center",
66 de.defstyle("input", {
67 shadow_colour = "black",
68 highlight_colour = "black",
69 background_colour = "#3f3f3f",
70 foreground_colour = "white",
71 padding_pixels = 1,
72 highlight_pixels = 0,
73 shadow_pixels = 0,
74 border_style = "elevated",
75 de.substyle("*-cursor", {
76 background_colour = "white",
77 foreground_colour = "#3f3f3f",
78 }),
79 de.substyle("*-selection", {
80 background_colour = "black",
81 foreground_colour = "white",
82 }),
85 de.defstyle("input-menu", {
86 padding_pixels=0,
89 dopath("lookcommon_clean")
91 gr.refresh()