X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=etc%2Flook_clean.lua;h=a95cbf3873397e84bcd1a79a91624c6ee9d0b6c5;hb=20070203;hp=7da34a9798b9a1ede95ac63145a845e1520288c8;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/etc/look_clean.lua b/etc/look_clean.lua index 7da34a9..a95cbf3 100644 --- a/etc/look_clean.lua +++ b/etc/look_clean.lua @@ -17,18 +17,6 @@ de.defstyle("*", { text_align = "center", }) -de.defstyle("frame", { - based_on = "*", - padding_colour = "#545d75", - background_colour = "black", - de.substyle("active", { - shadow_colour = "grey", - highlight_colour = "grey", - padding_colour = "#545d75", - background_colour = "black", - }), -}) - de.defstyle("tab", { based_on = "*", font = "-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*", @@ -59,22 +47,6 @@ de.defstyle("tab", { text_align = "center", }) -de.defstyle("tab-menuentry", { - based_on = "tab", - text_align = "left", - de.substyle("inactive-selected", { - shadow_colour = "grey", - highlight_colour = "grey", - background_colour = "#8a999e", - foreground_colour = "grey", - }), -}) - -de.defstyle("tab-menuentry-big", { - based_on = "tab-menuentry", - padding_pixels = 7, -}) - de.defstyle("input", { based_on = "*", shadow_colour = "grey", @@ -98,5 +70,10 @@ de.defstyle("input", { dopath("lookcommon_clean") +de.defstyle("tab-menuentry-big", { + based_on = "tab-menuentry", + padding_pixels = 7, +}) + gr.refresh()