# Theme:		elementary GTK 
# Author:		Daniel Foré <Daniel.P.Fore@gmail.com>
# License:		GPL

gtk_color_scheme	= "bg_color:#D9D9D9\nselected_bg_color:#A9C3D9\nbase_color:#FFFFFF"	# Background, base
gtk_color_scheme	= "fg_color:#4D4D4D\nselected_fg_color:#FFFFFF\ntext_color:#000000"	# Foreground, text
gtk_color_scheme 	= "sidebar_color:#e2e2e2"						# Sidebar
gtk_color_scheme	= "tooltip_bg_color:#232323\ntooltip_fg_color:#fff" 			# Tooltips
gtk_color_scheme	= "link_color:#08c"							# Hyperlinks
gtk_color_scheme	= "frame_color:#D1D1D1\ninactive_frame_color:#D1D1D1"			# Fix for Chrome
gtk_color_scheme	= "bg_color_dark:#3B3B3B\ntext_color_dark:#FFFFFF"			# Dark colors
gtk_color_scheme	= "color_scroll:#111111"						# Dark colors


gtk-icon-sizes		= "gtk-button=16,16"							# Set icon size for button without text
gtk-button-images	= 0									# Disables icons for buttons with text
gtk-toolbar-style	= 0									# Disables text in toolbar
gtk-auto-mnemonics	= 1									# Disables ugly lines under menu items

####################
## Default Styles ##
####################

