# Welcome to the Code of BlackMarble 3 ;)
style "default"
{

	GtkOptionMenu::indicator_spacing = { 3, 2, 1, 1 }
	GtkRange::slider_width = 14
	GtkRange::stepper_size = 12
	GtkScrollbar::min_slider_length = 14
	GtkCheckButton::indicator_size = 10
	GtkButton::default_border = { 0, 0, 0, 0 }

	GtkEntry::cursor_color    = "#FFBD00"
	GtkTextView::cursor_color    = "#FFBD00"
	NautilusIconContainer::frame_text = 1

	fg[NORMAL]        = "#d0d0d0"
	fg[ACTIVE]        = "#d0d0d0"
	fg[INSENSITIVE]   = "#120F00"
	fg[PRELIGHT]      = "#d0d0d0"
	fg[SELECTED]      = "#d0d0d0"

	bg[ACTIVE]        = "#151515"
	bg[NORMAL]        = "#252525"
	bg[INSENSITIVE]   = "#303030"
	bg[PRELIGHT]      = "#353535"
	bg[SELECTED]      = "#101010"

	base[NORMAL]      = "#000000"
	base[ACTIVE]      = "#151515"
	base[INSENSITIVE] = "#303030"
	base[PRELIGHT]    = "#303030"
	base[SELECTED]    = "#45433B"

	text[NORMAL]      = "#d0d0d0"
	text[ACTIVE]      = "#d0d0d0"
	text[PRELIGHT]    = "#000000"
	text[SELECTED]    = "#d0d0d0"
	text[INSENSITIVE] = "#000000"

  engine "thinice"
  {
    # Do you want the scrollbar handles rectangular or a bit shaped?
    rect_scrollbar = TRUE

    # The following variables are semi-generic, can be applied to
    # different widget classes etc..

    # Mark type 1 is used on scrollbar handles, handleboxes etc
    # Can be: NOTHING, SLASH, INVSLASH, DOT, INVDOT
    mark_type1 = DOT

    # Mark type 2 is used on scrollbar buttons
    # Can be: NOTHING, SLASH, INVSLASH, DOT, INVDOT, ARROW
    mark_type2 = ARROW

    # How to draw paned stuff
    # Can be: NONE, SOME (currently 5), FULL
    paned_dots = SOME
  }
}

style "tooltips" {
  bg[NORMAL] = "#151515"
  fg[NORMAL] = "#d0d0d0"
}

style "progress-bar" {
  bg[PRELIGHT] = "#353535"
  fg[PRELIGHT] = "#d0d0d0"
  bg[NORMAL]   = "#252525"
}

style "menu-item" {
  bg[PRELIGHT]   = "#101010"
  fg[PRELIGHT]   = "#F4D37A"
  base[PRELIGHT] = "#303030"
  text[PRELIGHT] = "#d0d0d0"
}

class "GtkWidget" style "default"
widget "gtk-tooltips*" style "tooltips"
class "GtkProgressBar" style "progress-bar"
class "GtkMenuItem" style "menu-item"
widget_class "*.GtkMenuItem.*" style "menu-item"
widget_class "*.GtkAccelMenuItem.*" style "menu-item"
widget_class "*.GtkRadioMenuItem.*" style "menu-item"
widget_class "*.GtkCheckMenuItem.*" style "menu-item"
widget_class "*.GtkImageMenuItem.*" style "menu-item"
widget_class "*.GtkSeparatorMenuItem.*" style "menu-item"
widget_class "*.GtkRadioMenuItem.*" style "menu-item"
