#Edited Clearlooks-DarkOrange for LinuxCNC (gscreen-indrustrial) by tjamscad

style "clearlooks-default"
{
engine "clearlooks"
   {
    sunkenmenubar    	= 1       # 0 = disable, 1 = enable
    menuitemstyle     	= 1       # 0 = flat, 1 = 3d-ish (button)
    listviewitemstyle 	= 1       # 0 = flat, 1 = 3d-ish (gradient)
    progressbarstyle  	= 0       # 0 = candy bar, 1 = flat
  }

  GtkMenuItem::selected_shadow_type = none
  GtkWidget::interior_focus = 1
  GtkButton::default_border = { 3, 3, 3, 3 }
  GtkButton::default_outside_border = { 3, 3, 3, 3 }
  GtkRange::trough_border = 2
  GtkWidget::focus_padding = 1
  GtkPaned::handle_size = 6
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 30
  GtkCheckButton::indicator_size = 12
  GtkMenuBar::internal-padding = 0
  GtkTreeView::expander_size = 14
  GtkExpander::expander_size = 16
  GtkTreeView::odd_row_color = "#cccc66" #file open odd# line background
  GtkWidget::cursor_color           = "#ff0000" #not used
  GtkWidget::secondary_cursor_color = "#ff0000" #not used
  xthickness = 1
  ythickness = 1

  bg[NORMAL]        = "#6699cc" #Backround
  base[NORMAL]      = "#6699cc" #MDI-command,tool edit, offset, grid size starting rpm
  base[INSENSITIVE] = "#6699cc" #G-code text area
  base[ACTIVE]      = "#6699cc" #This is for MDI-command, tooledit and offset edit it will highlight the last line that was selected
  bg[SELECTED]      = "#cc6666" #Themes highlight and scrol bars
  bg[ACTIVE]        = "#cccc66" #Selected button
  base[SELECTED]    = "#cccc66" #This is for MDI-command, tooledit and offset edit it will highlight the selected
  bg[INSENSITIVE]   = "#122335" #This is for all items that are not selectable
  fg[INSENSITIVE]   = "#122335" #This is for text items that are not selectable except gcode line number area
  fg[NORMAL]        = "#000000" #Main text color
  fg[PRELIGHT]      = "#000000" #Highlighted button text
  fg[ACTIVE]        = "#000000" #Selected button text 
  text[SELECTED]    = "#000000" #This is for MDI-command, tooledit and offset edit it will change the selected text color
  text[NORMAL]      = "#000000" #This is for MDI-command, tooledit, offset edit, grid size, starting rpm and themes normal text color
  text[PRELIGHT]    = "#000000" #This is for initail theme text hightlight before selecting 
  text[ACTIVE]      = "#000000" #This is for MDI-command, tooledit and offset edit it will highlight the last line text that was selected
  bg[PRELIGHT]      = "#cc6666" #Theme scroll arrow highlight

  fg[SELECTED]      = "#ff0000" #not used
  base[PRELIGHT]    = "#ff0000" #not used
  text[INSENSITIVE] = "#ff0000" #not used
}

style "clearlooks-wide" = "clearlooks-default"
{
  xthickness = 2
  ythickness = 2
  bg[NORMAL]			= "#cc6666" #section border color
  bg[PRELIGHT]			= "#ff0000" #not used
}

style "clearlooks-button" = "clearlooks-wide"
{
  bg[NORMAL]			= "#6699cc" #button color
  bg[PRELIGHT]			= "#cc6666" #button highlight
}

style "clearlooks-notebook" = "clearlooks-wide"
{
  bg[NORMAL] = "#6699cc" #section main color
  bg[ACTIVE] = "#cc6666" #non active tab color
}

style "clearlooks-menu-item" = "clearlooks-default"
{
  xthickness = 2
  ythickness = 3
  text[PRELIGHT]	= "#000000" #Theme text highlight
  fg[PRELIGHT]  	= "#cccc66" #not used
  base[PRELIGHT] 	= "#cccc66" #not used
  base[SELECTED]     	= "#cccc66" #not used
}

style "clearlooks-menu" = "clearlooks-default"
{
  xthickness = 2
  ythickness = 1
  bg[NORMAL] = "#6699cc" #Theme background color 
}

style "clearlooks-frame-title" = "clearlooks-default"
{
  fg[NORMAL] = "#ffffff" #section border text
}

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

style "clearlooks-menu-itembar" = "clearlooks-default"
{
  xthickness = 3
  ythickness = 3
}

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

style "clearlooks-panel" = "clearlooks-default"
{
  xthickness = 3
  ythickness = 3
}

style "clearlooks-tooltips" = "clearlooks-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = "#ff0000" #not used
}

style "clearlooks-progressbar"	= "clearlooks-default"
{
  xthickness = 1
  ythickness = 1
   fg[PRELIGHT]  		= "#ff0000" #not used
   bg[NORMAL] 			= "#ff0000" #not used
}

style "clearlooks-combo" = "clearlooks-default"
{
  xthickness = 1
  ythickness = 2
  fg[NORMAL]    		= "#ff0000" #not used
  fg[PRELIGHT]    		= "#ff0000" #not used
  fg[ACTIVE]     		= "#ff0000" #not used
  bg[NORMAL]			= "#ff0000" #not used
  bg[PRELIGHT]			= "#ff0000" #not used
}

style "clearlooks-scrollbar" = "clearlooks-default"
{
  fg[NORMAL]    		= "#ff0000" #not used
  fg[PRELIGHT]    		= "#ff0000" #not used
  fg[ACTIVE]     		= "#ff0000" #not used
  bg[NORMAL]			= "#ff0000" #not used
  bg[PRELIGHT]			= "#ff0000" #not used
}

style "clearlooks-spin" = "clearlooks-wide"
{
  fg[NORMAL]    		= "#ff0000" #not used
  fg[PRELIGHT]			= "#ff0000" #not used
  fg[ACTIVE]			= "#ff0000" #not used
  bg[PRELIGHT]    		= "#ff0000" #not used
  bg[ACTIVE]     		= "#ff0000" #not used
}

class "GtkWidget" style "clearlooks-default"
class "GtkRange" style "clearlooks-wide"
class "GtkFrame" style "clearlooks-wide"
class "GtkSpinButton" style "clearlooks-spin"
class "GtkStatusbar" style "clearlooks-wide"
class "GtkMenu" style "clearlooks-menu"
class "GtkMenuItem" style "clearlooks-menu-item"
widget_class "*MenuItem.*" style "clearlooks-menu-item"
class "GtkEntry" style "clearlooks-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
widget "gtk-tooltips" style "clearlooks-tooltips"
class "GtkNotebook" style "clearlooks-notebook"
class "GtkProgressBar" style "clearlooks-progressbar"
widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
class "GtkButton" style "clearlooks-button"
class "GtkScrollbar" style "clearlooks-scrollbar"
