]> git.decadent.org.uk Git - ion3.git/blobdiff - etc/look_dusky.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / etc / look_dusky.lua
index 4387e9d8ab548b030b43bc70b0354fa98768425e..aaa76f69c4d6db821029aa29ef95b2e389c7dc63 100644 (file)
@@ -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",
@@ -60,7 +47,6 @@ de.defstyle("tab", {
 })
 
 de.defstyle("input", {
-    based_on = "*",
     shadow_colour = "#404040",
     highlight_colour = "#707070",
     background_colour = "#000000",
@@ -77,7 +63,6 @@ de.defstyle("input", {
 })
 
 de.defstyle("input-menu", {
-    based_on = "*",
     de.substyle("active", {
         shadow_colour = "#452727",
         highlight_colour = "#866868",