X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Flookcommon_clean_stdisp.lua;fp=etc%2Flookcommon_clean_stdisp.lua;h=0000000000000000000000000000000000000000;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=73abd0db4c277671017f51460a8c059020567cf8;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/etc/lookcommon_clean_stdisp.lua b/etc/lookcommon_clean_stdisp.lua deleted file mode 100644 index 73abd0d..0000000 --- a/etc/lookcommon_clean_stdisp.lua +++ /dev/null @@ -1,19 +0,0 @@ --- 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", - }), -})