style "murrine-default"
{
	GnomeHRef		::link_color  				= @link_color		
	GtkHTML			::link-color				= @link_color
 	GtkIMHtmlr		::hyperlink-color 			= @link_color
	GtkIMHtml		::hyperlink-color			= @link_color
	GtkWidget		::link-color				= @link_color
	GtkWidget		::visited-link-color			= @text_color

	GtkButton		::child-displacement-x 			= 1
	GtkButton		::child-displacement-y 			= 1
	GtkButton		::default-border       			= { 0, 0, 0, 0 }

	GtkCheckButton		::indicator-size       			= 15

	GtkEntry		::honors-transparent-bg-hint 		= 1
	GtkEntry		::progress-border			= { 3, 3, 3, 3 }
	GtkEntry		::state-hint 				= 0

	GtkImage		::x-ayatana-indicator-dynamic 		= 1

	GtkMenu			::horizontal-padding			= 0
	GtkMenu			::vertical-padding			= 0

	GtkMenuBar		::internal-padding			= 0
	GtkMenuBar		::window-dragging			= 1

	GtkNotebook		::tab-overlap 				= 0

	GtkPaned		::handle-size          			= 6

	GtkProgressBar		::min-vertical-bar-width		= 10
	GtkProgressBar		::min-horizontal-bar-height		= 10

	GtkRange		::trough-border				= 0
#	GtkRange		::slider-width				= 
 
	GtkScale		::slider-length				= 14
	GtkScale		::slider-width				= 14
	GtkScale		::trough-side-details			= 1

	#GtkScrollbar		::fixed-slider-length              	= 1 
	GtkScrollbar		::min_slider_length			= 30
	#GtkScrollbar		::slider_width                    	= 16
	#GtkScrollbar		::stepper_size                    	= 24
	#GtkScrollbar		::activate-slider                 	= 0
	#GtkScrollbar		::has-backward-stepper            	= 1
	#GtkScrollbar		::has-forward-stepper             	= 1
	#GtkScrollbar		::has-secondary-backward-stepper  	= 0
	#GtkScrollbar		::has-secondary-forward-stepper   	= 0

	GtkScrolledWindow	::scrollbar-spacing          		= 0 
	#GtkScrolledWindow	::scrollbars-within-bevel    		= 0
	#GtkScrolledWindow	::shadow_type                		= GTK_SHADOW_NONE

	GtkExpander		::expander-size				= 16
	GtkToolbar		::internal-padding			= 0
	GtkTreeView		::expander-size				= 7
	GtkTreeView		::vertical-separator			= 0

	#GtkWidget		::scroll-arrow-hlength               	= 16
	#GtkWidget		::scroll-arrow-vlength               	= 16
	GtkWidget		::new-tooltip-style			= 1
	GtkWidget		::focus-line-width			= 1
	GtkWidget		::focus-padding				= 0

	xthickness		= 1
	ythickness		= 1

	base[NORMAL]		= @base_color
	base[PRELIGHT]		= shade (0.95, @bg_color)
	base[ACTIVE]		= shade (0.92, @selected_bg_color)
	base[SELECTED]		= shade (0.93, @selected_bg_color)
	base[INSENSITIVE]	= @bg_color

	bg[NORMAL]		= @bg_color
	bg[PRELIGHT]		= shade (1.02, @bg_color)
	bg[SELECTED]		= @selected_bg_color
	bg[INSENSITIVE]		= @bg_color
	bg[ACTIVE]		= shade (1.04, @bg_color)

	fg[NORMAL]		= @fg_color
	fg[PRELIGHT]		= @fg_color
	fg[SELECTED]		= @selected_fg_color
	fg[ACTIVE]		= @fg_color
	fg[INSENSITIVE]		= darker (@bg_color)

	text[NORMAL]		= @text_color
	text[PRELIGHT]		= @text_color
	text[ACTIVE]		= @selected_fg_color
	text[SELECTED]		= @selected_fg_color
	text[INSENSITIVE]	= darker (@bg_color)

	engine "murrine" 
	{
		animation		= TRUE
		arrowstyle		= 1
		border_shades		= { 1.15, 0.85 }
		colorize_scrollbar	= TRUE
		contrast		= 1.1
		default_button_color	= shade (1.12, @selected_bg_color)
		focusstyle		= 3		
		glazestyle		= 0
		gradient_shades		= {1.18,1.09,1.08,0.9}
		glowstyle		= 4
		highlight_shade		= 1.0		# set highlight amount for buttons or widgets
		lightborder_shade	= 1.18		# sets lightborder amount for buttons or widgets
		lightborderstyle	= 0		# 0 = lightborder on top side, 1 = lightborder on all sides
		listviewstyle		= 2		# 0 = nothing, 1 = dotted, 2 = line
		menubaritemstyle	= 0		# 0 = menuitem look, 1 = button look
		menubarstyle		= 2		# 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
		menuitemstyle		= 1		# 0 = flat, 1 = glassy, 2 = striped
		menustyle		= 0		# 0 = no vertical menu stripe, 1 = display vertical menu stripe
		progressbarstyle	= 1
		reliefstyle		= 3		# 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
		rgba			= FALSE		# Alpha transparency
		roundness		= 2		# 0 = square
		scrollbarstyle		= 2		# 0 = nothing
		separatorstyle		= 1
		shadow_shades		= { 2.0, 1.0 }
		sliderstyle		= 0     	# 0 = nothing added
		stepperstyle		= 1		# 0 = standard, 1 = integrated stepper handles, 2 = unknown
		toolbarstyle		= 2		# 0 = flat, 1 = glassy, 2 = gradient
		trough_shades		= { 0.85, 1.0 }
	}
}

style "murrine-thin"	=	"murrine-default"	{ xthickness = 0 ythickness = 0 }
style "murrine-wide"	=	"murrine-default"	{ xthickness = 2 ythickness = 2 }
style "murrine-wider"	=	"murrine-default"	{ xthickness = 3 ythickness = 3 }

style "murrine-dark"	=	"murrine-default"
{
	base[NORMAL]				= @bg_color_dark
	base[PRELIGHT]				= shade (0.95, @bg_color_dark)
	#base[ACTIVE]				= shade (0.92, @selected_bg_color)
	base[INSENSITIVE]			= @bg_color_dark

	bg[NORMAL]				= @bg_color_dark
	bg[PRELIGHT]				= shade (1.02, @bg_color_dark)
	bg[SELECTED]				= shade (0.90, @selected_bg_color)
	bg[INSENSITIVE]				= @bg_color_dark
	bg[ACTIVE]				= shade (1.04, @bg_color_dark)

	fg[NORMAL]             			= @text_color_dark
	fg[PRELIGHT]           			= @text_color_dark
	fg[SELECTED]				= @text_color_dark
	fg[ACTIVE]				= @text_color_dark
	fg[INSENSITIVE]				= darker (@bg_color)

	text[NORMAL]				= @text_color_dark
	text[PRELIGHT]				= @text_color_dark
	text[ACTIVE]				= @text_color_dark
	text[SELECTED]				= @text_color_dark
	text[INSENSITIVE]			= darker (@bg_color_dark)
}

