1 -- Authors: Mark Tran <mark@nirv.net>
3 -- Last Changed: Unknown
5 -- look_outback.lua : Mark Tran <mark@nirv.net>
7 -- This style looks best when the alternative style is applied to "full"
8 -- workspace frames. You can enable it by applying: _:set_mode('tiled-alt')
11 -- View http://modeemi.fi/~tuomov/ion/faq/entries/Hiding_the_tab-bar.html
12 -- for further details.
14 if not gr
.select_engine("de") then return end
19 border_style
= "elevated",
21 background_colour
= "#453832",
22 foreground_colour
= "#ffffff",
27 highlight_colour
= "#000000",
28 padding_colour
= "#453832",
29 shadow_colour
= "#000000",
31 font
= "-xos4-terminus-*-r-normal--12-120-*-*-c-*-iso8859-1",
32 text_align
= "center",
35 de
.defstyle("frame", {
38 border_style
= "inlaid",
41 background_colour
= "#f5deb3",
42 foreground_colour
= "#000000",
45 padding_colour
= "#453832",
48 de
.defstyle("frame-floating", {
55 de
.defstyle("frame-tiled-alt", {
60 de
.defstyle("frame-transient", {
70 highlight_colour
= "#352722",
71 shadow_colour
= "#352722",
75 de
.substyle("active-selected", {
76 background_colour
= "#983008",
77 foreground_colour
= "#ffffff",
78 highlight_colour
= "#d04008",
79 shadow_colour
= "#d04008",
81 de
.substyle("active-unselected", {
82 background_colour
= "#453832",
83 foreground_colour
= "#ffffff",
85 de
.substyle("inactive-selected", {
86 background_colour
= "#453832",
87 foreground_colour
= "#ffffff",
89 de
.substyle("inactive-unselected", {
90 background_colour
= "#453832",
91 foreground_colour
= "#ffffff",
95 de
.defstyle("tab-frame-floating", {
102 de
.defstyle("tab-frame-tiled-alt", {
105 highlight_pixels
= 0,
109 de
.defstyle("tab-menuentry", {
112 highlight_pixels
= 0,
118 de
.substyle("inactive-selected", {
119 background_colour
= "#983008",
120 foreground_colour
= "#ffffff",
124 de
.defstyle("tab-menuentry-big", {
128 de
.defstyle("input", {
129 background_colour
= "#352722",
133 de
.defstyle("input-edln", {
134 background_colour
= "#453832",
136 highlight_pixels
= 1,
138 highlight_colour
= "#473e3b",
139 shadow_colour
= "#473e3b",
141 de
.substyle("*-cursor", {
142 background_colour
= "#ffffff",
143 foreground_colour
= "#000000",
145 de
.substyle("*-selection", {
146 background_colour
= "#983008",
147 foreground_colour
= "#ffffff",
151 de
.defstyle("input-message", {
152 background_colour
= "#453832",
155 de
.defstyle("stdisp-statusbar", {
158 de
.substyle("important", {
159 foreground_colour
= "green",
162 de
.substyle("critical", {
163 foreground_colour
= "red",
167 de
.defstyle("actnotify", {
170 highlight_pixels
= 1,
173 background_colour
= "#983008",
174 foreground_colour
= "#ffffff",
175 highlight_colour
= "#d04008",
176 shadow_colour
= "#d04008",
179 de
.defstyle("moveres_display", {
180 based_on
= "actnotify",