]> git.decadent.org.uk Git - ion3.git/blobdiff - etc/look_simpleblue.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / etc / look_simpleblue.lua
index 0773f7abe4837ecd1d98bf29180d0f6722ff2882..3b1cb6a67f62cc8136937381b439b1be8ac2ac56 100644 (file)
@@ -18,7 +18,6 @@ de.defstyle("*", {
 })
 
 de.defstyle("frame", {
-    based_on = "*",
     shadow_colour = "black",
     highlight_colour = "black",
     padding_colour = "black",
@@ -36,13 +35,12 @@ de.defstyle("frame", {
 })
 
 de.defstyle("tab", {
-    based_on = "*",
     font = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*",
     de.substyle("active-selected", {
         shadow_colour = "black",
         highlight_colour = "black",
         background_colour = "#3f3f3f",
-        foreground_colour = "#9f9f9f",
+        foreground_colour = "#bfbfbf",
     }),
     de.substyle("active-unselected", {
         shadow_colour = "black",
@@ -53,8 +51,8 @@ de.defstyle("tab", {
     de.substyle("inactive-selected", {
         shadow_colour = "black",
         highlight_colour = "black",
-        background_colour = "#0f1f4f",
-        foreground_colour = "#9f9f9f",
+        background_colour = "#1f2f4f",
+        foreground_colour = "#bfbfbf",
     }),
     de.substyle("inactive-unselected", {
         shadow_colour = "black",
@@ -65,29 +63,7 @@ de.defstyle("tab", {
     text_align = "center",
 })
 
-de.defstyle("tab-frame", {
-    based_on = "tab",
-    de.substyle("*-*-*-*-activity", {
-        shadow_colour = "#907070",
-        highlight_colour = "#907070",
-        background_colour = "#990000",
-        foreground_colour = "#eeeeee",
-    }),
-})
-
-de.defstyle("tab-menuentry", {
-    based_on = "tab",
-    text_align = "left",
-})
-
-de.defstyle("tab-menuentry-big", {
-    based_on = "tab-menuentry",
-    font = "-*-helvetica-medium-r-normal-*-17-*-*-*-*-*-*-*",
-    padding_pixels = 7,
-})
-
 de.defstyle("input", {
-    based_on = "*",
     shadow_colour = "black",
     highlight_colour = "black",
     background_colour = "#3f3f3f",
@@ -106,6 +82,10 @@ de.defstyle("input", {
     }),
 })
 
+de.defstyle("input-menu", {
+    padding_pixels=0,
+})
+
 dopath("lookcommon_clean")
 
 gr.refresh()