]> git.decadent.org.uk Git - ion3.git/blobdiff - etc/lookcommon_clean_frame.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070318)
[ion3.git] / etc / lookcommon_clean_frame.lua
diff --git a/etc/lookcommon_clean_frame.lua b/etc/lookcommon_clean_frame.lua
new file mode 100644 (file)
index 0000000..b118558
--- /dev/null
@@ -0,0 +1,30 @@
+-- Common frame settings for the "clean" styles
+
+de.defstyle("frame", {
+    based_on = "*",
+    background_colour = "#000000",
+    transparent_background = false,
+    de.substyle("quasiactive", {
+        -- Something detached from the frame is active
+        padding_colour = "#901010",
+    }),
+})
+
+de.defstyle("frame-tiled", {
+    based_on = "frame",
+    shadow_pixels = 0,
+    highlight_pixels = 0,
+    padding_pixels = 1,
+    spacing = 1,
+})
+
+de.defstyle("frame-tiled-alt", {
+    based_on = "frame-tiled",
+    bar = "none",
+})
+
+de.defstyle("frame-floating", {
+    based_on = "frame",
+    bar = "shaped",
+    padding_pixels = 0,
+})