[UP] change date to first within ion3, add taigon_binfa.
[arrow.git] / archlinux_conf / etc / ion3 / look_atme.lua
blobbe5ba06262e7d2195cd26e42e02b62b68dfcf3ab
1 -- look_atme.lua drawing engine configuration file for Ion.
2 --
3 -- Author: Sadrul Habib Chowdhury (Adil)
4 -- imadil |at| gmail |dot| com
6 if not gr.select_engine("de") then return end
8 de.reset()
10 de.defstyle("*", {
11 shadow_colour = "grey",
12 highlight_colour = "grey",
13 background_colour = "#eeeeff",
14 foreground_colour = "#444466",
15 padding_pixels = 0,
16 highlight_pixels = 1,
17 shadow_pixels = 1,
18 border_style = "elevated",
19 font = "-*-fangsong ti-*-*-*-*-16-*-*-*-*-*-*-*",
20 text_align = "center",
23 de.defstyle("frame", {
24 based_on = "*",
25 padding_colour = "#444466",
26 background_colour = "black",
27 transparent_background = true,
28 de.substyle("active", {
29 shadow_colour = "grey",
30 highlight_colour = "grey",
31 }),
34 de.defstyle("frame-ionframe", {
35 ionframe_bar_inside_border = true,
38 de.defstyle("frame-tiled", {
39 based_on = "frame",
40 padding_pixels = 0,
41 highlight_pixels = 0,
42 shadow_pixels = 0,
43 spacing = 1,
47 de.defstyle("tab", {
48 based_on = "*",
49 de.substyle("active-selected", {
50 shadow_colour = "#eeeeff",
51 highlight_colour = "#eeeeff",
52 background_colour = "#444466",
53 foreground_colour = "#eeeeff",
54 transparent_background = false,
55 }),
56 de.substyle("active-unselected", {
57 shadow_colour = "#666688",
58 highlight_colour = "#666688",
59 background_colour = "#666688",
60 foreground_colour = "#eeeeff",
61 }),
62 de.substyle("inactive-selected", {
63 shadow_colour = "white",
64 highlight_colour = "white",
65 background_colour = "#999999",
66 foreground_colour = "white",
67 }),
68 de.substyle("inactive-unselected", {
69 shadow_colour = "#a0a0a0",
70 highlight_colour = "#a0a0a0",
71 background_colour = "#a0a0a0",
72 foreground_colour = "white",
73 }),
74 text_align = "center",
77 de.defstyle("tab-frame", {
78 based_on = "tab",
79 de.substyle("*-*-*-*-activity", {
80 shadow_colour = "#664444",
81 highlight_colour = "#664444",
82 background_colour = "#ffff00",
83 foreground_colour = "#990000",
84 }),
87 de.defstyle("tab-frame-tiled", {
88 based_on = "tab-frame",
89 spacing = 1,
92 de.defstyle("tab-menuentry", {
93 based_on = "tab",
94 text_align = "left",
97 de.defstyle("tab-menuentry-pmenu", {
98 text_align = "left",
99 de.substyle("*-selected", {
100 shadow_colour = "#eeeeff",
101 highlight_colour = "#eeeeff",
102 background_colour = "#444466",
103 foreground_colour = "#eeeeff",
105 de.substyle("*-unselected", {
106 shadow_colour = "#666688",
107 highlight_colour = "#666688",
108 background_colour = "#666688",
109 foreground_colour = "#eeeeff",
113 de.defstyle("tab-menuentry-big", {
114 based_on = "tab-menuentry",
115 padding_pixels = 7,
118 de.defstyle("input", {
119 based_on = "*",
120 shadow_colour = "grey",
121 highlight_colour = "grey",
122 background_colour = "#444466",
123 foreground_colour = "#eeeeff",
124 padding_pixels = 1,
125 highlight_pixels = 1,
126 shadow_pixels = 1,
127 border_style = "elevated",
128 de.substyle("*-cursor", {
129 background_colour = "white",
130 foreground_colour = "#444466",
132 de.substyle("*-selection", {
133 background_colour = "#aaaaaa",
134 foreground_colour = "white",
138 de.defstyle("stdisp", {
139 based_on = "*",
140 shadow_pixels = 0,
141 highlight_pixels = 0,
142 background_colour = "#444466",
143 foreground_colour = "#eeeeff",
144 text_align = "left",
146 de.substyle("important", {
147 foreground_colour = "green",
150 de.substyle("critical", {
151 foreground_colour = "red",
152 background_colour = "yellow",
155 transparent_background = false,
158 gr.refresh()