X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Flook_greyviolet.lua;fp=etc%2Flook_greyviolet.lua;h=38bdd63dfd79e187e479e34b5b00c6b006cdaf1b;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=43dafee90116a4f9935e1e01eacf5591d9ab83fd;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/etc/look_greyviolet.lua b/etc/look_greyviolet.lua index 43dafee..38bdd63 100644 --- a/etc/look_greyviolet.lua +++ b/etc/look_greyviolet.lua @@ -17,20 +17,7 @@ de.defstyle("*", { text_align = "center", }) -de.defstyle("frame", { - based_on = "*", - shadow_colour = "#777777", - highlight_colour = "#eeeeee", - padding_colour = "#aaaaaa", - 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 = "#333366", @@ -60,21 +47,12 @@ de.defstyle("tab", { }) de.defstyle("input", { - based_on = "*", - shadow_colour = "#777777", - highlight_colour = "#eeeeee", - background_colour = "#aaaaaa", - foreground_colour = "#000000", - padding_pixels = 1, - highlight_pixels = 1, - shadow_pixels = 1, - border_style = "elevated", de.substyle("*-cursor", { background_colour = "#000000", foreground_colour = "#aaaaaa", }), de.substyle("*-selection", { - background_colour = "#aaaaaa", + background_colour = "#666699", foreground_colour = "black", }), })