[UP] add many more ion3 cfg -_-, powerfull, and add thinkpad xorg.conf/.Xmodmap,...
[arrow.git] / archlinux_conf / etc / ion3 / look_bas.lua
blob3423c3cece977bb7cfaa551da32827619ec5a580
1 -- look-bb.lua for use with the bb background.
2 -- Bas Kok 20040916
4 if not gr.select_engine("de") then return end
6 de.reset()
8 de.defstyle("*", {
9 shadow_colour = "#404040",
10 highlight_colour = "#707070",
11 background_colour = "#505050",
12 foreground_colour = "#a0a0a0",
13 padding_pixels = 1,
14 highlight_pixels = 1,
15 shadow_pixels = 1,
16 border_style = "elevated",
17 font = "-artwiz-snap-*-*-*-*-*-100-*-*-*-*-*-*",
18 text_align = "center",
19 transparent_background = true,
22 de.defstyle("frame", {
23 based_on = "*",
24 shadow_colour = "#404040",
25 highlight_colour = "#707070",
26 padding_colour = "#505050",
27 background_colour = "#1c2636",
28 foreground_colour = "#b6b4b8",
29 padding_pixels = 0,
30 highlight_pixels = 0,
31 shadow_pixels = 0,
32 de.substyle("active", {
33 shadow_colour = "#0f1729",
34 highlight_colour = "#637782",
35 padding_colour = "#4b7d96",
36 foreground_colour = "#b6b4b8",
37 }),
38 transparent_background = true,
41 de.defstyle("frame-ionframe", {
42 based_on = "frame",
43 border_style = "inlaid",
44 padding_pixels = 0,
45 spacing = 0,
48 de.defstyle("frame-floatframe", {
49 based_on = "frame",
50 border_style = "ridge"
53 de.defstyle("tab", {
54 based_on = "*",
55 font = "-artwiz-snap-*-*-*-*-*-100-*-*-*-*-*-*",
56 de.substyle("active-selected", {
57 shadow_colour = "#435663",
58 highlight_colour = "#435663",
59 background_colour = "#546b7c",
60 foreground_colour = "#b6b4b8",
61 }),
62 de.substyle("active-unselected", {
63 shadow_colour = "#435663",
64 highlight_colour = "#435663",
65 background_colour = "#435663",
66 foreground_colour = "#a0a0a0",
67 }),
68 de.substyle("inactive-selected", {
69 shadow_colour = "#161d21",
70 highlight_colour = "#161d21",
71 background_colour = "#232c33",
72 foreground_colour = "#a0a0a0",
73 }),
74 de.substyle("inactive-unselected", {
75 shadow_colour = "#161d21",
76 highlight_colour = "#161d21",
77 background_colour = "#161d21",
78 foreground_colour = "#a0a0a0",
79 }),
80 text_align = "center",
83 de.defstyle("tab-frame", {
84 based_on = "tab",
85 de.substyle("*-*-*-*-activity", {
86 shadow_colour = "#404040",
87 highlight_colour = "#707070",
88 background_colour = "#990000",
89 foreground_colour = "#eeeeee",
90 }),
93 de.defstyle("tab-frame-ionframe", {
94 based_on = "tab-frame",
95 spacing = 0,
98 de.defstyle("tab-menuentry", {
99 based_on = "tab",
100 text_align = "left",
101 highlight_pixels = 0,
102 shadow_pixels = 0,
105 de.defstyle("tab-menuentry-big", {
106 based_on = "tab-menuentry",
107 font = "-artwiz-snap-*-*-*-*-*-100-*-*-*-*-*-*",
108 padding_pixels = 7,
111 de.defstyle("input", {
112 based_on = "*",
113 shadow_colour = "#404040",
114 highlight_colour = "#707070",
115 background_colour = "#1c2636",
116 foreground_colour = "#b6b4b8",
117 border_style = "elevated",
118 de.substyle("*-cursor", {
119 background_colour = "#b6b4b8",
120 foreground_colour = "#1c2636",
122 de.substyle("*-selection", {
123 background_colour = "#505050",
124 foreground_colour = "#b6b4b8",
128 de.defstyle("input-menu", {
129 based_on = "*",
130 de.substyle("active", {
131 shadow_colour = "#0f1729",
132 highlight_colour = "#637782",
133 background_colour = "#5892b0",
134 foreground_colour = "#b6b4b8",
138 gr.refresh()