X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Flook_brownsteel.lua;h=68346d4df5e4bf360c37e4f7238b609292c804e9;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=5aa488e2a2046c4ec1d29605aad91a6ac0e60aee;hpb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;p=ion3.git diff --git a/etc/look_brownsteel.lua b/etc/look_brownsteel.lua index 5aa488e..68346d4 100644 --- a/etc/look_brownsteel.lua +++ b/etc/look_brownsteel.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 = 1, - highlight_pixels = 1, - shadow_pixels = 1, -}) - de.defstyle("tab", { - based_on = "*", font = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*", de.substyle("active-selected", { shadow_colour = "#304050", @@ -59,9 +46,7 @@ de.defstyle("tab", { text_align = "center", }) - de.defstyle("input", { - based_on = "*", shadow_colour = "#404040", highlight_colour = "#707070", background_colour = "#000000", @@ -81,7 +66,6 @@ de.defstyle("input", { }) de.defstyle("input-menu", { - based_on = "*", de.substyle("active", { shadow_colour = "#304050", highlight_colour = "#708090",