]> git.decadent.org.uk Git - ion3.git/blob - etc/lookcommon_clean_stdisp.lua
73abd0db4c277671017f51460a8c059020567cf8
[ion3.git] / etc / lookcommon_clean_stdisp.lua
1 -- Common stdisp configuration for the "clean styles"
2
3 de.defstyle("stdisp", {
4     based_on = "*",
5     shadow_pixels = 0,
6     highlight_pixels = 0,
7     text_align = "left",
8     background_colour = "#000000",
9     foreground_colour = "grey",
10     font="-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*",
11     
12     de.substyle("important", {
13         foreground_colour = "green",
14     }),
15
16     de.substyle("critical", {
17         foreground_colour = "red",
18     }),
19 })