]> git.decadent.org.uk Git - ion3.git/blobdiff - etc/lookcommon_clean_frame.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / etc / lookcommon_clean_frame.lua
diff --git a/etc/lookcommon_clean_frame.lua b/etc/lookcommon_clean_frame.lua
deleted file mode 100644 (file)
index b118558..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
--- 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,
-})