# theme by BaSS <bass@josealberto.org> www.josealberto.org
# based in Murrine night
style "theme-default"
{
  GtkButton      ::default_border    = { 0, 0, 0, 0 }
  GtkRange       ::trough_border     = 0
  GtkPaned       ::handle_size       = 6
  GtkRange       ::slider_width      = 15
  GtkRange       ::stepper_size      = 15

  GtkScrollbar   ::min_slider_length = 30
  GtkCheckButton ::indicator_size    = 14
  GtkMenuBar     ::internal-padding  = 0
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16
  GtkScale       ::slider-length     = 24
  # cursor
  GtkWidget      ::cursor_color      = "#FF993F"
  
  xthickness = 1
  ythickness = 1

  # texto general
  fg[NORMAL]        = "#aeaeae" 
  # texto y detalles mouseover
  fg[PRELIGHT]      = "#FF993F" 
  # texto activo
  fg[ACTIVE]        = "#cccccc" 
  fg[SELECTED]      = "#cccccc" 
  # texto inactivo
  fg[INSENSITIVE]   = "#5c5c5c" 

  # fondo general
  bg[NORMAL]        = "#3c3c3c" 
  # fondo elementos seleccionado
  bg[PRELIGHT]      = "#292929" 
  # fondo seleccion
  bg[ACTIVE]        = "#2c2c2c" 
  # elementos seleccionados (chekcboxes...)
  bg[SELECTED]      = "#272727" 
  # fondo elementos inactivos
  bg[INSENSITIVE]   = "#353535" 
  
  # fondo general
  base[NORMAL]      = "#191919" 
  base[PRELIGHT]    = "#272727" 
  # fondo activo
  base[ACTIVE]      = "#333333" 
  base[SELECTED]    = "#404040" 
  base[INSENSITIVE] = "#333333" 
  
  text[NORMAL]      = "#aeaeae" 
  text[PRELIGHT]    = "#aeaeae" 
  text[ACTIVE]      = "#aeaeae" 
  text[SELECTED]    = "#aeaeae" 
  text[INSENSITIVE] = "#000000" 

  GnomeHRef::link_color         ="#424449" 
  GtkIMHtmlr::hyperlink-color   ="#424449"

  NautilusIconContainer::normal_alpha = 0
  NautilusIconContainer::frame_text   = 1
  #NautilusIconContainer::dark_info_color   = "#827B69"
  #NautilusIconContainer::light_info_color  = "#827B69"
  #NautilusIconContainer::highlight_alpha   = 70

  engine "murrine" 
  {
    scrollbarstyle = 4 # Enable or disable circles, stripes, handles
    listviewstyle = 1 # 0 = nothing, 1 = dotted
    scrollbar_color     = "#252525"
    contrast            = 1.0
    glazestyle = 3 # 0 = flat hilight, 1 = curved hilight, 2 = concave style, 3 = top curved hilight, 4 = beryl style
    menubarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
    menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
    menuitemstyle = 2 # 0 = flat, 1 = glassy, 2 = striped
    listviewheaderstyle = 2 # 0 = flat, 1 = glassy, 2 = raised
    roundness = 7 # 0 = squared, 1 = old default, more will increase roundness
    animation = TRUE # FALSE = disabled, TRUE = enabled
  }
}

style "theme-wide" = "theme-default"
{
  xthickness = 2
  ythickness = 2
}

style "theme-wider" = "theme-default"
{
  xthickness = 3
  ythickness = 3
}

style "theme-entry" = "theme-wider"
{
  bg[SELECTED] = "#262626"
}

style "theme-button" = "theme-wider"
{
  bg[NORMAL] = "#404040"
  bg[ACTIVE] = "#303030"
}

style "theme-notebook" = "theme-wide" {}

style "theme-tasklist" = "theme-default"
{
  xthickness = 5
  ythickness = 3
}

style "theme-menu" = "theme-default"
{
  xthickness = 2
  ythickness = 1
}

style "theme-menu-item" = "theme-default"
{
  ythickness = 3
  fg[PRELIGHT] = "#FF993F"
  text[PRELIGHT] = "#cccccc"
}

style "theme-menubar" = "theme-default"
{
  bg[NORMAL] = "#2c2c2c"
}

style "theme-menubar-item"
{
  ythickness = 4
  bg[PRELIGHT] = "#272727"
}

style "theme-tree" = "theme-default"
{
  xthickness = 2
  ythickness = 2
}

style "theme-frame-title" = "theme-default"
{
  fg[NORMAL] = "#aeaeae" 
}

style "theme-tooltips" = "theme-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = "#2c2c2c"
}

style "theme-progressbar" = "theme-wide"
{
  xthickness = 1
  ythickness = 1
  fg[PRELIGHT] = "#000000"
}

style "theme-combo" = "theme-button" {}

style "EditorStyle" {
  base[NORMAL] = "#111111"
  text[NORMAL] = "#aeaeae"
  text[PRELIGHT] = "#aeaeae"
  text[ACTIVE] = "#aeaeae"
  text[INSENSITIVE] = "#aeaeae"
}

class "GtkWidget"      style "theme-default"
class "GtkButton"      style "theme-button"
class "GtkScale"       style "theme-button"
class "GtkCombo"       style "theme-button"
class "GtkRange"       style "theme-wide"
class "GtkFrame"       style "theme-wide"
class "GtkMenu"        style "theme-menu"
class "GtkEntry"       style "theme-entry"
class "GtkMenuItem"    style "theme-menu-item"
class "GtkNotebook"    style "theme-notebook"
class "GtkProgressBar" style "theme-progressbar"
class "*MenuBar*"      style "theme-menubar"

widget_class "*MenuItem.*" style "theme-menu-item"
widget_class "*MenuBar.*"  style "theme-menubar-item"

widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
widget_class "*.GtkCombo.GtkButton"    style "theme-combo"

widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
widget "gtk-tooltips" style "theme-tooltips"

widget_class "*.GtkTreeView.GtkButton"  style "theme-tree"
widget_class "*.GtkCTree.GtkButton"     style "theme-tree"
widget_class "*.GtkList.GtkButton"      style "theme-tree"
widget_class "*.GtkCList.GtkButton"     style "theme-tree"
widget_class "*.GtkFrame.GtkLabel"      style "theme-frame-title"

widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"

class "GtkTextView" style "EditorStyle"
