]> git.decadent.org.uk Git - ion3.git/blob - etc/lookcommon_emboss_stdisp.lua
b6a0ed2cb42a29df5c7353d7252276653df14572
[ion3.git] / etc / lookcommon_emboss_stdisp.lua
1 -- Common stdisp settings for the "emboss" styles
2
3 de.defstyle("stdisp", {
4     based_on = "*",
5     shadow_pixels = 0,
6     highlight_pixels = 0,
7     text_align = "left",
8
9     de.substyle("important", {
10         foreground_colour = "green",
11     }),
12
13     de.substyle("critical", {
14         foreground_colour = "red",
15     }),
16 })