### Sidebar for Thunar and PCmanfm ##

style "sidebar" 
{
	xthickness = 0	#For Thunar
	ythickness = 0  #For Thunar

	GtkWidget	:: focus-padding = 0 #Takes away space between Trash and Bookmarks
	GtkWidget	:: focus_line_width = 1 #Adds spacing between icons and text
	GtkTreeView	:: horizontal_separator	= 12 #Padding to the left
	GtkTreeView	:: vertical_separator = 2 #Padding between each place
	GtkTreeView	:: image-spacing = 6
	
	GtkTreeView	:: even-row-color = "#121212" #This is the color for the sidebar		
}

class		 "*ThunarTreeView"			style		"sidebar"
widget_class	"*FmPlacesView*"		style 		"sidebar"
widget_class	"*FmDirTreeView"			style 		"sidebar"
widget_class "*<ThunarShortcutsPane>*<ThunarShortcutsView>"  style  "sidebar"

style "thunar-fm-iconview"
{
	text[NORMAL] = @text_color
	base[NORMAL] = "#1e1e1e"
}

widget	"*Thunar*ExoIconView*"				style:highest	"thunar-fm-iconview"
widget	"*FmStandardView*View"				style:highest	"thunar-fm-iconview"	

style "thunar_pathbar_style"
{
  xthickness	= 3
  ythickness	= 4
}

widget_class	"*ThunarLocationButton*Button*"				style:highest	"thunar_pathbar_style"
