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