]> git.decadent.org.uk Git - ion3.git/blobdiff - etc/lookcommon_clean_stdisp.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / etc / lookcommon_clean_stdisp.lua
diff --git a/etc/lookcommon_clean_stdisp.lua b/etc/lookcommon_clean_stdisp.lua
deleted file mode 100644 (file)
index 73abd0d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
--- Common stdisp configuration for the "clean styles"
-
-de.defstyle("stdisp", {
-    based_on = "*",
-    shadow_pixels = 0,
-    highlight_pixels = 0,
-    text_align = "left",
-    background_colour = "#000000",
-    foreground_colour = "grey",
-    font="-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*",
-    
-    de.substyle("important", {
-        foreground_colour = "green",
-    }),
-
-    de.substyle("critical", {
-        foreground_colour = "red",
-    }),
-})