updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / ion-3-styles-thinviolet / lookcommon_thin.lua
blobbc238c997c6c7b4e4883c5337766f79964c85ed2
1 -- Common settings for the "thin" styles
2 -- modified from the "clean" style
4 de.defstyle("frame", {
5 background_colour = "#ff0000",
6 de.substyle("quasiactive", {
7 -- Something detached from the frame is active
8 padding_colour = "#901010",
9 }),
10 de.substyle("userattr1", {
11 -- For user scripts
12 padding_colour = "#009010",
13 }),
14 padding_pixels = 0,
17 de.defstyle("frame-tiled", {
18 shadow_pixels = 0,
19 highlight_pixels = 0,
20 spacing = 0,
23 --de.defstyle("frame-tiled-alt", {
24 -- bar = "none",
25 --})
27 de.defstyle("frame-floating", {
28 --bar = "shaped",
29 padding_pixels = 0,
32 de.defstyle("frame-transient", {
33 --bar = "none",
34 padding_pixels = 0,
38 de.defstyle("actnotify", {
39 shadow_colour = "#c04040",
40 highlight_colour = "#c04040",
41 background_colour = "#901010",
42 foreground_colour = "#eeeeee",
45 de.defstyle("tab", {
46 de.substyle("*-*-*-unselected-activity", {
47 shadow_colour = "#c04040",
48 highlight_colour = "#c04040",
49 background_colour = "#901010",
50 foreground_colour = "#eeeeee",
51 }),
53 de.substyle("*-*-*-selected-activity", {
54 shadow_colour = "#c04040",
55 highlight_colour = "#c04040",
56 background_colour = "#b03030",
57 foreground_colour = "#ffffff",
58 }),
60 de.substyle("*-*-*-tabnumber", {
61 background_colour = "black",
62 foreground_colour = "green",
63 }),
66 de.defstyle("tab-frame", {
67 spacing = 0,
70 de.defstyle("tab-frame-floating", {
71 spacing = 0,
74 de.defstyle("tab-menuentry", {
75 text_align = "left",
78 de.defstyle("tab-menuentry-big", {
79 -- font = "-*-helvetica-medium-r-normal-*-17-*-*-*-*-*-*-*",
80 font = "-*-WenQuanYi Bitmap Song-regular-r-normal-*-8-*-*-*-*-*-*-*",
81 padding_pixels = 0,
85 de.defstyle("stdisp", {
86 shadow_pixels = 0,
87 highlight_pixels = 0,
88 text_align = "left",
89 background_colour = "#000000",
90 foreground_colour = "grey",
91 -- font="-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*",
92 font = "-*-WenQuanYi Bitmap Song-regular-r-normal-*-8-*-*-*-*-*-*-*",
94 de.substyle("important", {
95 foreground_colour = "green",
96 }),
98 de.substyle("critical", {
99 foreground_colour = "red",