# Edit these colors and fonts however you like.
include "icons/iconrc"
style "default"
{
  GtkRange::slider_width = 12
  GtkRange::stepper_size = 12
  GtkScrollbar::min_slider_length = 14
  GtkCheckButton::indicator_size = 12
  GtkCheckMenuItem::indicator_size = 12

  fg[NORMAL]                      = "#000000"
  fg[ACTIVE]                      = "#314a82"
  fg[INSENSITIVE] = "#969696"
  fg[PRELIGHT]            = "#ffffff"
  fg[SELECTED]            = "#ffffff"
        
  bg[ACTIVE]                      = "#78C0FB"
  bg[NORMAL]                      = "#DEEAF6"
  bg[INSENSITIVE] = "#DEEAF6"
  bg[PRELIGHT]            = "#f2f2ee"
  bg[SELECTED]            = "#4365BB"

  base[NORMAL]            = "#ffffff"
  base[ACTIVE]            = "#4365BB"
  base[INSENSITIVE]       = "#ffffff"
  base[PRELIGHT]          = "#eaeaea"
  base[SELECTED]          = "#4365BB"
        
  text[NORMAL]            = "#000000"
  text[ACTIVE]            = "#000000"
  text[PRELIGHT]  = "#000000"
  text[SELECTED]  = "#000000"
  text[INSENSITIVE] = "#CDD6DE"

    engine "smooth" {
        line {
            style=smooth
            thickness=2
        }
        trough {
            fill {
                style=solid
            }
            line {
                style=none
            }
        }
        arrow {
           style=CleanIce
           solid=TRUE
        }
        tab_style=round
    }
}

style "menu" = "default"
{
  bg[PRELIGHT]     = "#4365BB" 
		engine "redmond95" {
		}
}

style "infobar" {
   bg[PRELIGHT]         = "#4365BB"
}

class "*Progress*"              style "infobar"
widget_class "*Progress*"               style "infobar"

style "togglebuttons" = "default"
{
   engine "redmond95" {
   }
}

style "button" {
    bg[PRELIGHT]     = "#78C0FB"
    bg[NORMAL]       = "#CDD6DE"
    fg[PRELIGHT]     = "#000000"

  GtkWidget::interior_focus = 0
  GtkWidget::focus_padding = 0
  GtkButton::default_border         = {5, 5, 5, 5}
  GtkButton::default_outside_border = {5, 5, 5, 5}
  GtkButton::default_spacing        = 6
    engine "smooth" {
        fill {
            style=shaded
            hdirection=vertical
            vdirection=horizontal
            shade1=1.1
            shade2=0.97
        }
	check {
            style=clean
            motif=false
            fill { 
                style=shaded
                hdirection=fdiagonal
                vdirection=fdiagonal
                shade1=1.2
                shade2=0.97
            }
        }
        option {
            style=round
            motif=false
            fill {
                style=shaded
                hdirection=fdiagonal
                vdirection=fdiagonal
                shade1=1.2
                shade2=0.97
            }
        }
    }
}
class "*Button*"                style "button"
widget_class "*Button*"         style "button"

style "notebook" = "default"
{
  bg[ACTIVE]                      = "#CDD6DE"
  bg[NORMAL]                      = "#DEEAF6"
  engine "smooth" {
	tab_style	= round
  }
}

class "GtkNotebook" style "notebook"

style "scrollbar" {

  bg[PRELIGHT]     = "#78C0FB"
  bg[ACTIVE]            = "#ffffff"
}

widget_class "*Scrollbar*" style "scrollbar"
class "*Scrollbar*" style "scrollbar"

class "GtkWidget" style "default"
class "GtkMenuItem*"	style "menu"
class "GtkCheckButton" style "togglebuttons"
class "GtkRadioButton" style "togglebuttons"
