style "step" { fg[NORMAL] = "#000000" bg[NORMAL] = "#A8A8A8" base[NORMAL] = "#F0F0F0" fg[ACTIVE] = "#000000" bg[ACTIVE] = "#909090" base[ACTIVE] = "#F0F0F0" fg[PRELIGHT] = "#000000" bg[PRELIGHT] = "#B8B8B8" base[PRELIGHT] = "#F0F0F0" fg[INSENSITIVE] = "#000000" bg[INSENSITIVE] = "#909090" base[INSENSITIVE] = "#D8D8D8" fg[SELECTED] = "#000000" bg[SELECTED] = "#B8B8B8" base[SELECTED] = "#A8A8A8" engine "XenoStep" { scrollbar_knob = lines scrollbar_width = 13 stepper_arrows = false stepper_ends = false stepper_box = true paned_knob = lines handle_knob = holes thin = false shine = 1.75 shade = 0.75 } } style "menu" { bg[PRELIGHT] = "#F0F0F0" # Highlighted menu item } style "progressbar" { bg[NORMAL] = "#A8A8A8" # Background base[SELECTED] = "#7F7F7F" # Bar } style "range" { bg[ACTIVE] = "#909090" # Right side of the range bg[NORMAL] = "#A8A8A8" # Sliders and buttons bg[SELECTED] = "#B8B8B8" # Left side of the range bg[INSENSITIVE] = "#909090" # Inactive widget bg[PRELIGHT] = "#B8B8B8" # Highlighted sliders and buttons } style "button" { bg[NORMAL] = "#A8A8A8" # Normal button bg[ACTIVE] = "#909090" # Clicked button bg[PRELIGHT] = "#B8B8B8" # Highlighted button bg[INSENSITIVE] = "#909090" # Inactive button base[ACTIVE] = "#F0F0F0" # Pressed toggle button base[PRELIGHT] = "#F0F0F0" # Highlighted Pressed toggle button base[SELECTED] = "#F0F0F0" # Radio button check base[NORMAL] = "#F0F0F0" # Active radio button bg fg[NORMAL] = "#000000" # Check-button check fg[ACTIVE] = "#000000" # Clicked check-button check fg[PRELIGHT] = "#000000" # Highlighted check-button check } style "listbutton" { bg[NORMAL] = "#505050" # Normal button bg[PRELIGHT] = "#505050" # Highlighted button bg[INSENSITIVE] = "#505050" # Inactive button bg[ACTIVE] = "#505050" # Clicked button fg[INSENSITIVE] = "#F0F0F0" # Inactive text fg[NORMAL] = "#F0F0F0" # Normal text fg[ACTIVE] = "#F0F0F0" # Clicked text fg[PRELIGHT] = "#F0F0F0" # Highlighted text } style "list" { base[NORMAL] = "#F0F0F0" # Row bg fg[NORMAL] = "#000000" # CList row fg fg[INSENSITIVE] = "#000000" # CList inactive row fg base[ACTIVE] = "#E8E8E8" # Row separator bg[SELECTED] = "#909090" # Selected row bg fg[SELECTED] = "#000000" # Selected row fg bg[NORMAL] = "#A8A8A8" # Widget border } style "entry" { fg[NORMAL] = "#000000" # Text base[NORMAL] = "#F0F0F0" # Background base[INSENSITIVE] = "#D8D8D8" # Inactive bg fg[SELECTED] = "#000000" # Selected text base[SELECTED] = "#A8A8A8" # Selected bg } style "tooltips" { bg[NORMAL] = "#F0F0F0" # Background fg[NORMAL] = "#000000" # Text } class "GtkWidget" style "step" class "*List" style "list" class "*Tree" style "list" class "*Button" style "button" class "GtkEditable" style "entry" class "GtkSpinButton" style "entry" class "GtkMenu*" style "menu" class "GtkProgressBar" style "progressbar" class "GtkRange" style "range" widget_class "*GtkCList.GtkButton*" style "listbutton" widget_class "*GtkCTree.GtkButton*" style "listbutton" widget "gtk-tooltips*" style "tooltips"