style "murrine-thin-dark"	=	"murrine-dark"	{ xthickness = 0 ythickness = 0 }
style "murrine-wide-dark"	=	"murrine-dark"	{ xthickness = 2 ythickness = 2 }
style "murrine-wider-dark"	=	"murrine-dark"	{ xthickness = 3 ythickness = 3 }

style "aurora-default" {	

	bg[ACTIVE]				= shade (0.78, @bg_color)
	bg[NORMAL]				= shade (1.15, @bg_color)
	bg[PRELIGHT]				= shade (1.13, @selected_bg_color)
	bg[SELECTED]				= shade (0.90, @selected_bg_color)
	bg[INSENSITIVE]				= shade (0.98, @bg_color)

	engine "aurora" { 		
		curvature			= 2.0
		old_arrowstyle			= FALSE
	}
}

###################
## Widget Styles ##
###################

style "aurora-entry"
{
	ythickness				= 3
	xthickness				= 4
	engine "aurora" { 		
		curvature			= 2.0
		old_arrowstyle			= FALSE
	}
}

style "aurora-statusbar"
{
	ythickness				= 0
	engine "aurora" {}
}

style "murrine-button" = "murrine-wider"
{
	ythickness				= 4

	bg[ACTIVE]				= shade (0.80, @bg_color)
	bg[NORMAL]				= shade (1.15, @bg_color)
	bg[PRELIGHT]				= shade (1.13, @selected_bg_color)
	bg[SELECTED]				= shade (0.75, @selected_bg_color)
	bg[INSENSITIVE]				= shade (0.98, @bg_color)
	
	engine "murrine" {
		border_shades 			= {1.1, 0.9}
		contrast			= 1.25
		gradient_shades     		= {1.10,1.0,0.99,0.90}
		lightborderstyle		= 1
		textstyle			= 1
	}
}

style "murrine-button-content" = "murrine-wider"
{

	GtkWidget	::focus-line-width	= 0
	GtkWidget	::focus-padding		= 2

	bg[ACTIVE]				= shade (0.9, @base_color)
	bg[NORMAL]				= @base_color
	bg[PRELIGHT]				= @base_color
	bg[SELECTED]				= @base_color
	bg[INSENSITIVE]				= @base_color
	
	engine "murrine" {
		border_shades 			= {1.05, 1.05}
		contrast			= 0.85
		gradient_shades     		= {1.0,1.5,1.6,2.5}
		shadow_shades     		= {2.0,2.0}
	}
}

style "murrine-button-dark" = "murrine-wider"
{

	bg[ACTIVE]				= shade (0.80, @bg_color_dark)
	bg[NORMAL]				= shade (1.15, @bg_color_dark)
	bg[PRELIGHT]				= shade (1.13, @selected_bg_color)
	bg[SELECTED]				= shade (0.75, @selected_bg_color)
	bg[INSENSITIVE]				= shade (0.98, @bg_color_dark)
	
	engine "murrine" {
		border_shades 			= {1.1, 0.9}
		contrast			= 1.25
		gradient_shades     		= {1.10,1.0,0.99,0.90}
		lightborderstyle		= 1
	}
}

style "murrine-entry" = "murrine-wider"
{
	xthickness 				= 4
	GtkWidget	::focus-line-width	= 1
	GtkWidget	::focus-padding		= 1

	bg[ACTIVE]				= shade (0.78, @bg_color)
	bg[NORMAL]				= shade (1.30, @bg_color)
	bg[PRELIGHT]				= shade (1.18, @selected_bg_color)
	bg[SELECTED]				= shade (0.9, @selected_bg_color)
	bg[INSENSITIVE]				= shade (0.98, @bg_color)
	
	engine "murrine" {
		border_shades 			= {1.45, 1.25}	
	}
}

style "murrine-frame-title"
{
	fg[NORMAL] 				= lighter (@fg_color)
}

