#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 = 1
  GtkWidget::focus_padding = 1
  GtkPaned::handle_size = 6
  GtkRange::slider_width = 50 #This is for scroll bar width
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 50
  GtkCheckButton::indicator_size = 3
  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           = "#000000" #This is for the blinking cursor at MDI command
  GtkWidget::secondary_cursor_color = "#ff0000" #not used
  xthickness = 1
  ythickness = 1

  fg[SELECTED]      = "#ff0000" #not used
  fg[SELECTED]      = "#333333" #Themes highlight and scrol bars
  fg[ACTIVE]        = "#000000" #Selected button text 
  fg[PRELIGHT]      = "#000000" #Highlighted button text
  fg[INSENSITIVE]   = "#000000" #This is for text items that are not selectable except gcode line number area

  bg[NORMAL]        = "#d7d7d7" #Backround
  bg[SELECTED]      = "#aab6ff" #Themes highlight and scrol bars
  bg[ACTIVE]        = "#aab6ff" #Selected button 
  bg[PRELIGHT]      = "#aab6ff" #Theme scroll arrow highlight
  bg[INSENSITIVE]   = "#122335" #This is for all items that are not selectable

  base[NORMAL]      = "#d7d7d7" #MDI-command,tool edit, offset, grid size starting rpm
  base[SELECTED]    = "#cccc66" #This is for MDI-command, tooledit and offset edit it will highlight the selected
  base[ACTIVE]      = "#d7d7d7" #This is for MDI-command, tooledit and offset edit it will highlight the last line that was selected
  base[PRELIGHT]    = "#ff0000" #not used
  base[INSENSITIVE] = "#d7d7d7" #G-code text area

  text[NORMAL]      = "#000000" #This is for MDI-command, tooledit, offset edit, grid size, starting rpm and themes normal text color
  text[SELECTED]    = "#000000" #This is for MDI-command, tooledit and offset edit it will change the selected text color
  text[ACTIVE]      = "#000000" #This is for MDI-command, tooledit and offset edit it will highlight the last line text that was selected
  text[PRELIGHT]    = "#000000" #This is for initail theme text hightlight before selecting 
  text[INSENSITIVE] = "#ff0000" #not used
}

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

style "clearlooks-button" = "clearlooks-wide"
{
  bg[NORMAL]			= "#d7d7d7" #Active but not selected button color
  bg[PRELIGHT]			= "#aab6ff" #button highlight
}

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

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

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

style "clearlooks-frame-title" = "clearlooks-default"
{
  fg[NORMAL] = "#000000" #section border text
}
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]    		= "#ffffff" #This is for MDI-command, tooledit, offset edit, program, program 							#edit and debug scroll bars color arrows
  bg[NORMAL]			= "#d7d7d7" #This is for MDI-command, tooledit, offset edit, program, program 							#edit and debug scroll bars color.
  bg[PRELIGHT]			= "#d7d7d7" #This is for MDI-command, tooledit, offset edit, program, program 							#edit and debug scroll bars color.

  fg[PRELIGHT]    		= "#ffffff" #This is for MDI-command, tooledit, offset edit, program, program 							#edit and debug scroll bararrow highlight color.
  fg[ACTIVE]     		= "#ff0000" #not used
}

style "clearlooks-spin" = "clearlooks-wide"
{
  fg[NORMAL]    		= "#ffffff" #This is for grid size and starting rpm up-down arrow colors
  fg[PRELIGHT]			= "#ffffff" #This is for grid size and starting rpm up-down arrow colors
  fg[ACTIVE]			= "#ffffff" #This is for grid size and starting rpm up-down buttons
  bg[ACTIVE]     		= "#aab6ff" #This is for grid size and starting rpm up-down buttons
  bg[PRELIGHT]    		= "#ff0000" #not used
}

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
}

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"
