X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Flook_clean.lua;h=033655fbdf0c14455d8a0da62c3297477646f7e4;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=7da34a9798b9a1ede95ac63145a845e1520288c8;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/etc/look_clean.lua b/etc/look_clean.lua index 7da34a9..033655f 100644 --- a/etc/look_clean.lua +++ b/etc/look_clean.lua @@ -17,20 +17,7 @@ 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-*-*", de.substyle("active-selected", { shadow_colour = "white", @@ -59,32 +46,8 @@ 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", - highlight_colour = "grey", - background_colour = "#545d75", foreground_colour = "white", - padding_pixels = 1, - highlight_pixels = 1, - shadow_pixels = 1, - border_style = "elevated", de.substyle("*-cursor", { background_colour = "white", foreground_colour = "#545d75", @@ -98,5 +61,10 @@ de.defstyle("input", { dopath("lookcommon_clean") +de.defstyle("tab-menuentry-big", { + padding_pixels = 7, + font = "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-*-*", +}) + gr.refresh()