style "murrine-menu-item" = "murrine-wider"
{
	
	fg[PRELIGHT]				= @selected_fg_color
	fg[SELECTED]				= @selected_fg_color
	fg[ACTIVE]				= @fg_color
	fg[INSENSITIVE]				= darker (@bg_color)

	bg[SELECTED]				= shade (0.90, @selected_bg_color)

	engine "murrine"
	{
		contrast			= 0.8
		roundness			= 0
		lightborderstyle		= 1
	}
}

style "murrine-menubar"
{

	fg[NORMAL]		= @fg_color
	GtkMenuBar	:: shadow-type		= GTK_SHADOW_NONE
}

style "murrine-notebook" = "murrine-default"
{
	bg[NORMAL]				= shade (1.06, @bg_color)	# selected tab entire
	bg[ACTIVE]				= shade (0.85, @bg_color)	# unselected tab

	engine "murrine" {
		roundness			= 4
	}
}

style "murrine-progressbar" = "murrine-thin"
{
	bg[ACTIVE]				= shade (0.75, @bg_color)
	bg[SELECTED]				= @bg_color

	engine "murrine" {
		roundness 			= 100
		highlight_shade     		= 1.0 
		lightborder_shade   		= 2.0
		gradient_shades     		= {0.90,1.09,1.10,1.30}
		trough_shades       		= {1.00,1.16}
		contrast			= 1.13
		border_shades 			= {1.0, 0.9}
	}
}

style "murrine-scale" = "murrine-wider"
{

	bg[ACTIVE]				= shade (0.78, @bg_color)
	bg[NORMAL]				= shade (1.30, @bg_color)
	bg[PRELIGHT]				= shade (1.18, @selected_bg_color)
	bg[SELECTED]				= shade (0.9, @selected_bg_color)
	bg[INSENSITIVE]				= shade (0.98, @bg_color)
	
	engine "murrine" {
		border_shades 			= {0.8, 0.6}
		contrast			= 0.8
		lightborderstyle		= 1
		roundness			= 7
		trough_shades			= {0.9, 1.1}
	}
}

style "murrine-scrollbar" {

	GtkScrollbar		::stepper_size                    	= 0
	GtkScrollbar   		::activate-slider               	= 1
	GtkScrollbar    	::slider-width 				= 10
	GtkRange		::trough-under-steppers 		= 0
	GtkScrollbar		::has-backward-stepper 			= 0 
	GtkScrollbar		::has-forward-stepper			= 0 
  

  engine "murrine" {
		gradient_shades			= {1.2,1.0,1.0,0.9} # for blue
#		gradient_shades			= {1.0,0.9,0.9,0.9} # for gray
		trough_shades	        	= { 1.01, 1.01}
		border_shades			= { 1.0, 1.0}
#		border_shades			= { 0.8, 0.8}
#		prelight_shade			= 1.2
#		border_shades     = { .9, .7} # border on scroll
#		border_colors     = { @bg_color, @bg_color }
		contrast          = 0.5
#		glazestyle        = 1
#		glow_shade        = 1.0
#		glowstyle         = 0
#		highlight_shade   = 1.20
#		lightborder_shade = 1.2
		roundness         = 8
#		trough_shades	    = {1.00,1.00}

colorize_scrollbar = TRUE
  }
}

style "murrine-scrollbar-dark" = "murrine-scrollbar"
{	

	engine "murrine" {
		gradient_shades			= {0.95,0.95,0.95,0.95}
		trough_shades	        	= { 1.0, 1.0}
		border_shades			= { 0.3, 0.3}
		prelight_shade			= 1.35
	}
}

style "murrine-tasklist" = "murrine-wide" {}

style "murrine-toolbar" = "murrine-default"
{
	engine "murrine" {
		contrast			= 1.3
		toolbarstyle			= 1
		lightborder_shade		= 1.0
		gradient_shades     		= {1.0,0.94,0.94,0.88}
	}
}

style "murrine-tooltips" = "murrine-wider"
{
	xthickness				= 8
	ythickness				= 5

	bg[NORMAL]				= @tooltip_bg_color
	bg[SELECTED]				= "#000000"
	fg[NORMAL]				= @tooltip_fg_color

	engine "murrine"
	{
		roundness			= 0
		trough_shades			= { 0.15, 0.3 }
	}
}

style "murrine-treeview"
{		
	engine "murrine" {
		gradient_shades			= {1.00,1.00,1.00,1.00}
	}
}

