X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Flook_dusky.lua;h=aaa76f69c4d6db821029aa29ef95b2e389c7dc63;hb=refs%2Ftags%2F20070506;hp=4387e9d8ab548b030b43bc70b0354fa98768425e;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/etc/look_dusky.lua b/etc/look_dusky.lua index 4387e9d..aaa76f6 100644 --- a/etc/look_dusky.lua +++ b/etc/look_dusky.lua @@ -17,20 +17,7 @@ de.defstyle("*", { text_align = "center", }) -de.defstyle("frame", { - based_on = "*", - shadow_colour = "#404040", - highlight_colour = "#707070", - padding_colour = "#505050", - background_colour = "#000000", - foreground_colour = "#ffffff", - padding_pixels = 2, - highlight_pixels = 1, - shadow_pixels = 1, -}) - de.defstyle("tab", { - based_on = "*", font = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*", de.substyle("active-selected", { shadow_colour = "#452727", @@ -60,7 +47,6 @@ de.defstyle("tab", { }) de.defstyle("input", { - based_on = "*", shadow_colour = "#404040", highlight_colour = "#707070", background_colour = "#000000", @@ -77,7 +63,6 @@ de.defstyle("input", { }) de.defstyle("input-menu", { - based_on = "*", de.substyle("active", { shadow_colour = "#452727", highlight_colour = "#866868",