]> git.decadent.org.uk Git - ion3.git/blobdiff - etc/look_simpleblue.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / etc / look_simpleblue.lua
index 0773f7abe4837ecd1d98bf29180d0f6722ff2882..2c378529142fb304543d89ec3240cf06a19f4ec7 100644 (file)
@@ -42,7 +42,7 @@ de.defstyle("tab", {
         shadow_colour = "black",
         highlight_colour = "black",
         background_colour = "#3f3f3f",
-        foreground_colour = "#9f9f9f",
+        foreground_colour = "#bfbfbf",
     }),
     de.substyle("active-unselected", {
         shadow_colour = "black",
@@ -53,8 +53,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",
@@ -106,6 +106,11 @@ de.defstyle("input", {
     }),
 })
 
+de.defstyle("input-menu", {
+    based_on = "input",
+    padding_pixels=0,
+})
+
 dopath("lookcommon_clean")
 
 gr.refresh()