style "murrine-treeview-header" = "murrine-default"
{
	ythickness 				= 1	

	GtkWidget	::focus-padding		= 0

	bg[NORMAL]      			= shade (1.08, @bg_color)
	bg[PRELIGHT]    			= @bg_color
	bg[INSENSITIVE] 			= shade (1.04, @bg_color)

	engine "murrine" {
		gradient_shades     		= {0.96,1.04,1.05,1.18}
		glazestyle 			= 1
		contrast 			= 1.0
		roundness			= 0
	}
}

style "murrine-xfwm4-tabwin" = "murrine-dark"
{
	bg[NORMAL]				= @tooltip_bg_color
	bg[PRELIGHT]				= shade (0.4, @bg_color_dark)
	bg[ACTIVE]				= @tooltip_bg_color
	bg[SELECTED]				= shade (0.4, @bg_color_dark)
}

style "notebook-close"
{
	stock["gtk-close"]			= {{ "Icons/close.png", *, *, * }}
}

style "pixmap-button" = "murrine-button"
{

	xthickness				= 3 
	ythickness				= 4
	GtkWidget	::focus-line-width	= 0

	engine "pixmap"
	{	
		image
		{
			function        	= BOX
			recolorable     	= TRUE
			state			= PRELIGHT
			file			= "Button/prelight.png"
			border			= { 3, 13, 3, 3 }
			stretch         	= TRUE
		}
	  
		image
		{
			function        	= BOX
			recolorable     	= TRUE
			state			= NORMAL
			file			= "Button/normal.png"
			border			= { 3, 13, 3, 3 }
			stretch         	= TRUE
		}
	
		image
		{
			function        	= BOX
			recolorable     	= TRUE
			state			= ACTIVE
			file			= "Button/selected.png"
			border			= { 3, 13, 3, 3 }
			stretch         	= TRUE
		}  

		image
		{
			function        	= BOX
			recolorable     	= TRUE
			state			= INSENSITIVE
			file			= "Button/insensitive.png"
			border			= { 3, 13, 3, 3 }
			stretch         	= TRUE
		} 

		image
		{
			function        	= BOX
			recolorable     	= TRUE
			state			= SELECTED
			file			= "Button/selected.png"
			border			= { 3, 13, 3, 3 }
			stretch         	= TRUE
		}
	}

}

style "sidebar"
{

	base[NORMAL]				= @sidebar_color
	bg[NORMAL]				= @sidebar_color
	text[NORMAL]				= mix (0.3, @sidebar_color, @text_color)

	font_name 	                  	= "Regular"

	GtkTreeView::odd_row_color		= @sidebar_color
	GtkTreeView::even_row_color		= @sidebar_color
}

##############
## Matching ##
##############

class "GtkWidget"    				style "murrine-default"

class "GtkToolbar"   				style "murrine-toolbar" 
class "GtkRange"     				style "murrine-wide"
class "GtkFrame"     				style "murrine-wide"
class "GtkSeparator" 				style "murrine-wide"
class "GtkEntry"     				style "aurora-entry"
class "GtkCalendar" 				style "murrine-wide"
class "GtkInfoBar"				style "murrine-default"
class "GtkIconView"				style "murrine-default"

class "GtkSpinButton"  				style "aurora-default"

class "GtkScale"       				style "murrine-scale"
class "GtkVScale" 				style "murrine-scale"
class "GtkHScale" 				style "murrine-scale"

#class "GtkScrollbar"   				style "murrine-scrollbar"
#class "GtkVScrollbar"  				style "murrine-scrollbar"
#class "GtkHScrollbar"  				style "murrine-scrollbar"

widget "xfwm4-tabwin*"				style "murrine-xfwm4-tabwin"

widget_class "*<GtkNotebook>*<GtkEventBox>"     style "murrine-notebook"
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "murrine-notebook"
widget_class "*<GtkNotebook>*<GtkLayout>"       style "murrine-notebook"
widget_class "*<GtkNotebook>*<GtkLabel>"	style "murrine-notebook"

widget_class "*<GtkButton>"      		style "murrine-button"
widget_class "*<GtkNotebook>"    		style "murrine-notebook"
widget_class "*<GtkStatusbar>*"  		style "aurora-statusbar"

