dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

null.rc (1108B)


      1 style "nautilus-breadcrumbs"
      2 {
      3 fg[NORMAL]        	= @fg_color
      4 fg[PRELIGHT]      	= @fg_color
      5 fg[SELECTED]      	= @selected_fg_color
      6 fg[ACTIVE]        	= @fg_color
      7 fg[INSENSITIVE]   	= darker (@bg_color)
      8 
      9 bg[NORMAL]        	= @bg_color
     10 bg[SELECTED]	  	= @selected_bg_color
     11 bg[INSENSITIVE]   	= @bg_color
     12 
     13 base[NORMAL]      	= lighter (@bg_color)
     14 base[PRELIGHT]    	= shade (0.95, @bg_color)
     15 base[ACTIVE]      	= shade (0.92, @selected_bg_color)
     16 base[SELECTED]    	= shade (0.93, @selected_bg_color)
     17 base[INSENSITIVE] 	= @bg_color
     18 
     19 text[NORMAL]      	= @fg_color
     20 text[PRELIGHT]    	= @fg_color
     21 text[ACTIVE]      	= @selected_fg_color
     22 text[SELECTED]    	= @selected_fg_color
     23 text[INSENSITIVE] 	= darker (@bg_color)
     24 
     25 
     26 bg[PRELIGHT]      	= shade (1.0, mix (0.0, @base_color, @selected_bg_color)) 	# BUTTON MOUSEOVER
     27 bg[ACTIVE]        	= shade (0.93, @bg_color) 					# PUSHED BUTTONS
     28 }
     29 
     30 widget "Nautilus*left_slider*" style :highest "nautilus-breadcrumbs" 
     31 widget "Nautilus*right_slider*" style :highest "nautilus-breadcrumbs" 
     32 widget_class "*NautilusPathBar.*ToggleButton" style :highest "nautilus-breadcrumbs"