-- theme that goes well with the gtk2 default colors -- it makes use of terminus als artwiz fonts -- -- By Rene van Bevern if not gr.select_engine("de") then return end de.reset() de.defstyle("*", { shadow_colour = "#9c9a94", highlight_colour = "#ffffff", background_colour = "#dedbd6", foreground_colour = "#000000", padding_pixels = 0, highlight_pixels = 1, shadow_pixels = 1, border_style = "elevated", -- font = "-*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-15", font = "-*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-1", text_align = "center", }) de.defstyle("frame", { based_on = "*", shadow_colour = "#9c9a94", highlight_colour = "#ffffff", padding_colour = "#dedbd6", background_colour = "#dedbd6", transparent_background = true, foreground_colour = "#ffffff", padding_pixels = 2, highlight_pixels = 1, shadow_pixels = 1, de.substyle("active", { shadow_colour = "#9c9a94", highlight_colour = "#ffffff", background_colour = "#dedbd6", foreground_colour = "#ffffff", }), }) de.defstyle("frame-ionframe", { based_on = "frame", border_style = "inlaid", padding_pixels = 1, spacing = 2, }) de.defstyle("frame-floatframe", { based_on = "frame", border_style = "ridge", padding_pixels = 1 }) de.defstyle("tab", { based_on = "*", border_style = "groove", font = "anorexia", de.substyle("active-selected", { shadow_colour = "#1a3954", highlight_colour = "#7aa9d4", background_colour = "#4a6984", foreground_colour = "#ffffff", }), de.substyle("active-unselected", { shadow_colour = "#9c9a94", highlight_colour = "#ffffff", background_colour = "#dedbd6", foreground_colour = "#000000", }), de.substyle("inactive-selected", { shadow_colour = "#9c9a94", highlight_colour = "#ffffff", background_colour = "#efebe7", foreground_colour = "#97979e", }), de.substyle("inactive-unselected", { shadow_colour = "#9c9a94", highlight_colour = "#ffffff", background_colour = "#dedbd6", foreground_colour = "#97979e", }), text_align = "center", }) de.defstyle("tab-frame", { based_on = "tab", de.substyle("*-*-*-*-activity", { shadow_colour = "#777777", highlight_colour = "#eeeeee", background_colour = "#990000", foreground_colour = "#eeeeee", }), }) de.defstyle("tab-frame-ionframe", { based_on = "tab-frame", spacing = 3, }) de.defstyle("tab-menuentry", { based_on = "tab", spacing = 2, highlight_pixels = 1, shadow_pixels = 1, text_align = "left", font = "fixed", de.substyle("inactive-selected", { shadow_colour = "#1a3954", highlight_colour = "#7aa9d4", background_colour = "#4a6984", foreground_colour = "#ffffff", }), de.substyle("inactive-unselected", { shadow_colour = "#9c9a94", highlight_colour = "#ffffff", background_colour = "#dedbd6", foreground_colour = "#000000", }), }) de.defstyle("tab-menuentry-big", { based_on = "tab-menuentry", font = "-*-terminus-medium-r-*-*-17-120-*-*-*-*-iso8859-15", }) de.defstyle("input", { based_on = "tab", font = "-*-terminus-medium-r-*-*-17-120-*-*-*-*-iso8859-15", de.substyle("*-cursor", { background_colour = "#000000", foreground_colour = "#aaaaaa", }), de.substyle("*-selection", { background_colour = "#aaaaaa", foreground_colour = "black", }), }) gr.refresh()