X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Flook_dusky.lua;h=aaa76f69c4d6db821029aa29ef95b2e389c7dc63;hb=a33db24c701fe232639d904f934f68818393f95e;hp=5effeee6ec96f8862079986fbe5b07729a92acfd;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/etc/look_dusky.lua b/etc/look_dusky.lua index 5effeee..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", @@ -59,21 +46,7 @@ de.defstyle("tab", { text_align = "center", }) -de.defstyle("tab-menuentry", { - based_on = "tab", - text_align = "left", - highlight_pixels = 0, - shadow_pixels = 0, -}) - -de.defstyle("tab-menuentry-big", { - based_on = "tab-menuentry", - font = "-*-helvetica-medium-r-normal-*-17-*-*-*-*-*-*-*", - padding_pixels = 7, -}) - de.defstyle("input", { - based_on = "*", shadow_colour = "#404040", highlight_colour = "#707070", background_colour = "#000000", @@ -90,7 +63,6 @@ de.defstyle("input", { }) de.defstyle("input-menu", { - based_on = "*", de.substyle("active", { shadow_colour = "#452727", highlight_colour = "#866868",