<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=7865&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / I need help, please.]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=7865</link>
		<description><![CDATA[The most recent posts in I need help, please..]]></description>
		<lastBuildDate>Tue, 12 Mar 2013 19:21:06 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: I need help, please.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=29035#p29035</link>
			<description><![CDATA[<div class="quotebox"><cite>Qaike wrote:</cite><blockquote><div><p>@the_file<br />It&#039;s called Zukitwo</p><p>Big thanks to donaldbroatch and Rayonant</p></div></blockquote></div><p>Panel settings (colour, text colour etc) are in panel.rc in the Zukitwo/gtk-2.0/widgets folder.</p><div class="codebox"><pre><code>style &quot;theme-panel&quot;
{
	xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
	ythickness = 0

	#bg_pixmap[NORMAL] = &quot;/Panel/panel-bg.png&quot; # Disable for normal panel backgrounds.

	base[NORMAL]		= @bg_color
	base[PRELIGHT]		= shade (1.06, @bg_color)
	base[INSENSITIVE]	= @bg_color
	bg[NORMAL]		= @bg_color_dark
	bg[PRELIGHT]		= shade (1.20, @bg_color_dark)
	bg[SELECTED]		= shade (0.90, @selected_bg_color)
	bg[INSENSITIVE]		= @bg_color_dark
	bg[ACTIVE]		= shade (0.8, @bg_color_dark)
	fg[NORMAL]		= &quot;#f5f5f5&quot;
	fg[PRELIGHT]		= &quot;#ffffff&quot;
	fg[SELECTED]		= @selected_fg_color
	fg[ACTIVE]		= &quot;#f5f5f5&quot;
	fg[INSENSITIVE]		= &quot;#f0f0f0&quot;
	text[NORMAL]		= &quot;#FF33CC&quot;
	text[PRELIGHT]		= &quot;#ffffff&quot;
	text[ACTIVE]		= &quot;#f5f5f5&quot;
	text[SELECTED]		= @selected_fg_color
	text[INSENSITIVE]	= &quot;#f0f0f0&quot;
	
	engine &quot;murrine&quot; {
	}
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (donaldbroatch)]]></author>
			<pubDate>Tue, 12 Mar 2013 19:21:06 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=29035#p29035</guid>
		</item>
		<item>
			<title><![CDATA[Re: I need help, please.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=29029#p29029</link>
			<description><![CDATA[<p>@the_file<br />It&#039;s called Zukitwo</p><p>Big thanks to donaldbroatch and Rayonant</p>]]></description>
			<author><![CDATA[dummy@example.com (Qaike)]]></author>
			<pubDate>Tue, 12 Mar 2013 14:48:19 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=29029#p29029</guid>
		</item>
		<item>
			<title><![CDATA[Re: I need help, please.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28994#p28994</link>
			<description><![CDATA[<p>It is an old post but I guess it could be useful for you:<br /><a href="http://ubuntuforums.org/showthread.php?t=377397" rel="nofollow">http://ubuntuforums.org/showthread.php?t=377397</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Rayonant)]]></author>
			<pubDate>Sun, 10 Mar 2013 01:02:01 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28994#p28994</guid>
		</item>
		<item>
			<title><![CDATA[Re: I need help, please.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28980#p28980</link>
			<description><![CDATA[<div class="quotebox"><cite>Qaike wrote:</cite><blockquote><div><p>I know that i have to edit &quot; gtkrc&quot; to change panel color. But i have no idea wheres the &quot;panel color&quot; in this text:</p><div class="quotebox"><blockquote><div><p># Author: lassekongo83<br />#<br /># This library is free software; you can redistribute it and/or<br /># modify it under the terms of the GNU Lesser General Public<br /># License as published by the Free Software Foundation; either<br /># version 2.1 of the License, or (at your option) any later version.<br />#<br /># See the file COPYING for the full license text.</p><p># NOTE: Uncommenting means to delete the &quot;#&quot; at the beginning of a line. Commenting means to add a &quot;#&quot; at the beginning of a line. The &quot;#&quot; tells the theme wether to ignore the specified line or not.</p><p># These are the defined colors for the theme, you can change them in GNOME&#039;s appearance preferences.<br />gtk_color_scheme = &quot;bg_color:#d2d2d2\nselected_bg_color:#799ABE\nbase_color:#F7F7F7&quot; # Background, base.<br />gtk_color_scheme = &quot;fg_color:#2c2c2c\nselected_fg_color:#f5f5f5\ntext_color:#2c2c2c&quot; # Foreground, text.<br />gtk_color_scheme = &quot;tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000&quot; # Tooltips.<br />gtk_color_scheme = &quot;link_color:#08c&quot; # Hyperlinks<br />gtk_color_scheme = &quot;bg_color_dark:#383838\ntext_color_dark:#FFF&quot; # Dark colors</p><p>### EXTERNAL FILES ###<br />include &quot;widgets/panel.rc&quot;&#160; &#160; # This includes the file that handles the panels.</p><p>### MISC ###<br />gtk-icon-sizes&#160; &#160; &#160; &#160; = &quot;gtk-button=16,16&quot; # This makes button icons smaller.<br />gtk-button-images&#160; &#160; = 0 # Enables icons in buttons<br />gtk-toolbar-style&#160; &#160; = 0 # Disables text in toolbar<br />gtk-auto-mnemonics&#160; &#160; = 1 # Disables ugly lines under menu items</p><p>####################<br />## Default Styles ##<br />####################</p><p>style &quot;murrine-default&quot; {<br />&#160; &#160; GnomeHRef&#160; &#160; ::link_color&#160; &#160; &#160; &#160; &#160; &#160; = @link_color&#160; &#160; &#160; &#160; <br />&#160; &#160; GtkHTML&#160; &#160; &#160; &#160; ::link-color&#160; &#160; &#160; &#160; &#160; &#160; = @link_color<br />&#160; &#160; &#160;GtkIMHtmlr&#160; &#160; ::hyperlink-color&#160; &#160; &#160; &#160; = @link_color<br />&#160; &#160; GtkIMHtml&#160; &#160; ::hyperlink-color&#160; &#160; &#160; &#160; = @link_color<br />&#160; &#160; GtkWidget&#160; &#160; ::link-color&#160; &#160; &#160; &#160; &#160; &#160; = @link_color<br />&#160; &#160; GtkWidget&#160; &#160; ::visited-link-color&#160; &#160; &#160; &#160; = @text_color</p><p>&#160; &#160; GtkButton&#160; &#160; ::child-displacement-x&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkButton&#160; &#160; ::child-displacement-y&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkButton&#160; &#160; ::default-border&#160; &#160; &#160; &#160; = { 0, 0, 0, 0 }<br />&#160; &#160; GtkButtonBox&#160; &#160; ::child-min-height&#160; &#160; &#160; &#160; = 26<br />&#160; &#160; GtkCheckButton&#160; &#160; ::indicator-size&#160; &#160; &#160; &#160; = 15<br />&#160; &#160; <br />&#160; &#160; GtkWidget&#160; &#160; ::new-tooltip-style&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkWidget&#160; &#160; ::focus-line-width&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkWidget&#160; &#160; ::focus-padding&#160; &#160; &#160; &#160; &#160; &#160; = 0 # Keeping this at 0 prevents the Firefox tabs from jumping a few pixels when you create a new tab. Set the value locally if needed.</p><p>&#160; &#160; GtkImage&#160; &#160; ::x-ayatana-indicator-dynamic&#160; &#160; = 1</p><p>&#160; &#160; GtkScrollbar&#160; &#160; ::has-backward-stepper&#160; &#160; &#160; &#160; = 0&#160; <br />&#160; &#160; GtkScrollbar&#160; &#160; ::has-forward-stepper&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkScrollbar&#160; &#160; ::min-slider-length&#160; &#160; &#160; &#160; = 15<br />&#160; &#160; GtkScrollbar&#160; &#160; ::slider-width&#160; &#160; &#160; &#160; &#160; &#160; = 13<br />&#160; &#160; GtkScrollbar&#160; &#160; ::trough-border&#160; &#160; &#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkScrollbar&#160; &#160; ::activate-slider&#160; &#160; &#160; &#160; = 1</p><p>&#160; &#160; GtkScrolledWindow ::scrollbar-spacing&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkScrolledWindow ::scrollbars-within-bevel&#160; &#160; = 1</p><p>&#160; &#160; GtkPaned&#160; &#160; ::handle-size&#160; &#160; &#160; &#160; &#160; &#160; = 6</p><p>&#160; &#160; GtkRange&#160; &#160; ::trough-border&#160; &#160; &#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkRange&#160; &#160; ::slider-width&#160; &#160; &#160; &#160; &#160; &#160; = 11<br />&#160; &#160; GtkRange&#160; &#160; ::stepper-size&#160; &#160; &#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkRange&#160; &#160; ::stepper_spacing&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkRange&#160; &#160; ::trough-under-steppers&#160; &#160; &#160; &#160; = 0</p><p>&#160; &#160; GtkScale&#160; &#160; ::slider-length&#160; &#160; &#160; &#160; &#160; &#160; = 14<br />&#160; &#160; GtkScale&#160; &#160; ::slider-width&#160; &#160; &#160; &#160; &#160; &#160; = 14</p><p>&#160; &#160; GtkMenuBar&#160; &#160; ::internal-padding&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkExpander&#160; &#160; ::expander-size&#160; &#160; &#160; &#160; &#160; &#160; = 16<br />&#160; &#160; GtkToolbar&#160; &#160; ::internal-padding&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkTreeView&#160; &#160; ::expander-size&#160; &#160; &#160; &#160; &#160; &#160; = 6<br />&#160; &#160; GtkTreeView&#160; &#160; ::indent-expanders&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkTreeView&#160; &#160; ::vertical-separator&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkNotebook&#160; &#160; ::tab-overlap&#160; &#160; &#160; &#160; &#160; &#160; = -1</p><p>&#160; &#160; GtkMenu&#160; &#160; &#160; &#160; ::horizontal-padding&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkMenu&#160; &#160; &#160; &#160; ::vertical-padding&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkMenuItem&#160; &#160; ::horizontal-padding&#160; &#160; &#160; &#160; = 0</p><p>&#160; &#160; WnckTasklist&#160; &#160; ::fade-overlay-rect&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; # The following line hints to gecko (and possibly other appliations)<br />&#160; &#160; # that the entry should be drawn transparently on the canvas.<br />&#160; &#160; # Without this, gecko will fill in the background of the entry.<br />&#160; &#160; GtkEntry&#160; &#160; ::honors-transparent-bg-hint&#160; &#160; = 1<br />&#160; &#160; GtkEntry&#160; &#160; ::state-hint&#160; &#160; &#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkEntry&#160; &#160; ::progress-border&#160; &#160; &#160; &#160; = { 2, 2, 2, 2 }</p><p>&#160; &#160; GtkProgressBar&#160; &#160; ::min-horizontal-bar-height&#160; &#160; = 10<br />&#160; &#160; GtkProgressBar&#160; &#160; ::min-vertical-bar-width&#160; &#160; = 10<br />&#160; &#160; <br />&#160; &#160; #GtkToolbar&#160; &#160; ::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified.<br />&#160; &#160; #GtkMenuBar&#160; &#160; ::shadow-type = GTK_SHADOW_NONE # Makes menus flat and unified.<br />&#160; &#160; GtkMenuBar&#160; &#160; ::window-dragging&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkToolbar&#160; &#160; ::window-dragging&#160; &#160; &#160; &#160; = 1</p><p>&#160; &#160; # The little ugly gripper at the bottom right needs to go.<br />&#160; &#160; GtkWindow&#160; &#160; ::resize-grip-height&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkWindow&#160; &#160; ::resize-grip-width&#160; &#160; &#160; &#160; = 0</p><p>&#160; &#160; xthickness = 1<br />&#160; &#160; ythickness = 1</p><p>&#160; &#160; ### Color Definitions ###</p><p>&#160; &#160; fg[NORMAL]&#160; &#160; &#160; &#160; = @fg_color<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; &#160; &#160; = @fg_color<br />&#160; &#160; fg[SELECTED]&#160; &#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; fg[ACTIVE]&#160; &#160; &#160; &#160; = @fg_color<br />&#160; &#160; fg[INSENSITIVE]&#160; &#160; &#160; &#160; = darker (@bg_color)<br />&#160; &#160; bg[NORMAL]&#160; &#160; &#160; &#160; = @bg_color<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; &#160; &#160; = shade (1.02, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; &#160; &#160; = @selected_bg_color<br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; &#160; &#160; = @bg_color<br />&#160; &#160; bg[ACTIVE]&#160; &#160; &#160; &#160; = shade (1.04, @bg_color)<br />&#160; &#160; base[NORMAL]&#160; &#160; &#160; &#160; = @base_color<br />&#160; &#160; base[PRELIGHT]&#160; &#160; &#160; &#160; = shade (0.95, @bg_color)<br />&#160; &#160; base[ACTIVE]&#160; &#160; &#160; &#160; = shade (0.92, @selected_bg_color)<br />&#160; &#160; base[SELECTED]&#160; &#160; &#160; &#160; = shade (0.93, @selected_bg_color)<br />&#160; &#160; base[INSENSITIVE]&#160; &#160; = @bg_color<br />&#160; &#160; text[NORMAL]&#160; &#160; &#160; &#160; = @text_color<br />&#160; &#160; text[PRELIGHT]&#160; &#160; &#160; &#160; = @text_color<br />&#160; &#160; text[ACTIVE]&#160; &#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; text[SELECTED]&#160; &#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; text[INSENSITIVE]&#160; &#160; = darker (@bg_color)</p><p>&#160; &#160; ### Murrine Settings ###<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; animation&#160; &#160; &#160; &#160; = FALSE<br />&#160; &#160; &#160; &#160; arrowstyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = normal arrows, 1 = filled arrows&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; &#160; &#160; = {1.0, 0.7}&#160; &#160; &#160; &#160; # gradient to draw on border&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; colorize_scrollbar&#160; &#160; = FALSE&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; comboboxstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = normal combobox, 1 = colorized combobox below arrow&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = 0.4&#160; &#160; &#160; &#160; &#160; &#160; &#160;# 0.8 for less contrast, more than 1.0 for more contrast on borders<br />&#160; &#160; &#160; &#160; default_button_color&#160; &#160; = shade (1.12, @selected_bg_color)<br />&#160; &#160; &#160; &#160; focus_color&#160; &#160; &#160; &#160; = @selected_bg_color<br />&#160; &#160; &#160; &#160; focusstyle&#160; &#160; &#160; &#160; = 3<br />&#160; &#160; &#160; &#160; glazestyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight<br />&#160; &#160; &#160; &#160; gradient_shades&#160; &#160; &#160; &#160; = {1.1,1.1,0.95,0.95}&#160; &#160; # Sets the gradients on the widgets.<br />&#160; &#160; &#160; &#160; glowstyle&#160; &#160; &#160; &#160; = 4&#160; &#160; &#160; &#160; &#160; &#160; # 0,1,2,3,4<br />&#160; &#160; &#160; &#160; glow_shade&#160; &#160; &#160; &#160; = 1.1<br />&#160; &#160; &#160; &#160; highlight_shade&#160; &#160; &#160; &#160; = 1.0&#160; &#160; &#160; &#160; &#160; &#160; # set highlight amount for buttons or widgets<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.1&#160; &#160; &#160; &#160; &#160; &#160; # sets lightborder amount for buttons or widgets<br />&#160; &#160; &#160; &#160; lightborderstyle&#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = lightborder on top side, 1 = lightborder on all sides<br />&#160; &#160; &#160; &#160; listviewheaderstyle&#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = glassy, 2 = raised<br />&#160; &#160; &#160; &#160; listviewstyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = nothing, 1 = dotted<br />&#160; &#160; &#160; &#160; menubaritemstyle&#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = menuitem look, 1 = button look<br />&#160; &#160; &#160; &#160; menubarstyle&#160; &#160; &#160; &#160; = 2&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped<br />&#160; &#160; &#160; &#160; menuitemstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = glassy, 2 = striped<br />&#160; &#160; &#160; &#160; menustyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = no vertical menu stripe, 1 = display vertical menu stripe<br />&#160; &#160; &#160; &#160; prelight_shade&#160; &#160; &#160; &#160; = .95&#160; &#160; &#160; &#160; &#160; &#160; # shade level for scrollbar&#039;s slider, comboboxstyle(1), and prelight state with gradient_colors&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; reliefstyle&#160; &#160; &#160; &#160; = 2&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient<br />&#160; &#160; &#160; &#160; rgba&#160; &#160; &#160; &#160; &#160; &#160; = FALSE&#160; &#160; &#160; &#160; &#160; &#160; # FALSE = disabled, TRUE = enabled<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; &#160; &#160; = 2&#160; &#160; &#160; &#160; &#160; &#160; # 0 = squared, 1 = old default, more will increase roundness<br />&#160; &#160; &#160; &#160; scrollbarstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles<br />&#160; &#160; &#160; &#160; separatorstyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = Hard seperators 1 = Smooth seperators<br />&#160; &#160; &#160; &#160; sliderstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = nothing added, 1 = handles<br />&#160; &#160; &#160; &#160; stepperstyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = standard, 1 = integrated stepper handles, 2 = unknown<br />&#160; &#160; &#160; &#160; progressbarstyle&#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = nothing, 1 = stripes, 2 = lines<br />&#160; &#160; &#160; &#160; shadow_shades&#160; &#160; &#160; &#160; = {0.5, 0.0}&#160; &#160; &#160; &#160; # gradient for shadows.&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; textstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = normal text, 1 = inset&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; toolbarstyle&#160; &#160; &#160; &#160; = 2&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = glassy, 2 = gradient&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; trough_shades&#160; &#160; &#160; &#160; = {0.98, 1.06}&#160; &#160; &#160; &#160; # draw gradient on trough of GtkScrollbar and GtkProgressbar<br />&#160; &#160; }<br />}</p><p>### THEME MODULES ###</p><p>style &quot;murrine-dark&quot; {<br />&#160; &#160; base[NORMAL]&#160; &#160; &#160; &#160; = @bg_color_dark<br />&#160; &#160; base[PRELIGHT]&#160; &#160; &#160; &#160; = shade (0.95, @bg_color_dark)<br />&#160; &#160; base[INSENSITIVE]&#160; &#160; = @bg_color_dark<br />&#160; &#160; bg[NORMAL]&#160; &#160; &#160; &#160; = @bg_color_dark<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; &#160; &#160; = shade (1.02, @bg_color_dark)<br />&#160; &#160; bg[SELECTED]&#160; &#160; &#160; &#160; = shade (0.90, @selected_bg_color)<br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; &#160; &#160; = @bg_color_dark<br />&#160; &#160; bg[ACTIVE]&#160; &#160; &#160; &#160; = shade (1.04, @bg_color_dark)<br />&#160; &#160; fg[NORMAL]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; fg[SELECTED]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; fg[ACTIVE]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; fg[INSENSITIVE]&#160; &#160; &#160; &#160; = darker (@bg_color)<br />&#160; &#160; text[NORMAL]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; text[PRELIGHT]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; text[ACTIVE]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; text[SELECTED]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; text[INSENSITIVE]&#160; &#160; = darker (@bg_color_dark)<br />}</p><p>style &quot;murrine-thin&quot;&#160; &#160; &#160; &#160; = &quot;murrine-default&quot;&#160; &#160; { xthickness = 0 ythickness = 0 }<br />style &quot;murrine-wide&quot;&#160; &#160; &#160; &#160; = &quot;murrine-default&quot;&#160; &#160; { xthickness = 2 ythickness = 2 }<br />style &quot;murrine-wider&quot;&#160; &#160; &#160; &#160; = &quot;murrine-default&quot;&#160; &#160; { xthickness = 3 ythickness = 3 }<br />style &quot;murrine-widest&quot;&#160; &#160; &#160; &#160; = &quot;murrine-default&quot;&#160; &#160; { xthickness = 4 ythickness = 4 }<br />style &quot;murrine-thin-dark&quot;&#160; &#160; = &quot;murrine-dark&quot;&#160; &#160; { xthickness = 0 ythickness = 0 }<br />style &quot;murrine-wide-dark&quot;&#160; &#160; = &quot;murrine-dark&quot;&#160; &#160; { xthickness = 2 ythickness = 2 }<br />style &quot;murrine-wider-dark&quot;&#160; &#160; = &quot;murrine-dark&quot;&#160; &#160; { xthickness = 3 ythickness = 3 }<br />style &quot;murrine-widest-dark&quot;&#160; &#160; = &quot;murrine-dark&quot;&#160; &#160; { xthickness = 4 ythickness = 4 }</p><p>###################<br />## Widget Styles ##<br />###################</p><p>style &quot;murrine-entry&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)<br />&#160; &#160; fg[SELECTED] = @text_color<br />}</p><p>style &quot;murrine-button&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.06, @bg_color) <br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.13, @bg_color)&#160; <br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (1.0, @selected_bg_color)&#160; <br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.95, @bg_color)</p><p>&#160; &#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = .8<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.9<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-notebook-bg&quot; {<br />&#160; &#160; bg[NORMAL] = shade (1.1, @bg_color)<br />&#160; &#160; bg[ACTIVE] = shade (0.97, @bg_color)<br />&#160; &#160; fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))<br />}</p><p>style &quot;murrine-notebook&quot; = &quot;murrine-notebook-bg&quot; {<br />&#160; &#160; xthickness = 2 # Width of tabs and notebook borders.<br />&#160; &#160; ythickness = 1 # Height of tabs and notebook borders.</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = .8<br />&#160; &#160; &#160; &#160; gradient_shades&#160; &#160; &#160; &#160; = {1.28,1.28,0.87,0.87}<br />&#160; &#160; &#160; &#160; focusstyle&#160; &#160; &#160; &#160; = 2<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.16<br />&#160; &#160; }<br />}</p><p>style &quot;notebook-close&quot; { stock[&quot;gtk-close&quot;] = {{ &quot;widgets/Others/close.png&quot;, *, *, * }} } # Close icon on tabs</p><p>style &quot;murrine-menubar&quot; = &quot;murrine-default&quot; {<br />&#160; &#160; ythickness&#160; &#160; = 0<br />&#160; &#160; bg[NORMAL]&#160; &#160; = @bg_color<br />&#160; &#160; fg[NORMAL]&#160; &#160; = @fg_color<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; = @fg_color<br />&#160; &#160; fg[SELECTED]&#160; &#160; = @fg_color<br />}</p><p>style &quot;murrine-menubar-menuitem&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; xthickness&#160; &#160; = 6<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = @selected_bg_color<br />&#160; &#160; bg[SELECTED]&#160; &#160; = @bg_color</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast = .0 <br />&#160; &#160; &#160; &#160; roundness = 0<br />&#160; &#160; &#160; &#160; border_shades = { 1.0, 0.8 }<br />&#160; &#160; &#160; &#160; gradient_shades = {1.0, 1.0, 0.85, 0.85}<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-menu&quot; {<br />&#160; &#160; xthickness = 0<br />&#160; &#160; ythickness = 0</p><p>&#160; &#160; bg[NORMAL] = @base_color</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; border_shades = { 1.2, 1.0 }<br />&#160; &#160; &#160; &#160; roundness = 0 # Roundness of menu items.<br />&#160; &#160; &#160; &#160; textstyle = 0<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-menu-item&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; xthickness = 2<br />&#160; &#160; ythickness = 3</p><p>&#160; &#160; bg[SELECTED] = shade (0.95, @selected_bg_color)<br />&#160; &#160; bg[PRELIGHT] = shade (0.95, @selected_bg_color)<br />&#160; &#160; fg[PRELIGHT] = @selected_fg_color</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; border_shades = { 1.2, 1.0 }<br />&#160; &#160; &#160; &#160; roundness = 0<br />&#160; &#160; &#160; &#160; textstyle = 0<br />&#160; &#160; }<br />}</p><p># This style is there to modify the separator menu items. The goals are:<br /># 1. Get a specific height.<br /># 2. The line should go to the edges (ie. no border at the left/right)<br />style &quot;murrine_separator_menu_item&quot; {<br />&#160; &#160; bg[NORMAL] = @base_color # Remove for visible separators.<br />&#160; &#160; xthickness = 1<br />&#160; &#160; ythickness = 0</p><p>&#160; &#160; GtkSeparatorMenuItem::horizontal-padding = 0<br />&#160; &#160; GtkWidget::wide-separators = 1<br />&#160; &#160; GtkWidget::separator-width = 1<br />&#160; &#160; GtkWidget::separator-height = 7<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast = 0.6 # Set the contrast to 0.6 for visible separators.<br />&#160; &#160; &#160; &#160; separatorstyle = 0<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-treeview&quot; {<br />&#160; &#160; GtkTreeView::odd_row_color&#160; &#160; = shade (0.97, @base_color)<br />&#160; &#160; GtkTreeView::even_row_color&#160; &#160; = @base_color</p><p>&#160; &#160; &#160; engine &quot;murrine&quot; { roundness = 0 } # This makes treeview progressbars square.<br />}</p><p>style &quot;murrine-treeview-header&quot; = &quot;murrine-button&quot; {<br />&#160; &#160; xthickness = 2<br />&#160; &#160; ythickness = 0<br />&#160; &#160; <br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (0.98, @bg_color) # Color for treeview headers.<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.10, @bg_color) # Color for treeview header prelight.<br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color) # Color for pressed-treeview.<br />&#160; &#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; &#160; &#160; = 0&#160; # This makes treeview progressbars square.<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = .8<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.0<br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; &#160; &#160; = { 1.1, 1.1 }<br />&#160; &#160; &#160; &#160; gradient_shades&#160; &#160; &#160; &#160; = {1.0,1.0,1.1,1.1}<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-frame-title&quot; { fg[NORMAL] = lighter (@fg_color) }</p><p>style &quot;murrine-tooltips&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[NORMAL] = @tooltip_bg_color<br />&#160; &#160; fg[NORMAL] = @tooltip_fg_color<br />&#160; &#160; engine &quot;murrine&quot; {textstyle = 0}<br />}</p><p>style &quot;murrine-progressbar&quot; = &quot;murrine-thin&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.06, @bg_color) <br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (1.0, @selected_bg_color)&#160; <br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.95, @bg_color)</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = 1.0<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.2<br />&#160; &#160; &#160; &#160; trough_shades&#160; &#160; &#160; &#160; = { 1.06, 1.16}<br />&#160; &#160; &#160; &#160; gradient_shades&#160; &#160; &#160; &#160; = {0.95,0.95,1.1,1.1}<br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; &#160; &#160; = { 1.1, 1.1 }<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-statusbar&quot; {<br />&#160; &#160; xthickness = 2<br />}</p><p>style &quot;murrine-comboboxentry&quot; { engine &quot;murrine&quot; { contrast = .4 }}</p><p>style &quot;murrine-spinbutton&quot; { <br />&#160; &#160; bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons. <br />}</p><p>style &quot;murrine-scale&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.06, @bg_color) <br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.2, @bg_color)&#160; <br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (1.0, @selected_bg_color)&#160; <br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.95, @bg_color)<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; = 7<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; = .8<br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; = {1.0, 1.0}<br />&#160; &#160; &#160; &#160; trough_shades&#160; &#160; = {1.06, 1.16}<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-scrollbar&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (0.90, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (0.6, @base_color)<br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.8, @bg_color)<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (0.8, @bg_color)<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; = 8<br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; = {0.80, 0.80}<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; = 0.0<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-sidebar&quot; {<br />&#160; &#160; xthickness = 0<br />&#160; &#160; ythickness = 0</p><p>&#160; &#160; base[NORMAL]&#160; &#160; = @bg_color<br />&#160; &#160; bg[NORMAL]&#160; &#160; = @bg_color<br />&#160; &#160; text[NORMAL]&#160; &#160; = @text_color</p><p>&#160; &#160; font_name&#160; &#160; = &quot;Regular&quot;</p><p>&#160; &#160; GtkTreeView::odd_row_color&#160; &#160; = @bg_color<br />&#160; &#160; GtkTreeView::even_row_color&#160; &#160; = @bg_color</p><p>&#160; &#160; engine &quot;murrine&quot; { listviewstyle = 0 }<br />}</p><p>style &quot;murrine-toggleswitch&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; ythickness = 4</p><p>&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.80, @bg_color)<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.15, @bg_color)<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.13, @selected_bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (0.75, @selected_bg_color)<br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.98, @bg_color)<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = 1.25<br />&#160; &#160; &#160; &#160; lightborderstyle&#160; &#160; = 1<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-radiocheck&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.06, @bg_color) <br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.06, @bg_color)&#160; <br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (1.0, @selected_bg_color)&#160; <br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.95, @bg_color)</p><p>&#160; &#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = .8<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.9<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-radiocheck-menu&quot; {<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; = @selected_fg_color<br />&#160; &#160; text[PRELIGHT]&#160; &#160; = @selected_fg_color<br />&#160; &#160; &#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {}<br />}</p><p>style &quot;murrine-toolbar&quot; = &quot;murrine-thin&quot; {<br />&#160; &#160; bg[NORMAL] = @bg_color<br />}</p><p>style &quot;pixmap-sidebar-handle-left&quot; {<br />&#160; &#160; GtkPaned::handle-size = 1</p><p>&#160; &#160; engine &quot;pixmap&quot; {<br />&#160; &#160; &#160; &#160; image { function = HANDLE file = &quot;/widgets/Others/handle.png&quot; stretch = TRUE border = { 0, 0, 0, 0 } }<br />&#160; &#160; }<br />}</p><p>###############################################################################<br /># The following part of the gtkrc applies the different styles to the widgets.<br />###############################################################################</p><p># Murrine default style is applied to every widget.<br />class &quot;GtkWidget&quot;&#160; &#160; style &quot;murrine-default&quot;</p><p># Increase the x/ythickness in some widgets.<br />class &quot;GtkFrame&quot;&#160; &#160; style &quot;murrine-wide&quot;<br />class &quot;GtkEntry&quot;&#160; &#160; style &quot;murrine-entry&quot;<br />class &quot;GtkSeparator&quot;&#160; &#160; style &quot;murrine-wide&quot;<br />class &quot;GtkCalendar&quot;&#160; &#160; style &quot;murrine-wide&quot;<br />class &quot;GtkInfoBar&quot;&#160; &#160; style &quot;murrine-default&quot;<br />class &quot;GtkIconView&quot;&#160; &#160; style &quot;murrine-default&quot;</p><p>class &quot;GtkToolbar&quot;&#160; &#160; style &quot;murrine-toolbar&quot;</p><p>class &quot;GtkSpinButton&quot;&#160; &#160; style &quot;murrine-spinbutton&quot;<br />class &quot;GtkScale&quot;&#160; &#160; style &quot;murrine-scale&quot;<br />class &quot;GtkVScale&quot;&#160; &#160; style &quot;murrine-scale&quot;<br />class &quot;GtkHScale&quot;&#160; &#160; style &quot;murrine-scale&quot;</p><p>class &quot;GtkScrollbar&quot;&#160; &#160; style &quot;murrine-scrollbar&quot;<br />class &quot;GtkVScrollbar&quot;&#160; &#160; style &quot;murrine-scrollbar&quot;<br />class &quot;GtkHScrollbar&quot;&#160; &#160; style &quot;murrine-scrollbar&quot;</p><p>widget &quot;*ToggleSwitch*&quot;&#160; &#160; style &quot;murrine-toggleswitch&quot;</p><p>widget &quot;*SidebarHandleLeft&quot;&#160; &#160; style &quot;pixmap-sidebar-handle-left&quot;<br />widget &quot;*SidebarContent&quot;&#160; &#160; style &quot;murrine-sidebar&quot;</p><p># General matching following, the order is choosen so that the right styles override each other eg. progressbar needs to be more important then the menu match.</p><p># This is not perfect, it could be done better (That is modify *every* widget in the notebook, and change those back that we really don&#039;t want changed)<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkEventBox&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkDrawingArea&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkLayout&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkViewport&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkScrolledWindow&gt;&quot;&#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkLabel&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;</p><p>widget_class &quot;*&lt;GtkButton&gt;&quot;&#160; &#160; style &quot;murrine-button&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;&quot;&#160; &#160; style &quot;murrine-notebook&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&quot;&#160; &#160; style &quot;notebook-close&quot;<br />widget_class &quot;*&lt;GtkStatusbar&gt;*&quot;&#160; &#160; style &quot;murrine-statusbar&quot;</p><p>widget_class &quot;*&lt;GtkComboBoxEntry&gt;*&quot;&#160; &#160; &#160; &#160; style &quot;murrine-comboboxentry&quot;<br />widget_class &quot;*&lt;GtkCombo&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-comboboxentry&quot;</p><p>widget_class &quot;*&lt;GtkMenuBar&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-menubar&quot;<br />widget_class &quot;*&lt;GtkMenu&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-menu&quot;<br />widget_class &quot;*&lt;GtkMenuItem&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-menu-item&quot;<br />widget_class &quot;*&lt;GtkSeparatorMenuItem&gt;*&quot;&#160; &#160; &#160; &#160; style &quot;murrine_separator_menu_item&quot;<br />widget_class &quot;*&lt;GtkMenuBar&gt;*&lt;GtkMenuItem&gt;*&quot;&#160; &#160; style &quot;murrine-menubar-menuitem&quot;</p><p>widget_class &quot;*.&lt;GtkFrame&gt;.&lt;GtkLabel&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-frame-title&quot;<br />widget_class &quot;*.&lt;GtkTreeView&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-treeview&quot;</p><p>widget_class &quot;*&lt;GtkProgress&gt;&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-progressbar&quot;<br />widget_class &quot;*&lt;GtkProgressBar&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-progressbar&quot;</p><p>widget_class &quot;*&lt;GtkRadioButton&gt;*&quot;&#160; &#160; &#160; &#160; style &quot;murrine-radiocheck&quot;<br />widget_class &quot;*&lt;GtkCheckButton&gt;*&quot;&#160; &#160; &#160; &#160; style &quot;murrine-radiocheck&quot;<br />class &quot;GtkCheckMenuItem&quot;&#160; &#160; &#160; &#160; &#160; &#160; style:highest &quot;murrine-radiocheck-menu&quot;<br />class &quot;GtkRadioMenuItem&quot;&#160; &#160; &#160; &#160; &#160; &#160; style:highest &quot;murrine-radiocheck-menu&quot;</p><p># Treeview header<br />widget_class &quot;*.&lt;GtkTreeView&gt;.&lt;GtkButton&gt;&quot;&#160; &#160; style &quot;murrine-treeview-header&quot;<br />widget_class &quot;*.&lt;GtkCTree&gt;.&lt;GtkButton&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-treeview-header&quot;<br />widget_class &quot;*.&lt;GtkList&gt;.&lt;GtkButton&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-treeview-header&quot;<br />widget_class &quot;*.&lt;GtkCList&gt;.&lt;GtkButton&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-treeview-header&quot;</p><p>################################<br /># FIXME: This will not work if one embeds eg. a button into the tooltip.<br />################################<br />widget &quot;gtk-tooltip*&quot; style &quot;murrine-tooltips&quot;</p><p>###################################################<br /># SPECIAL CASES AND WORKAROUNDS<br />###################################################</p><p># Wrokaround style for places where the text color is used instead of the fg color.<br />style &quot;text_is_fg_color_workaround&quot; {<br />&#160; &#160; text[NORMAL]&#160; &#160; &#160; = @fg_color<br />&#160; &#160; text[PRELIGHT]&#160; &#160; = @fg_color<br />&#160; &#160; text[SELECTED]&#160; &#160; = @selected_fg_color<br />&#160; &#160; text[ACTIVE]&#160; &#160; &#160; = @fg_color<br />&#160; &#160; text[INSENSITIVE] = darker (@bg_color)<br />}</p><p># Workaround style for menus where the text color is used instead of the fg color.<br />style &quot;menuitem_text_is_fg_color_workaround&quot; {<br />&#160; &#160; text[NORMAL] = @fg_color<br />&#160; &#160; text[PRELIGHT] = @selected_fg_color<br />&#160; &#160; text[SELECTED] = @selected_fg_color<br />&#160; &#160; text[ACTIVE] = @fg_color<br />&#160; &#160; text[INSENSITIVE] = darker (@bg_color)<br />}</p><p># Workaround style for places where the fg color is used instead of the text color.<br />style &quot;fg_is_text_color_workaround&quot; {<br />&#160; &#160; fg[NORMAL]&#160; &#160; &#160; &#160; = @text_color<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; &#160; = @text_color<br />&#160; &#160; fg[SELECTED]&#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; fg[ACTIVE]&#160; &#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; fg[INSENSITIVE]&#160; &#160;= darker (@bg_color)<br />}</p><p># Work around for <a href="http://bugzilla.gnome.org/show_bug.cgi?id=382646" rel="nofollow">http://bugzilla.gnome.org/show_bug.cgi?id=382646</a><br /># Note that this work around assumes that the combobox is _not_ in appears-as-list mode.<br />widget_class &quot;*.&lt;GtkComboBox&gt;.&lt;GtkCellView&gt;&quot; style &quot;text_is_fg_color_workaround&quot;<br /># This is the part of the workaround that fixes the menus<br />widget &quot;*.gtk-combobox-popup-menu.*&quot; style &quot;menuitem_text_is_fg_color_workaround&quot;</p><p># Work around the usage of GtkLabel inside GtkListItems to display text.<br /># This breaks because the label is shown on a background that is based on the base color.<br />widget_class &quot;*&lt;GtkListItem&gt;*&quot; style &quot;fg_is_text_color_workaround&quot;<br /># GtkCList also uses the fg color to draw text on top of the base colors.<br />widget_class &quot;*&lt;GtkCList&gt;&quot; style &quot;fg_is_text_color_workaround&quot;<br /># Nautilus when renaming files, and maybe other places.<br />widget_class &quot;*&lt;EelEditableLabel&gt;&quot; style &quot;fg_is_text_color_workaround&quot;</p><p># Thickness for indicator menu items<br />widget &quot;*IdoEntryMenuItem*&quot; style &quot;murrine-wide&quot;</p><p># XFCE desktop icon text looks weird when murrine textstyle is on.<br />style &quot;xfdesktop-icon-view&quot; { engine &quot;murrine&quot; { textstyle = 0 }}<br />widget_class &quot;*XfdesktopIconView*&quot; style &quot;xfdesktop-icon-view&quot;</p><p>widget &quot;xfwm4-tabwin*&quot; style &quot;murrine-dark&quot;</p><p># Invisible toolbar separator<br />style &quot;murrine-toolseparator&quot; {<br />&#160; &#160; xthickness = 0<br />&#160; &#160; &#160; ythickness = 0</p><p>&#160; &#160; engine &quot;pixmap&quot; {<br />&#160; &#160; &#160; &#160; image {<br />&#160; &#160; &#160; &#160; &#160; &#160; function&#160; &#160; = BOX<br />&#160; &#160; &#160; &#160; &#160; &#160; file&#160; &#160; &#160; &#160; = &quot;widgets/Others/null.png&quot;<br />&#160; &#160; &#160; &#160; &#160; &#160; border&#160; &#160; &#160; &#160; = { 2, 2, 2, 2 }<br />&#160; &#160; &#160; &#160; &#160; &#160; stretch&#160; &#160; &#160; &#160; = TRUE<br />&#160; &#160; &#160; &#160; &#160; &#160; }<br />&#160; &#160; &#160;}<br />}<br />class &quot;GtkSeparatorToolItem&quot; style &quot;murrine-toolseparator&quot;</p><p># Various performance fixes if murrine textstyle is on by default in the theme.<br />style &quot;performance-fix&quot; {engine &quot;murrine&quot; {textstyle = 0}}<br />widget_class &quot;*gtkmm__GtkWindow*&quot;&#160; &#160; style &quot;performance-fix&quot; # Inkscape<br />widget_class &quot;*GimpDisplayShell*&quot;&#160; &#160; style &quot;performance-fix&quot; # Gimp<br />widget_class &quot;*GimpToolbox*&quot;&#160; &#160; &#160; &#160; style &quot;performance-fix&quot;<br />widget_class &quot;*GimpMenuDock*&quot;&#160; &#160; &#160; &#160; style &quot;performance-fix&quot;<br />widget &quot;*OOoFixed*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;performance-fix&quot; # Openoffice/Libreoffice<br />widget_class &quot;*MozContainer*&quot;&#160; &#160; &#160; &#160; style &quot;performance-fix&quot; # Firefox (Not sure if this one does anything though.)</p><p>### EXTERNAL FILES ###<br />include &quot;apps/chromium.rc&quot;&#160; &#160; # Chromium styling<br />include &quot;apps/gedit.rc&quot;&#160; &#160; &#160; &#160; # Gedit styling<br />include &quot;apps/pcmanfm.rc&quot;&#160; &#160; # PCManFM styling<br />include &quot;apps/nautilus-e.rc&quot;&#160; &#160; # Nautilus styling. Replace with nautilus-e.rc if you&#039;re using Nautilus-elementary or nautilus.rc if you&#039;re using normal Nautilus.</p></div></blockquote></div></div></blockquote></div><p>Hi, I&#039;ve been lurking for a while having installed XFCE a few weeks ago and noticed your post. I can&#039;t claim to be a theme writer, but I have modded a few, so this may not be the best advice, but it might work...</p><p>What you need I think is a...</p><div class="codebox"><pre><code>style &quot;theme-panel&quot;</code></pre></div><p>...entry.</p><p>Look at how BSM Simple does it:</p><p><a href="http://gnome-look.org/content/show.php/BSM+Simple?content=121685" rel="nofollow">http://gnome-look.org/content/show.php/ … ent=121685</a></p><p>Note that the style &quot;theme-panel&quot; stuff is in a separate file which is referenced in the gtkrc file:</p><div class="codebox"><pre><code>include &quot;panel.rc&quot;</code></pre></div><p>Goolge... </p><div class="quotebox"><blockquote><div><p>style &quot;theme-panel&quot;</p></div></blockquote></div><p>...and you&#039;ll find more examples, some using Murrine which your theme seems to use.</p><p>I used the BSM Simple code in a theme mod I did (shameless plug):</p><p><a href="http://xfce-look.org/content/show.php/Axiom+Dark+Panel?content=156351" rel="nofollow">http://xfce-look.org/content/show.php/A … ent=156351</a></p><p>Hope this helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (donaldbroatch)]]></author>
			<pubDate>Sat, 09 Mar 2013 08:16:18 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28980#p28980</guid>
		</item>
		<item>
			<title><![CDATA[Re: I need help, please.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28978#p28978</link>
			<description><![CDATA[<div class="quotebox"><cite>Qaike wrote:</cite><blockquote><div><p>Hello everybody. I love to customize my desk, specially on linux.</p><p>I would like to know what can i do to my current panel ( <a href="http://img850.imageshack.us/img850/3085/screenshot0305201309112.png" rel="nofollow">http://img850.imageshack.us/img850/3085 … 309112.png</a> ) on XFCE look like my old panel on linux mint mate ( <a href="http://img11.imageshack.us/img11/4099/screenshottsn.png" rel="nofollow">http://img11.imageshack.us/img11/4099/screenshottsn.png</a> ).</p><p>As you guys can see, my windows list doesnt go transparent like the whole panel <img src="http://forum.xfce.org/img/smilies/sad.png" width="15" height="15" alt="sad" /> ! This way my panel looks so ugly...<br />I&#039;m currently using Aurora theme on both screenshots!!</p><p>i would thank you from the bottom of my heart if you could suggest anything XD!</p><p>Thankss</p></div></blockquote></div><br /><p>Nice gtk theme, what is it called?.</p>]]></description>
			<author><![CDATA[dummy@example.com (the_file)]]></author>
			<pubDate>Sat, 09 Mar 2013 05:21:18 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28978#p28978</guid>
		</item>
		<item>
			<title><![CDATA[Re: I need help, please.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28950#p28950</link>
			<description><![CDATA[<p>I know that i have to edit &quot; gtkrc&quot; to change panel color. But i have no idea wheres the &quot;panel color&quot; in this text:</p><div class="quotebox"><blockquote><div><p># Author: lassekongo83<br />#<br /># This library is free software; you can redistribute it and/or<br /># modify it under the terms of the GNU Lesser General Public<br /># License as published by the Free Software Foundation; either<br /># version 2.1 of the License, or (at your option) any later version.<br />#<br /># See the file COPYING for the full license text.</p><p># NOTE: Uncommenting means to delete the &quot;#&quot; at the beginning of a line. Commenting means to add a &quot;#&quot; at the beginning of a line. The &quot;#&quot; tells the theme wether to ignore the specified line or not.</p><p># These are the defined colors for the theme, you can change them in GNOME&#039;s appearance preferences.<br />gtk_color_scheme = &quot;bg_color:#d2d2d2\nselected_bg_color:#799ABE\nbase_color:#F7F7F7&quot; # Background, base.<br />gtk_color_scheme = &quot;fg_color:#2c2c2c\nselected_fg_color:#f5f5f5\ntext_color:#2c2c2c&quot; # Foreground, text.<br />gtk_color_scheme = &quot;tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000&quot; # Tooltips.<br />gtk_color_scheme = &quot;link_color:#08c&quot; # Hyperlinks<br />gtk_color_scheme = &quot;bg_color_dark:#383838\ntext_color_dark:#FFF&quot; # Dark colors</p><p>### EXTERNAL FILES ###<br />include &quot;widgets/panel.rc&quot;&#160; &#160; # This includes the file that handles the panels.</p><p>### MISC ###<br />gtk-icon-sizes&#160; &#160; &#160; &#160; = &quot;gtk-button=16,16&quot; # This makes button icons smaller.<br />gtk-button-images&#160; &#160; = 0 # Enables icons in buttons<br />gtk-toolbar-style&#160; &#160; = 0 # Disables text in toolbar<br />gtk-auto-mnemonics&#160; &#160; = 1 # Disables ugly lines under menu items</p><p>####################<br />## Default Styles ##<br />####################</p><p>style &quot;murrine-default&quot; {<br />&#160; &#160; GnomeHRef&#160; &#160; ::link_color&#160; &#160; &#160; &#160; &#160; &#160; = @link_color&#160; &#160; &#160; &#160; <br />&#160; &#160; GtkHTML&#160; &#160; &#160; &#160; ::link-color&#160; &#160; &#160; &#160; &#160; &#160; = @link_color<br /> &#160; &#160; GtkIMHtmlr&#160; &#160; ::hyperlink-color&#160; &#160; &#160; &#160; = @link_color<br />&#160; &#160; GtkIMHtml&#160; &#160; ::hyperlink-color&#160; &#160; &#160; &#160; = @link_color<br />&#160; &#160; GtkWidget&#160; &#160; ::link-color&#160; &#160; &#160; &#160; &#160; &#160; = @link_color<br />&#160; &#160; GtkWidget&#160; &#160; ::visited-link-color&#160; &#160; &#160; &#160; = @text_color</p><p>&#160; &#160; GtkButton&#160; &#160; ::child-displacement-x&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkButton&#160; &#160; ::child-displacement-y&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkButton&#160; &#160; ::default-border&#160; &#160; &#160; &#160; = { 0, 0, 0, 0 }<br />&#160; &#160; GtkButtonBox&#160; &#160; ::child-min-height&#160; &#160; &#160; &#160; = 26<br />&#160; &#160; GtkCheckButton&#160; &#160; ::indicator-size&#160; &#160; &#160; &#160; = 15<br />&#160; &#160; <br />&#160; &#160; GtkWidget&#160; &#160; ::new-tooltip-style&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkWidget&#160; &#160; ::focus-line-width&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkWidget&#160; &#160; ::focus-padding&#160; &#160; &#160; &#160; &#160; &#160; = 0 # Keeping this at 0 prevents the Firefox tabs from jumping a few pixels when you create a new tab. Set the value locally if needed.</p><p>&#160; &#160; GtkImage&#160; &#160; ::x-ayatana-indicator-dynamic&#160; &#160; = 1</p><p>&#160; &#160; GtkScrollbar&#160; &#160; ::has-backward-stepper&#160; &#160; &#160; &#160; = 0&#160; <br />&#160; &#160; GtkScrollbar&#160; &#160; ::has-forward-stepper&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkScrollbar&#160; &#160; ::min-slider-length&#160; &#160; &#160; &#160; = 15<br />&#160; &#160; GtkScrollbar&#160; &#160; ::slider-width&#160; &#160; &#160; &#160; &#160; &#160; = 13<br />&#160; &#160; GtkScrollbar&#160; &#160; ::trough-border&#160; &#160; &#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkScrollbar&#160; &#160; ::activate-slider&#160; &#160; &#160; &#160; = 1</p><p>&#160; &#160; GtkScrolledWindow ::scrollbar-spacing&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkScrolledWindow ::scrollbars-within-bevel&#160; &#160; = 1</p><p>&#160; &#160; GtkPaned&#160; &#160; ::handle-size&#160; &#160; &#160; &#160; &#160; &#160; = 6</p><p>&#160; &#160; GtkRange&#160; &#160; ::trough-border&#160; &#160; &#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkRange&#160; &#160; ::slider-width&#160; &#160; &#160; &#160; &#160; &#160; = 11<br />&#160; &#160; GtkRange&#160; &#160; ::stepper-size&#160; &#160; &#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkRange&#160; &#160; ::stepper_spacing&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkRange&#160; &#160; ::trough-under-steppers&#160; &#160; &#160; &#160; = 0</p><p>&#160; &#160; GtkScale&#160; &#160; ::slider-length&#160; &#160; &#160; &#160; &#160; &#160; = 14<br />&#160; &#160; GtkScale&#160; &#160; ::slider-width&#160; &#160; &#160; &#160; &#160; &#160; = 14</p><p>&#160; &#160; GtkMenuBar&#160; &#160; ::internal-padding&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkExpander&#160; &#160; ::expander-size&#160; &#160; &#160; &#160; &#160; &#160; = 16<br />&#160; &#160; GtkToolbar&#160; &#160; ::internal-padding&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkTreeView&#160; &#160; ::expander-size&#160; &#160; &#160; &#160; &#160; &#160; = 6<br />&#160; &#160; GtkTreeView&#160; &#160; ::indent-expanders&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkTreeView&#160; &#160; ::vertical-separator&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkNotebook&#160; &#160; ::tab-overlap&#160; &#160; &#160; &#160; &#160; &#160; = -1</p><p>&#160; &#160; GtkMenu&#160; &#160; &#160; &#160; ::horizontal-padding&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkMenu&#160; &#160; &#160; &#160; ::vertical-padding&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkMenuItem&#160; &#160; ::horizontal-padding&#160; &#160; &#160; &#160; = 0</p><p>&#160; &#160; WnckTasklist&#160; &#160; ::fade-overlay-rect&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; # The following line hints to gecko (and possibly other appliations)<br />&#160; &#160; # that the entry should be drawn transparently on the canvas.<br />&#160; &#160; # Without this, gecko will fill in the background of the entry.<br />&#160; &#160; GtkEntry&#160; &#160; ::honors-transparent-bg-hint&#160; &#160; = 1<br />&#160; &#160; GtkEntry&#160; &#160; ::state-hint&#160; &#160; &#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkEntry&#160; &#160; ::progress-border&#160; &#160; &#160; &#160; = { 2, 2, 2, 2 }</p><p>&#160; &#160; GtkProgressBar&#160; &#160; ::min-horizontal-bar-height&#160; &#160; = 10<br />&#160; &#160; GtkProgressBar&#160; &#160; ::min-vertical-bar-width&#160; &#160; = 10<br />&#160; &#160; <br />&#160; &#160; #GtkToolbar&#160; &#160; ::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified.<br />&#160; &#160; #GtkMenuBar&#160; &#160; ::shadow-type = GTK_SHADOW_NONE # Makes menus flat and unified.<br />&#160; &#160; GtkMenuBar&#160; &#160; ::window-dragging&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; GtkToolbar&#160; &#160; ::window-dragging&#160; &#160; &#160; &#160; = 1</p><p>&#160; &#160; # The little ugly gripper at the bottom right needs to go.<br />&#160; &#160; GtkWindow&#160; &#160; ::resize-grip-height&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; GtkWindow&#160; &#160; ::resize-grip-width&#160; &#160; &#160; &#160; = 0</p><p>&#160; &#160; xthickness = 1<br />&#160; &#160; ythickness = 1</p><p>&#160; &#160; ### Color Definitions ###</p><p>&#160; &#160; fg[NORMAL]&#160; &#160; &#160; &#160; = @fg_color<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; &#160; &#160; = @fg_color<br />&#160; &#160; fg[SELECTED]&#160; &#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; fg[ACTIVE]&#160; &#160; &#160; &#160; = @fg_color<br />&#160; &#160; fg[INSENSITIVE]&#160; &#160; &#160; &#160; = darker (@bg_color)<br />&#160; &#160; bg[NORMAL]&#160; &#160; &#160; &#160; = @bg_color<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; &#160; &#160; = shade (1.02, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; &#160; &#160; = @selected_bg_color<br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; &#160; &#160; = @bg_color<br />&#160; &#160; bg[ACTIVE]&#160; &#160; &#160; &#160; = shade (1.04, @bg_color)<br />&#160; &#160; base[NORMAL]&#160; &#160; &#160; &#160; = @base_color<br />&#160; &#160; base[PRELIGHT]&#160; &#160; &#160; &#160; = shade (0.95, @bg_color)<br />&#160; &#160; base[ACTIVE]&#160; &#160; &#160; &#160; = shade (0.92, @selected_bg_color)<br />&#160; &#160; base[SELECTED]&#160; &#160; &#160; &#160; = shade (0.93, @selected_bg_color)<br />&#160; &#160; base[INSENSITIVE]&#160; &#160; = @bg_color<br />&#160; &#160; text[NORMAL]&#160; &#160; &#160; &#160; = @text_color<br />&#160; &#160; text[PRELIGHT]&#160; &#160; &#160; &#160; = @text_color<br />&#160; &#160; text[ACTIVE]&#160; &#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; text[SELECTED]&#160; &#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; text[INSENSITIVE]&#160; &#160; = darker (@bg_color)</p><p>&#160; &#160; ### Murrine Settings ###<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; animation&#160; &#160; &#160; &#160; = FALSE<br />&#160; &#160; &#160; &#160; arrowstyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = normal arrows, 1 = filled arrows&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; &#160; &#160; = {1.0, 0.7}&#160; &#160; &#160; &#160; # gradient to draw on border&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; colorize_scrollbar&#160; &#160; = FALSE&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; comboboxstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = normal combobox, 1 = colorized combobox below arrow&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = 0.4 &#160; &#160; &#160; &#160; &#160; &#160; # 0.8 for less contrast, more than 1.0 for more contrast on borders<br />&#160; &#160; &#160; &#160; default_button_color&#160; &#160; = shade (1.12, @selected_bg_color)<br />&#160; &#160; &#160; &#160; focus_color&#160; &#160; &#160; &#160; = @selected_bg_color<br />&#160; &#160; &#160; &#160; focusstyle&#160; &#160; &#160; &#160; = 3<br />&#160; &#160; &#160; &#160; glazestyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight<br />&#160; &#160; &#160; &#160; gradient_shades&#160; &#160; &#160; &#160; = {1.1,1.1,0.95,0.95}&#160; &#160; # Sets the gradients on the widgets.<br />&#160; &#160; &#160; &#160; glowstyle&#160; &#160; &#160; &#160; = 4&#160; &#160; &#160; &#160; &#160; &#160; # 0,1,2,3,4<br />&#160; &#160; &#160; &#160; glow_shade&#160; &#160; &#160; &#160; = 1.1<br />&#160; &#160; &#160; &#160; highlight_shade&#160; &#160; &#160; &#160; = 1.0&#160; &#160; &#160; &#160; &#160; &#160; # set highlight amount for buttons or widgets<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.1&#160; &#160; &#160; &#160; &#160; &#160; # sets lightborder amount for buttons or widgets<br />&#160; &#160; &#160; &#160; lightborderstyle&#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = lightborder on top side, 1 = lightborder on all sides<br />&#160; &#160; &#160; &#160; listviewheaderstyle&#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = glassy, 2 = raised<br />&#160; &#160; &#160; &#160; listviewstyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = nothing, 1 = dotted<br />&#160; &#160; &#160; &#160; menubaritemstyle&#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = menuitem look, 1 = button look<br />&#160; &#160; &#160; &#160; menubarstyle&#160; &#160; &#160; &#160; = 2&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped<br />&#160; &#160; &#160; &#160; menuitemstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = glassy, 2 = striped<br />&#160; &#160; &#160; &#160; menustyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = no vertical menu stripe, 1 = display vertical menu stripe<br />&#160; &#160; &#160; &#160; prelight_shade&#160; &#160; &#160; &#160; = .95&#160; &#160; &#160; &#160; &#160; &#160; # shade level for scrollbar&#039;s slider, comboboxstyle(1), and prelight state with gradient_colors&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; reliefstyle&#160; &#160; &#160; &#160; = 2&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient<br />&#160; &#160; &#160; &#160; rgba&#160; &#160; &#160; &#160; &#160; &#160; = FALSE&#160; &#160; &#160; &#160; &#160; &#160; # FALSE = disabled, TRUE = enabled<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; &#160; &#160; = 2&#160; &#160; &#160; &#160; &#160; &#160; # 0 = squared, 1 = old default, more will increase roundness<br />&#160; &#160; &#160; &#160; scrollbarstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles<br />&#160; &#160; &#160; &#160; separatorstyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = Hard seperators 1 = Smooth seperators<br />&#160; &#160; &#160; &#160; sliderstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = nothing added, 1 = handles<br />&#160; &#160; &#160; &#160; stepperstyle&#160; &#160; &#160; &#160; = 1&#160; &#160; &#160; &#160; &#160; &#160; # 0 = standard, 1 = integrated stepper handles, 2 = unknown<br />&#160; &#160; &#160; &#160; progressbarstyle&#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = nothing, 1 = stripes, 2 = lines<br />&#160; &#160; &#160; &#160; shadow_shades&#160; &#160; &#160; &#160; = {0.5, 0.0}&#160; &#160; &#160; &#160; # gradient for shadows.&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; textstyle&#160; &#160; &#160; &#160; = 0&#160; &#160; &#160; &#160; &#160; &#160; # 0 = normal text, 1 = inset&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; toolbarstyle&#160; &#160; &#160; &#160; = 2&#160; &#160; &#160; &#160; &#160; &#160; # 0 = flat, 1 = glassy, 2 = gradient&#160; &#160; &#160; &#160; <br />&#160; &#160; &#160; &#160; trough_shades&#160; &#160; &#160; &#160; = {0.98, 1.06}&#160; &#160; &#160; &#160; # draw gradient on trough of GtkScrollbar and GtkProgressbar<br />&#160; &#160; }<br />}</p><p>### THEME MODULES ###</p><p>style &quot;murrine-dark&quot; {<br />&#160; &#160; base[NORMAL]&#160; &#160; &#160; &#160; = @bg_color_dark<br />&#160; &#160; base[PRELIGHT]&#160; &#160; &#160; &#160; = shade (0.95, @bg_color_dark)<br />&#160; &#160; base[INSENSITIVE]&#160; &#160; = @bg_color_dark<br />&#160; &#160; bg[NORMAL]&#160; &#160; &#160; &#160; = @bg_color_dark<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; &#160; &#160; = shade (1.02, @bg_color_dark)<br />&#160; &#160; bg[SELECTED]&#160; &#160; &#160; &#160; = shade (0.90, @selected_bg_color)<br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; &#160; &#160; = @bg_color_dark<br />&#160; &#160; bg[ACTIVE]&#160; &#160; &#160; &#160; = shade (1.04, @bg_color_dark)<br />&#160; &#160; fg[NORMAL]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; fg[SELECTED]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; fg[ACTIVE]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; fg[INSENSITIVE]&#160; &#160; &#160; &#160; = darker (@bg_color)<br />&#160; &#160; text[NORMAL]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; text[PRELIGHT]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; text[ACTIVE]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; text[SELECTED]&#160; &#160; &#160; &#160; = @text_color_dark<br />&#160; &#160; text[INSENSITIVE]&#160; &#160; = darker (@bg_color_dark)<br />}</p><p>style &quot;murrine-thin&quot;&#160; &#160; &#160; &#160; = &quot;murrine-default&quot;&#160; &#160; { xthickness = 0 ythickness = 0 }<br />style &quot;murrine-wide&quot;&#160; &#160; &#160; &#160; = &quot;murrine-default&quot;&#160; &#160; { xthickness = 2 ythickness = 2 }<br />style &quot;murrine-wider&quot;&#160; &#160; &#160; &#160; = &quot;murrine-default&quot;&#160; &#160; { xthickness = 3 ythickness = 3 }<br />style &quot;murrine-widest&quot;&#160; &#160; &#160; &#160; = &quot;murrine-default&quot;&#160; &#160; { xthickness = 4 ythickness = 4 }<br />style &quot;murrine-thin-dark&quot;&#160; &#160; = &quot;murrine-dark&quot;&#160; &#160; { xthickness = 0 ythickness = 0 }<br />style &quot;murrine-wide-dark&quot;&#160; &#160; = &quot;murrine-dark&quot;&#160; &#160; { xthickness = 2 ythickness = 2 }<br />style &quot;murrine-wider-dark&quot;&#160; &#160; = &quot;murrine-dark&quot;&#160; &#160; { xthickness = 3 ythickness = 3 }<br />style &quot;murrine-widest-dark&quot;&#160; &#160; = &quot;murrine-dark&quot;&#160; &#160; { xthickness = 4 ythickness = 4 }</p><p>###################<br />## Widget Styles ##<br />###################</p><p>style &quot;murrine-entry&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)<br />&#160; &#160; fg[SELECTED] = @text_color<br />}</p><p>style &quot;murrine-button&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.06, @bg_color) <br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.13, @bg_color)&#160; <br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (1.0, @selected_bg_color)&#160; <br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.95, @bg_color)</p><p>&#160; &#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = .8<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.9<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; &#160; &#160; = 1<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-notebook-bg&quot; {<br />&#160; &#160; bg[NORMAL] = shade (1.1, @bg_color)<br />&#160; &#160; bg[ACTIVE] = shade (0.97, @bg_color)<br />&#160; &#160; fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))<br />}</p><p>style &quot;murrine-notebook&quot; = &quot;murrine-notebook-bg&quot; {<br />&#160; &#160; xthickness = 2 # Width of tabs and notebook borders.<br />&#160; &#160; ythickness = 1 # Height of tabs and notebook borders.</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = .8<br />&#160; &#160; &#160; &#160; gradient_shades&#160; &#160; &#160; &#160; = {1.28,1.28,0.87,0.87}<br />&#160; &#160; &#160; &#160; focusstyle&#160; &#160; &#160; &#160; = 2<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.16<br />&#160; &#160; }<br />}</p><p>style &quot;notebook-close&quot; { stock[&quot;gtk-close&quot;] = {{ &quot;widgets/Others/close.png&quot;, *, *, * }} } # Close icon on tabs</p><p>style &quot;murrine-menubar&quot; = &quot;murrine-default&quot; {<br />&#160; &#160; ythickness&#160; &#160; = 0<br />&#160; &#160; bg[NORMAL]&#160; &#160; = @bg_color<br />&#160; &#160; fg[NORMAL]&#160; &#160; = @fg_color<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; = @fg_color<br />&#160; &#160; fg[SELECTED]&#160; &#160; = @fg_color<br />}</p><p>style &quot;murrine-menubar-menuitem&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; xthickness&#160; &#160; = 6<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = @selected_bg_color<br />&#160; &#160; bg[SELECTED]&#160; &#160; = @bg_color</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast = .0 <br />&#160; &#160; &#160; &#160; roundness = 0<br />&#160; &#160; &#160; &#160; border_shades = { 1.0, 0.8 }<br />&#160; &#160; &#160; &#160; gradient_shades = {1.0, 1.0, 0.85, 0.85}<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-menu&quot; {<br />&#160; &#160; xthickness = 0<br />&#160; &#160; ythickness = 0</p><p>&#160; &#160; bg[NORMAL] = @base_color</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; border_shades = { 1.2, 1.0 }<br />&#160; &#160; &#160; &#160; roundness = 0 # Roundness of menu items.<br />&#160; &#160; &#160; &#160; textstyle = 0<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-menu-item&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; xthickness = 2<br />&#160; &#160; ythickness = 3</p><p>&#160; &#160; bg[SELECTED] = shade (0.95, @selected_bg_color)<br />&#160; &#160; bg[PRELIGHT] = shade (0.95, @selected_bg_color)<br />&#160; &#160; fg[PRELIGHT] = @selected_fg_color</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; border_shades = { 1.2, 1.0 }<br />&#160; &#160; &#160; &#160; roundness = 0<br />&#160; &#160; &#160; &#160; textstyle = 0<br />&#160; &#160; }<br />}</p><p># This style is there to modify the separator menu items. The goals are:<br /># 1. Get a specific height.<br /># 2. The line should go to the edges (ie. no border at the left/right)<br />style &quot;murrine_separator_menu_item&quot; {<br />&#160; &#160; bg[NORMAL] = @base_color # Remove for visible separators.<br />&#160; &#160; xthickness = 1<br />&#160; &#160; ythickness = 0</p><p>&#160; &#160; GtkSeparatorMenuItem::horizontal-padding = 0<br />&#160; &#160; GtkWidget::wide-separators = 1<br />&#160; &#160; GtkWidget::separator-width = 1<br />&#160; &#160; GtkWidget::separator-height = 7<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast = 0.6 # Set the contrast to 0.6 for visible separators.<br />&#160; &#160; &#160; &#160; separatorstyle = 0<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-treeview&quot; {<br />&#160; &#160; GtkTreeView::odd_row_color&#160; &#160; = shade (0.97, @base_color)<br />&#160; &#160; GtkTreeView::even_row_color&#160; &#160; = @base_color</p><p>&#160; &#160; &#160; engine &quot;murrine&quot; { roundness = 0 } # This makes treeview progressbars square.<br />}</p><p>style &quot;murrine-treeview-header&quot; = &quot;murrine-button&quot; {<br />&#160; &#160; xthickness = 2<br />&#160; &#160; ythickness = 0<br />&#160; &#160; <br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (0.98, @bg_color) # Color for treeview headers.<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.10, @bg_color) # Color for treeview header prelight.<br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color) # Color for pressed-treeview.<br />&#160; &#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; &#160; &#160; = 0&#160; # This makes treeview progressbars square.<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = .8<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.0<br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; &#160; &#160; = { 1.1, 1.1 }<br />&#160; &#160; &#160; &#160; gradient_shades&#160; &#160; &#160; &#160; = {1.0,1.0,1.1,1.1}<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-frame-title&quot; { fg[NORMAL] = lighter (@fg_color) }</p><p>style &quot;murrine-tooltips&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[NORMAL] = @tooltip_bg_color<br />&#160; &#160; fg[NORMAL] = @tooltip_fg_color<br />&#160; &#160; engine &quot;murrine&quot; {textstyle = 0}<br />}</p><p>style &quot;murrine-progressbar&quot; = &quot;murrine-thin&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.06, @bg_color) <br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (1.0, @selected_bg_color)&#160; <br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.95, @bg_color)</p><p>&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = 1.0<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.2<br />&#160; &#160; &#160; &#160; trough_shades&#160; &#160; &#160; &#160; = { 1.06, 1.16}<br />&#160; &#160; &#160; &#160; gradient_shades&#160; &#160; &#160; &#160; = {0.95,0.95,1.1,1.1}<br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; &#160; &#160; = { 1.1, 1.1 }<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; &#160; &#160; = 0<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-statusbar&quot; {<br />&#160; &#160; xthickness = 2<br />}</p><p>style &quot;murrine-comboboxentry&quot; { engine &quot;murrine&quot; { contrast = .4 }}</p><p>style &quot;murrine-spinbutton&quot; { <br />&#160; &#160; bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons. <br />}</p><p>style &quot;murrine-scale&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.06, @bg_color) <br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.2, @bg_color)&#160; <br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (1.0, @selected_bg_color)&#160; <br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.95, @bg_color)<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; = 7<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; = .8<br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; = {1.0, 1.0}<br />&#160; &#160; &#160; &#160; trough_shades&#160; &#160; = {1.06, 1.16}<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-scrollbar&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (0.90, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (0.6, @base_color)<br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.8, @bg_color)<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (0.8, @bg_color)<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; roundness&#160; &#160; = 8<br />&#160; &#160; &#160; &#160; border_shades&#160; &#160; = {0.80, 0.80}<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; = 0.0<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-sidebar&quot; {<br />&#160; &#160; xthickness = 0<br />&#160; &#160; ythickness = 0</p><p>&#160; &#160; base[NORMAL]&#160; &#160; = @bg_color<br />&#160; &#160; bg[NORMAL]&#160; &#160; = @bg_color<br />&#160; &#160; text[NORMAL]&#160; &#160; = @text_color</p><p>&#160; &#160; font_name&#160; &#160; = &quot;Regular&quot;</p><p>&#160; &#160; GtkTreeView::odd_row_color&#160; &#160; = @bg_color<br />&#160; &#160; GtkTreeView::even_row_color&#160; &#160; = @bg_color</p><p>&#160; &#160; engine &quot;murrine&quot; { listviewstyle = 0 }<br />}</p><p>style &quot;murrine-toggleswitch&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; ythickness = 4</p><p>&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.80, @bg_color)<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.15, @bg_color)<br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.13, @selected_bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (0.75, @selected_bg_color)<br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.98, @bg_color)<br />&#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = 1.25<br />&#160; &#160; &#160; &#160; lightborderstyle&#160; &#160; = 1<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-radiocheck&quot; = &quot;murrine-wider&quot; {<br />&#160; &#160; bg[NORMAL]&#160; &#160; = shade (1.06, @bg_color) <br />&#160; &#160; bg[PRELIGHT]&#160; &#160; = shade (1.06, @bg_color)&#160; <br />&#160; &#160; bg[ACTIVE]&#160; &#160; = shade (0.85, @bg_color)<br />&#160; &#160; bg[SELECTED]&#160; &#160; = shade (1.0, @selected_bg_color)&#160; <br />&#160; &#160; bg[INSENSITIVE]&#160; &#160; = shade (0.95, @bg_color)</p><p>&#160; &#160; &#160; engine &quot;murrine&quot; {<br />&#160; &#160; &#160; &#160; contrast&#160; &#160; &#160; &#160; = .8<br />&#160; &#160; &#160; &#160; lightborder_shade&#160; &#160; = 1.9<br />&#160; &#160; }<br />}</p><p>style &quot;murrine-radiocheck-menu&quot; {<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; = @selected_fg_color<br />&#160; &#160; text[PRELIGHT]&#160; &#160; = @selected_fg_color<br />&#160; &#160; &#160; &#160; <br />&#160; &#160; engine &quot;murrine&quot; {}<br />}</p><p>style &quot;murrine-toolbar&quot; = &quot;murrine-thin&quot; {<br />&#160; &#160; bg[NORMAL] = @bg_color<br />}</p><p>style &quot;pixmap-sidebar-handle-left&quot; {<br />&#160; &#160; GtkPaned::handle-size = 1</p><p>&#160; &#160; engine &quot;pixmap&quot; {<br />&#160; &#160; &#160; &#160; image { function = HANDLE file = &quot;/widgets/Others/handle.png&quot; stretch = TRUE border = { 0, 0, 0, 0 } }<br />&#160; &#160; }<br />}</p><p>###############################################################################<br /># The following part of the gtkrc applies the different styles to the widgets.<br />###############################################################################</p><p># Murrine default style is applied to every widget.<br />class &quot;GtkWidget&quot;&#160; &#160; style &quot;murrine-default&quot;</p><p># Increase the x/ythickness in some widgets.<br />class &quot;GtkFrame&quot;&#160; &#160; style &quot;murrine-wide&quot;<br />class &quot;GtkEntry&quot;&#160; &#160; style &quot;murrine-entry&quot;<br />class &quot;GtkSeparator&quot;&#160; &#160; style &quot;murrine-wide&quot;<br />class &quot;GtkCalendar&quot;&#160; &#160; style &quot;murrine-wide&quot;<br />class &quot;GtkInfoBar&quot;&#160; &#160; style &quot;murrine-default&quot;<br />class &quot;GtkIconView&quot;&#160; &#160; style &quot;murrine-default&quot;</p><p>class &quot;GtkToolbar&quot;&#160; &#160; style &quot;murrine-toolbar&quot;</p><p>class &quot;GtkSpinButton&quot;&#160; &#160; style &quot;murrine-spinbutton&quot;<br />class &quot;GtkScale&quot;&#160; &#160; style &quot;murrine-scale&quot;<br />class &quot;GtkVScale&quot;&#160; &#160; style &quot;murrine-scale&quot;<br />class &quot;GtkHScale&quot;&#160; &#160; style &quot;murrine-scale&quot;</p><p>class &quot;GtkScrollbar&quot;&#160; &#160; style &quot;murrine-scrollbar&quot;<br />class &quot;GtkVScrollbar&quot;&#160; &#160; style &quot;murrine-scrollbar&quot;<br />class &quot;GtkHScrollbar&quot;&#160; &#160; style &quot;murrine-scrollbar&quot;</p><p>widget &quot;*ToggleSwitch*&quot;&#160; &#160; style &quot;murrine-toggleswitch&quot;</p><p>widget &quot;*SidebarHandleLeft&quot;&#160; &#160; style &quot;pixmap-sidebar-handle-left&quot;<br />widget &quot;*SidebarContent&quot;&#160; &#160; style &quot;murrine-sidebar&quot;</p><p># General matching following, the order is choosen so that the right styles override each other eg. progressbar needs to be more important then the menu match.</p><p># This is not perfect, it could be done better (That is modify *every* widget in the notebook, and change those back that we really don&#039;t want changed)<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkEventBox&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkDrawingArea&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkLayout&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkViewport&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkScrolledWindow&gt;&quot;&#160; &#160; style &quot;murrine-notebook-bg&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&lt;GtkLabel&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-notebook-bg&quot;</p><p>widget_class &quot;*&lt;GtkButton&gt;&quot;&#160; &#160; style &quot;murrine-button&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;&quot;&#160; &#160; style &quot;murrine-notebook&quot;<br />widget_class &quot;*&lt;GtkNotebook&gt;*&quot;&#160; &#160; style &quot;notebook-close&quot;<br />widget_class &quot;*&lt;GtkStatusbar&gt;*&quot;&#160; &#160; style &quot;murrine-statusbar&quot;</p><p>widget_class &quot;*&lt;GtkComboBoxEntry&gt;*&quot;&#160; &#160; &#160; &#160; style &quot;murrine-comboboxentry&quot;<br />widget_class &quot;*&lt;GtkCombo&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-comboboxentry&quot;</p><p>widget_class &quot;*&lt;GtkMenuBar&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-menubar&quot;<br />widget_class &quot;*&lt;GtkMenu&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-menu&quot;<br />widget_class &quot;*&lt;GtkMenuItem&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-menu-item&quot;<br />widget_class &quot;*&lt;GtkSeparatorMenuItem&gt;*&quot;&#160; &#160; &#160; &#160; style &quot;murrine_separator_menu_item&quot;<br />widget_class &quot;*&lt;GtkMenuBar&gt;*&lt;GtkMenuItem&gt;*&quot;&#160; &#160; style &quot;murrine-menubar-menuitem&quot;</p><p>widget_class &quot;*.&lt;GtkFrame&gt;.&lt;GtkLabel&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-frame-title&quot;<br />widget_class &quot;*.&lt;GtkTreeView&gt;*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-treeview&quot;</p><p>widget_class &quot;*&lt;GtkProgress&gt;&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;murrine-progressbar&quot;<br />widget_class &quot;*&lt;GtkProgressBar&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-progressbar&quot;</p><p>widget_class &quot;*&lt;GtkRadioButton&gt;*&quot;&#160; &#160; &#160; &#160; style &quot;murrine-radiocheck&quot;<br />widget_class &quot;*&lt;GtkCheckButton&gt;*&quot;&#160; &#160; &#160; &#160; style &quot;murrine-radiocheck&quot;<br />class &quot;GtkCheckMenuItem&quot;&#160; &#160; &#160; &#160; &#160; &#160; style:highest &quot;murrine-radiocheck-menu&quot;<br />class &quot;GtkRadioMenuItem&quot;&#160; &#160; &#160; &#160; &#160; &#160; style:highest &quot;murrine-radiocheck-menu&quot;</p><p># Treeview header<br />widget_class &quot;*.&lt;GtkTreeView&gt;.&lt;GtkButton&gt;&quot;&#160; &#160; style &quot;murrine-treeview-header&quot;<br />widget_class &quot;*.&lt;GtkCTree&gt;.&lt;GtkButton&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-treeview-header&quot;<br />widget_class &quot;*.&lt;GtkList&gt;.&lt;GtkButton&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-treeview-header&quot;<br />widget_class &quot;*.&lt;GtkCList&gt;.&lt;GtkButton&gt;&quot;&#160; &#160; &#160; &#160; style &quot;murrine-treeview-header&quot;</p><p>################################<br /># FIXME: This will not work if one embeds eg. a button into the tooltip.<br />################################<br />widget &quot;gtk-tooltip*&quot; style &quot;murrine-tooltips&quot;</p><p>###################################################<br /># SPECIAL CASES AND WORKAROUNDS<br />###################################################</p><p># Wrokaround style for places where the text color is used instead of the fg color.<br />style &quot;text_is_fg_color_workaround&quot; {<br />&#160; &#160; text[NORMAL]&#160; &#160; &#160; = @fg_color<br />&#160; &#160; text[PRELIGHT]&#160; &#160; = @fg_color<br />&#160; &#160; text[SELECTED]&#160; &#160; = @selected_fg_color<br />&#160; &#160; text[ACTIVE]&#160; &#160; &#160; = @fg_color<br />&#160; &#160; text[INSENSITIVE] = darker (@bg_color)<br />}</p><p># Workaround style for menus where the text color is used instead of the fg color.<br />style &quot;menuitem_text_is_fg_color_workaround&quot; {<br />&#160; &#160; text[NORMAL] = @fg_color<br />&#160; &#160; text[PRELIGHT] = @selected_fg_color<br />&#160; &#160; text[SELECTED] = @selected_fg_color<br />&#160; &#160; text[ACTIVE] = @fg_color<br />&#160; &#160; text[INSENSITIVE] = darker (@bg_color)<br />}</p><p># Workaround style for places where the fg color is used instead of the text color.<br />style &quot;fg_is_text_color_workaround&quot; {<br />&#160; &#160; fg[NORMAL]&#160; &#160; &#160; &#160; = @text_color<br />&#160; &#160; fg[PRELIGHT]&#160; &#160; &#160; = @text_color<br />&#160; &#160; fg[SELECTED]&#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; fg[ACTIVE]&#160; &#160; &#160; &#160; = @selected_fg_color<br />&#160; &#160; fg[INSENSITIVE]&#160; &#160;= darker (@bg_color)<br />}</p><p># Work around for <a href="http://bugzilla.gnome.org/show_bug.cgi?id=382646" rel="nofollow">http://bugzilla.gnome.org/show_bug.cgi?id=382646</a><br /># Note that this work around assumes that the combobox is _not_ in appears-as-list mode.<br />widget_class &quot;*.&lt;GtkComboBox&gt;.&lt;GtkCellView&gt;&quot; style &quot;text_is_fg_color_workaround&quot;<br /># This is the part of the workaround that fixes the menus<br />widget &quot;*.gtk-combobox-popup-menu.*&quot; style &quot;menuitem_text_is_fg_color_workaround&quot;</p><p># Work around the usage of GtkLabel inside GtkListItems to display text.<br /># This breaks because the label is shown on a background that is based on the base color.<br />widget_class &quot;*&lt;GtkListItem&gt;*&quot; style &quot;fg_is_text_color_workaround&quot;<br /># GtkCList also uses the fg color to draw text on top of the base colors.<br />widget_class &quot;*&lt;GtkCList&gt;&quot; style &quot;fg_is_text_color_workaround&quot;<br /># Nautilus when renaming files, and maybe other places.<br />widget_class &quot;*&lt;EelEditableLabel&gt;&quot; style &quot;fg_is_text_color_workaround&quot;</p><p># Thickness for indicator menu items<br />widget &quot;*IdoEntryMenuItem*&quot; style &quot;murrine-wide&quot;</p><p># XFCE desktop icon text looks weird when murrine textstyle is on.<br />style &quot;xfdesktop-icon-view&quot; { engine &quot;murrine&quot; { textstyle = 0 }}<br />widget_class &quot;*XfdesktopIconView*&quot; style &quot;xfdesktop-icon-view&quot;</p><p>widget &quot;xfwm4-tabwin*&quot; style &quot;murrine-dark&quot;</p><p># Invisible toolbar separator<br />style &quot;murrine-toolseparator&quot; {<br />&#160; &#160; xthickness = 0<br />&#160; &#160; &#160; ythickness = 0</p><p>&#160; &#160; engine &quot;pixmap&quot; {<br />&#160; &#160; &#160; &#160; image {<br />&#160; &#160; &#160; &#160; &#160; &#160; function&#160; &#160; = BOX<br />&#160; &#160; &#160; &#160; &#160; &#160; file&#160; &#160; &#160; &#160; = &quot;widgets/Others/null.png&quot;<br />&#160; &#160; &#160; &#160; &#160; &#160; border&#160; &#160; &#160; &#160; = { 2, 2, 2, 2 }<br />&#160; &#160; &#160; &#160; &#160; &#160; stretch&#160; &#160; &#160; &#160; = TRUE<br />&#160; &#160; &#160; &#160; &#160; &#160; }<br /> &#160; &#160; }<br />}<br />class &quot;GtkSeparatorToolItem&quot; style &quot;murrine-toolseparator&quot;</p><p># Various performance fixes if murrine textstyle is on by default in the theme.<br />style &quot;performance-fix&quot; {engine &quot;murrine&quot; {textstyle = 0}}<br />widget_class &quot;*gtkmm__GtkWindow*&quot;&#160; &#160; style &quot;performance-fix&quot; # Inkscape<br />widget_class &quot;*GimpDisplayShell*&quot;&#160; &#160; style &quot;performance-fix&quot; # Gimp<br />widget_class &quot;*GimpToolbox*&quot;&#160; &#160; &#160; &#160; style &quot;performance-fix&quot;<br />widget_class &quot;*GimpMenuDock*&quot;&#160; &#160; &#160; &#160; style &quot;performance-fix&quot;<br />widget &quot;*OOoFixed*&quot;&#160; &#160; &#160; &#160; &#160; &#160; style &quot;performance-fix&quot; # Openoffice/Libreoffice<br />widget_class &quot;*MozContainer*&quot;&#160; &#160; &#160; &#160; style &quot;performance-fix&quot; # Firefox (Not sure if this one does anything though.)</p><p>### EXTERNAL FILES ###<br />include &quot;apps/chromium.rc&quot;&#160; &#160; # Chromium styling<br />include &quot;apps/gedit.rc&quot;&#160; &#160; &#160; &#160; # Gedit styling<br />include &quot;apps/pcmanfm.rc&quot;&#160; &#160; # PCManFM styling<br />include &quot;apps/nautilus-e.rc&quot;&#160; &#160; # Nautilus styling. Replace with nautilus-e.rc if you&#039;re using Nautilus-elementary or nautilus.rc if you&#039;re using normal Nautilus.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (Qaike)]]></author>
			<pubDate>Wed, 06 Mar 2013 02:44:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28950#p28950</guid>
		</item>
		<item>
			<title><![CDATA[Re: I need help, please.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28949#p28949</link>
			<description><![CDATA[<p>Update:<br />I installed Zukitwo theme and then i edited the &quot;panel-bg.png&quot; and it almost looks like how i want;<br /><a href="http://img856.imageshack.us/img856/484/screenshot0305201310093.png" rel="nofollow">http://img856.imageshack.us/img856/484/ … 310093.png</a></p><p>The only problem now is my panel font color. I&#039;m trying to change it to black...</p>]]></description>
			<author><![CDATA[dummy@example.com (Qaike)]]></author>
			<pubDate>Wed, 06 Mar 2013 01:10:15 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28949#p28949</guid>
		</item>
		<item>
			<title><![CDATA[I need help, please.]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28948#p28948</link>
			<description><![CDATA[<p>Hello everybody. I love to customize my desk, specially on linux.</p><p>I would like to know what can i do to my current panel ( <a href="http://img850.imageshack.us/img850/3085/screenshot0305201309112.png" rel="nofollow">http://img850.imageshack.us/img850/3085 … 309112.png</a> ) on XFCE look like my old panel on linux mint mate ( <a href="http://img11.imageshack.us/img11/4099/screenshottsn.png" rel="nofollow">http://img11.imageshack.us/img11/4099/screenshottsn.png</a> ).</p><p>As you guys can see, my windows list doesnt go transparent like the whole panel <img src="http://forum.xfce.org/img/smilies/sad.png" width="15" height="15" alt="sad" /> ! This way my panel looks so ugly...<br />I&#039;m currently using Aurora theme on both screenshots!!</p><p>i would thank you from the bottom of my heart if you could suggest anything XD!</p><p>Thankss</p>]]></description>
			<author><![CDATA[dummy@example.com (Qaike)]]></author>
			<pubDate>Wed, 06 Mar 2013 00:15:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28948#p28948</guid>
		</item>
	</channel>
</rss>
