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