widget_class "*<GtkNotebook>*"    		style "notebook-close"

widget_class "*<GtkComboBoxEntry>*"		style "aurora-default"
widget_class "*<GtkCombo>*"         		style "aurora-default"

widget_class "*<GtkMenu>*"              	style "murrine-thin"
widget_class "*<GtkMenuBar>*"           	style "murrine-menubar"
widget_class "*<GtkMenuItem>*"          	style "murrine-menu-item"
widget_class "*<GtkMenuItem>.*.<GtkScale>" 	style "murrine-scale"

widget_class "*.<GtkFrame>.<GtkLabel>" 		style "murrine-frame-title"
widget_class "*.<GtkTreeView>*"        		style "murrine-treeview"

widget_class "*<GtkProgress>"			style "murrine-progressbar"
widget_class "*<GtkProgressBar>"       		style "murrine-progressbar"

widget_class "*<GtkRadioButton>*" 		style "aurora-default"

widget_class "*<GtkCheckButton>*" 		style "aurora-default"




# Treeview header
widget_class "*.<GtkTreeView>.<GtkButton>" 	style "murrine-treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>"    	style "murrine-treeview-header"
widget_class "*.<GtkList>.<GtkButton>"     	style "murrine-treeview-header"
widget_class "*.<GtkCList>.<GtkButton>"    	style "murrine-treeview-header"

# Workarounds for Evolution
widget_class "*.ETable.ECanvas"    		style "murrine-treeview-header"
widget_class "*.ETree.ECanvas"    		style "murrine-treeview-header"

################################
# FIXME: This will not work if one embeds eg. a button into the tooltip.
################################
widget "gtk-tooltip*" 				style "murrine-tooltips"

###################################################
# Special cases and work arounds
###################################################

style "evo-new-button-workaround" 
{
	engine "murrine" {
		toolbarstyle = 0
	}
}

widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem.InternalToolbar" style "evo-new-button-workaround"

# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
# Note that the work around assumes that the combobox is _not_ in
# appears-as-list mode.
# Similar hack also in the menuitem style.
# This style does not affect GtkComboBoxEntry, it does have an effect
# on comboboxes in appears-as-list mode though.
style "murrine-combobox-text-color-workaround"
{
	text[NORMAL]      = @fg_color
	text[PRELIGHT]    = @fg_color
	text[SELECTED]    = @selected_fg_color
	text[ACTIVE]      = @fg_color
	text[INSENSITIVE] = darker (@bg_color)
}
widget_class "*.<GtkComboBox>.<GtkCellView>"	style "murrine-combobox-text-color-workaround"

style "murrine-menuitem-text-is-fg-color-workaround"
{
	text[NORMAL]        = @fg_color
	text[PRELIGHT]      = @selected_fg_color
	text[SELECTED]      = @selected_fg_color
	text[ACTIVE]        = @fg_color
	text[INSENSITIVE]   = darker (@bg_color)
}

widget "*.gtk-combobox-popup-menu.*"   			style "murrine-menuitem-text-is-fg-color-workaround"

##################################
# Work around the usage of GtkLabel inside GtkListItems to display text.
# This breaks because the label is shown on a background that is based on the base color set.
# The same problem also exists for GtkCList and GtkCTree
# Only match GtkCList and not the parent widgets, because that would also change the headers.
##################################

style "murrine-fg-is-text-color-workaround"
{
	fg[NORMAL]      = @text_color
	fg[PRELIGHT]    = @text_color
	fg[ACTIVE]      = @selected_fg_color
	fg[SELECTED]    = @selected_fg_color
	fg[INSENSITIVE] = darker (@bg_color)
}

widget_class "*<GtkListItem>*" 				style "murrine-fg-is-text-color-workaround"
widget_class "*<GtkCList>" 				style "murrine-fg-is-text-color-workaround"

##################################
# Per-App Styles
##################################

include"styles/scrollbar"
include "Apps/eog.rc"
include "Apps/gedit.rc"
include "Apps/gnome-terminal.rc"
include "Apps/midori.rc"
include "Apps/nautilus.rc"
include "Apps/panel-dark.rc"
include "Apps/postler.rc"
#include "Apps/rhythmbox.rc"
include "Apps/steadyflow.rc"
include "Apps/totem.rc"

