]> git.decadent.org.uk Git - ion3.git/blob - etc/lookcommon_emboss.lua
4c558e1d236baed28da194f3726bf6ea258551d2
[ion3.git] / etc / lookcommon_emboss.lua
1 -- Settings common to some styles.
2
3 de.defstyle("stdisp", {
4     based_on = "*",
5     shadow_pixels = 0,
6     highlight_pixels = 0,
7     text_align = "left",
8
9     de.substyle("important", {
10         foreground_colour = "green",
11     }),
12
13     de.substyle("critical", {
14         foreground_colour = "red",
15     }),
16 })
17
18 de.defstyle("actnotify", {
19     based_on = "*",
20     shadow_colour = "#401010",
21     highlight_colour = "#eec0c0",
22     background_colour = "#990000",
23     foreground_colour = "#eeeeee",
24 })
25
26 de.defstyle("tab-frame", {
27     based_on = "tab",
28     de.substyle("*-*-*-*-activity", {
29         shadow_colour = "#401010",
30         highlight_colour = "#eec0c0",
31         background_colour = "#990000",
32         foreground_colour = "#eeeeee",
33     }),
34 })
35
36 de.defstyle("tab-frame-tiled", {
37     based_on = "tab-frame",
38     spacing = 1,
39 })
40
41 de.defstyle("frame-tiled", {
42     based_on = "frame",
43     border_style = "inlaid",
44     padding_pixels = 1,
45     spacing = 1,
46 })
47
48 de.defstyle("frame-floating", {
49     based_on = "frame",
50     border_style = "ridge",
51     bar = "shaped"
52 })
53
54 de.defstyle("frame-tiled-alt", {
55     based_on = "frame-tiled",
56     bar = "none",
57 })