]> git.decadent.org.uk Git - ion3.git/blobdiff - etc/lookcommon_emboss_stdisp.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070318)
[ion3.git] / etc / lookcommon_emboss_stdisp.lua
diff --git a/etc/lookcommon_emboss_stdisp.lua b/etc/lookcommon_emboss_stdisp.lua
new file mode 100644 (file)
index 0000000..b6a0ed2
--- /dev/null
@@ -0,0 +1,16 @@
+-- Common stdisp settings for the "emboss" styles
+
+de.defstyle("stdisp", {
+    based_on = "*",
+    shadow_pixels = 0,
+    highlight_pixels = 0,
+    text_align = "left",
+
+    de.substyle("important", {
+        foreground_colour = "green",
+    }),
+
+    de.substyle("critical", {
+        foreground_colour = "red",
+    }),
+})