# Prion
# This makes use of the slick Industrial gtk engine which effects both gtk1
# and gtk2 widgets for a nice consistant look for those of us still using
# some gtk1 programs.

style "Prion" {
  GtkWidget::interior_focus = 1
  GtkButton::default_border = { 3, 3, 3, 3 }
  GtkButton::default_outside_border = { 3, 3, 3, 3 }
  GtkRange::trough_border = 0

  GtkWidget::focus_padding = 1

  GtkPaned::handle_size = 7
  
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 30
  GtkCheckButton::indicator_size = 13
  GtkRadioButton::indicator_size = 13
  GtkMenuBar::internal-padding = 0

  GtkButton::child_displacement_x = 0
  GtkButton::child_displacement_y = 1

  GtkOptionMenu::indicator_size = { 11, 6 }
  GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 }

  xthickness = 1
  ythickness = 1
  
  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#314a82"
  fg[PRELIGHT]     = "#415a92"
  fg[SELECTED]     = "#ffffff"
  fg[INSENSITIVE]  = "#969696"
  
  bg[NORMAL]       = "#e2e2de"
  bg[ACTIVE]       = "#c2c2be"
  bg[PRELIGHT]     = "#f2f2ee"
  bg[SELECTED]     = "#a5abba"
  bg[INSENSITIVE]  = "#e2e2de"
  
  base[NORMAL]     = "#ffffff"
  base[SELECTED]   = "#a5abba"
  base[ACTIVE]     = "#ffffff"
  base[PRELIGHT]   = "#eaeaea"
  base[INSENSITIVE]= "#ffffff"
  
  text[INSENSITIVE]= "#000000"
  text[SELECTED]   = "#000000"
  text[ACTIVE]     = "#000000"

  engine "industrial" {} 

}

class "GtkWidget" style "Prion"
