]> git.decadent.org.uk Git - ion3.git/blobdiff - etc/look_brownsteel.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / etc / look_brownsteel.lua
index 5aa488e2a2046c4ec1d29605aad91a6ac0e60aee..68346d4df5e4bf360c37e4f7238b609292c804e9 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 = 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",