Hi,

i just killed some time doing a quite minimalist theme.
To all those, who never liked threedee appearance ...

ingo


--- cut here ---

border = 4
selected = "Gold"
highlight = "LightGray"
foreground = "DimGray"
background = "Black"

family = "terminus"

set_tab_font("-*-"..family.."-*-*-*-*-*-*-*-*-*-*-*-*")
set_font("-*-"..family.."-bold-*-*-*-24-*-*-*-*-*-*-*")

set_tab_border(0, border, 0)
set_frame_border(border, border, border)
set_input_border(2*border, 2*border, 0)
enable_ion_bar_inside_frame(TRUE)
set_ion_spacing(0)

set_background_color(background)

set_tab_colors(background, background, foreground, background)
set_tab_sel_colors(background, background, highlight, background)
set_act_tab_colors(background, background, foreground, background)
set_act_tab_sel_colors(background, background, selected, background)

set_frame_colors(background, background, background, background)
set_act_frame_colors(background, background, selected, background)

set_input_colors(background, background, background, selected)
set_selection_colors(foreground, background)

--- cut here ---

Reply via email to