]> git.decadent.org.uk Git - ion3.git/blob - etc/lookcommon_clean.lua
[svn-inject] Installing original source of ion3
[ion3.git] / etc / lookcommon_clean.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     background_colour = "#000000",
9     foreground_colour = "grey",
10     font="-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*",
11     
12     de.substyle("important", {
13         foreground_colour = "green",
14     }),
15
16     de.substyle("critical", {
17         foreground_colour = "red",
18     }),
19 })
20
21 de.defstyle("actnotify", {
22     based_on = "*",
23     shadow_colour = "#e0c0c0",
24     highlight_colour = "#e0c0c0",
25     background_colour = "#990000",
26     foreground_colour = "#eeeeee",
27 })
28
29 de.defstyle("tab-frame", {
30     based_on = "tab",
31     de.substyle("*-*-*-*-activity", {
32         shadow_colour = "#e0c0c0",
33         highlight_colour = "#e0c0c0",
34         background_colour = "#990000",
35         foreground_colour = "#eeeeee",
36     }),
37 })
38
39 de.defstyle("tab-frame-tiled", {
40     based_on = "tab-frame",
41     spacing = 1,
42 })
43
44 de.defstyle("frame-tiled", {
45     based_on = "frame",
46     shadow_pixels = 0,
47     highlight_pixels = 0,
48     padding_pixels = 0,
49     spacing = 1,
50 })
51
52 de.defstyle("frame-tiled-alt", {
53     based_on = "frame-tiled",
54     bar = "none",
55 })
56
57 de.defstyle("frame-floating", {
58     based_on = "frame",
59     bar = "shaped"
60 })