Pagina 287 di 404

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 17:51
da derma
MarcoNewBie ha scritto:
derma ha scritto:

Vedo "dove" ?!?!?!?!?!?!?!?!?!?!?!
ah XD nella pagina precedente avevo postato una screenshot del mio desktop....

Che tema usi?... potresti postare il "gtkrc" del tema e il contenuto dell'eventuale file "panel" presente sempre nella cartella del tema?

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 17:56
da SuNjACk
Ivan! ha scritto: compilando docky...
Immagine
Il wallpaper è una foto che ho scattato io. (cit.)
;D
Hai una mail intanto (rotfl)

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 17:57
da Software-Bloat
@leopesto: ahah si si immaginavo non ti fossi arrabbiato :) io venivo qui spesso e cambiavo desktop spesso xD ho anche ''copiato'' ma l'ho sempre detto xD davvero il tuo non l'ho mai visto,e' stata pura casualita' xD l'ho messo cosi' perche' devo fare delle videoguide ed era parecchio che non curavo l'aspetto grafico :P chissa',magari ritornero' a postare...ma purtroppo non ho tempo... :'(

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 17:57
da MarcoNewBie
derma ha scritto:
Che tema usi?... potresti postare il "gtkrc" del tema e il contenuto dell'eventuale file "panel" presente sempre nella cartella del tema?
Certo.. uso sempre il solito Clearlooks solo che l'ho spostato nella cartella .themes
(non c'è nessun file panel )

Codice: Seleziona tutto

# Please keep this gtkrc in sync with the other ones from Clearlooks based themes.

gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#5598d7\nselected_fg_color:#ffffff\ntext_color:#000000\nbg_color:#ede9e3\ntooltip_bg_color:#FFFFBF"

style "default" {
	xthickness = 1
	ythickness = 1

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

	GtkCheckButton::indicator-size = 14

	GtkPaned::handle-size = 6

	GtkRange::trough-border = 0
	GtkRange::slider-width = 15
	GtkRange::stepper-size = 15

	GtkScale::slider-length = 27
	GtkScale::trough-side-details = 1

	GtkScrollbar::min-slider-length = 30
	GtkMenuBar::internal-padding = 0
	GtkExpander::expander-size = 16
	GtkTreeView::expander-size = 14
	GtkTreeView::vertical-separator = 0

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

	WnckTasklist::fade-overlay-rect = 0
	# The following line hints to gecko (and possibly other appliations)
	# that the entry should be drawn transparently on the canvas.
	# Without this, gecko will fill in the background of the entry.
	GtkEntry::honors-transparent-bg-hint = 1
	GtkMenuBar::internal-padding = 0

	GtkEntry::progress-border = { 2, 2, 2, 2 }

	####################
	# Color Definitions
	####################
	bg[NORMAL]        = @bg_color
	bg[PRELIGHT]      = shade (1.02, @bg_color)
	bg[SELECTED]      = @selected_bg_color
	bg[INSENSITIVE]   = @bg_color
	bg[ACTIVE]        = shade (0.9, @bg_color)

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

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

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

	engine "clearlooks" {
		colorize_scrollbar = FALSE
		reliefstyle = 1
		menubarstyle = 2
		toolbarstyle = 0
		animation = FALSE
		radius = 3.0
		style = CLASSIC

		# Set a hint to disable backward compatibility fallbacks.
		hint = "use-hints"
	}
}

style "wide" {
	xthickness = 2
	ythickness = 2
}

style "wider" {
	xthickness = 3
	ythickness = 3
}

style "entry" {
	xthickness = 3
	ythickness = 3

	bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
	fg[SELECTED] = @text_color

	engine "clearlooks" {
		focus_color = shade (0.65, @selected_bg_color)
	}
}

style "spinbutton" {

	engine "clearlooks" {
		hint = "spinbutton"
	}
}

style "scale" = "button" {
	xthickness = 2
	ythickness = 2

	engine "clearlooks" {
		hint = "scale"
	}
}

style "vscale" {

	engine "clearlooks" {
		hint = "vscale"
	}
}

style "hscale" {

	engine "clearlooks" {
		hint = "hscale"
	}
}

style "scrollbar" {
	xthickness = 2
	ythickness = 2

	engine "clearlooks" {
		hint = "scrollbar"
	}
}

style "hscrollbar" {

	engine "clearlooks" {
		hint = "hscrollbar"
	}
}

style "vscrollbar" {

	engine "clearlooks" {
		hint = "vscrollbar"
	}
}

style "notebook_bg" {
}

style "button" {
	xthickness = 3
	ythickness = 3

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

style "notebook" {
	xthickness = 2
	ythickness = 2
}

style "statusbar" {

	engine "clearlooks" {
		hint = "statusbar"
	}
}

style "comboboxentry" {

	engine "clearlooks" {
		# Note:
		# If you set the appears-as-list option on comboboxes in the theme,
		# then you should set this hint on the combobox instead.
		hint = "comboboxentry"
	}
}

style "menubar" {

	engine "clearlooks" {
		hint = "menubar"
	}
}

style "menu" {
	xthickness = 2
	ythickness = 2

	bg[NORMAL]        = shade (1.08, @bg_color)
}

style "menu_item" {
	xthickness = 2
	ythickness = 3

	fg[PRELIGHT]      = @selected_fg_color
}

style "frame_title" {

	fg[NORMAL]        = lighter (@fg_color)
}

style "treeview" {
	xthickness = 2
	ythickness = 2

	engine "clearlooks" {
		hint = "treeview"
	}
}

style "progressbar" {
	xthickness = 1
	ythickness = 1

	fg[PRELIGHT]      = @selected_fg_color

	engine "clearlooks" {
		radius = 1.5

		hint = "progressbar"
	}
}

# This style is based on the default style, so that the colors from the button
# style are overriden again.
style "treeview_header" = "default" {
	xthickness = 2
	ythickness = 1

	engine "clearlooks" {
		hint = "treeview-header"
	}
}

style "tooltips" {
	xthickness = 4
	ythickness = 4

	bg[NORMAL]        = @tooltip_bg_color
	fg[NORMAL]        = @tooltip_fg_color
}

style "nautilus_location" {

	bg[NORMAL]        = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
}

# Wrokaroudn style for places where the text color is used instead of the fg color.
style "text_is_fg_color_workaround" {

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

# Workaround style for menus where the text color is used instead of the fg color.
style "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)
}

# Workaround style for places where the fg color is used instead of the text color.
style "fg_is_text_color_workaround" {

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

# Style to set the toolbar to use a flat style. This is because the "New" button in
# Evolution is not drawn transparent. So if there is a gradient in the background it will
# look really wrong.
# See http://bugzilla.gnome.org/show_bug.cgi?id=446953.
style "evo_new_button_workaround" {

	engine "clearlooks" {
		toolbarstyle = 0
	}
}


###############################################################################
# The following part of the gtkrc applies the different styles to the widgets.
###############################################################################

# The default style is applied to every widget
class "GtkWidget" style "default"

class "GtkSeparator" style "wide"
class "GtkFrame" style "wide"
class "GtkCalendar" style "wide"
class "GtkEntry" style "entry"

class "GtkSpinButton" style "spinbutton"
class "GtkScale" style "scale"
class "GtkVScale" style "vscale"
class "GtkHScale" style "hscale"
class "GtkScrollbar" style "scrollbar"
class "GtkHScrollbar" style "hscrollbar"
class "GtkVScrollbar" style "vscrollbar"

# General matching follows. The order is choosen so that the right styles override
# each other. EG. progressbar needs to be more important than the menu match.
widget_class "*<GtkNotebook>" style "notebook_bg"
# 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't want changed)
widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook_bg"
widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook_bg"

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

widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*" style "comboboxentry"

widget_class "*<GtkMenuBar>*" style "menubar"
widget_class "*<GtkMenu>*" style "menu"
widget_class "*<GtkMenuItem>*" style "menu_item"

widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
widget_class "*.<GtkTreeView>*" style "treeview"

widget_class "*<GtkProgress>" style "progressbar"

# Treeview headers (and similar stock GTK+ widgets)
widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"

# The window of the tooltip is called "gtk-tooltip"
##################################################################
# FIXME:
# This will not work if one embeds eg. a button into the tooltip.
# As far as I can tell right now we will need to rework the theme
# quite a bit to get this working correctly.
# (It will involve setting different priorities, etc.)
##################################################################
widget "gtk-tooltip*" style "tooltips"

##########################################################################
# Following are special cases and workarounds for issues in applications.
##########################################################################

# Workaround for the evolution ETable (bug #527532)
widget_class "*.ETable.ECanvas" style "treeview_header"
# Workaround for the evolution ETree
widget_class "*.ETree.ECanvas" style "treeview_header"

# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"

# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
# Note that this work around assumes that the combobox is _not_ in appears-as-list mode.
widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
# This is the part of the workaround that fixes the menus
widget "*.gtk-combobox-popup-menu.*" style "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.
widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
# GtkCList also uses the fg color to draw text on top of the base colors.
widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
# Nautilus when renaming files, and maybe other places.
widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"

# See the documentation of the style.
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
Se sai anche dirmi come devo fare a mettere le applicazioni attive con un bottone squadrato anziché tondo....

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 17:58
da superazo
Ivan! ha scritto: compilando docky...
Immagine
Il wallpaper è una foto che ho scattato io. (cit.)
;D
Spettacolo! Io però farei la serpentina di conky sul bianco/grigio chiaro...

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 18:06
da shouldes

Codice: Seleziona tutto

#
# MurrineGlow Blue GTK theme
#

# Set GtkSettings color scheme property.
# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
gtk_color_scheme =
"fg_color:#000000\nbg_color:#dedede\nbase_color:#f5f5f5\ntext_color:#000000\nselected_bg_color:#95b8d1\nselected_fg_color:#f5f5f5\ntooltip_bg_color:#393939\ntooltip_fg_color:#dedede"

gtk-icon-sizes ="gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-button=16,16"

style "default"
{
	########
	# Style Properties
	########
	GtkButton		::child-displacement-x = 1
	GtkButton		::child-displacement-y = 1
	GtkButton		::default-border       = { 0, 0, 0, 0 }
	GtkCheckButton	::indicator-size       = 14

	GtkPaned		::handle-size          = 6

	GtkRange		::trough-border        = 3
	GtkRange		::slider-width         = 10
	GtkRange		::stepper-size         = 10

	GtkScale		::slider-length        = 20
	GtkScale		::slider-width         = 10
	GtkScale		::trough-side-details  = 0
	GtkScrollbar	::min-slider-length    = 30

	GtkMenuBar		::internal-padding     = 0
	GtkExpander		::expander-size        = 16
	GtkToolbar		::internal-padding     = 1
	GtkTreeView		::expander-size        = 14
	GtkTreeView		::vertical-separator   = 0

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

    GtkScrolledWindow::scrollbar-spacing  = 3
    
    GtkNotebook::tab-curvature = 3
    GtkNotebook::tab-overlap = 4

	# Glow the tasklist by changing the color, instead of overlaying it with a rectangle
	WnckTasklist   ::fade-overlay-rect = 0
    #WnckTasklist   ::fade-loop-time = 5.0
    #WnckTasklist   ::fade-opacity = 0.7

	xthickness = 1
	ythickness = 1


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

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

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

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

	engine "murrine" 
	{
		profile		    = MURRINE # engine style options: CANDIDO, MURRINE, MIST, MURRINE, NODOKA
		rgba		    = FALSE  # FALSE = disabled, TRUE = enabled
		animation           = TRUE
		colorize_scrollbar  = FALSE
		contrast            = 1.0   # 0.8 for less contrast, more than 1.0 for more contrast on borders
		glazestyle          = 0     # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
		gradients           = TRUE  # FALSE = disabled, TRUE = enabled
		gradient_shades     = {1.09,1.01,1.01,0.9} # default: {1.1,1.0,1.0,1.1}
		highlight_shade     = 1.04  # set highlight amount for buttons or widgets
		lightborder_shade   = 1.2   # sets lightborder amount for buttons or widgets
		lightborderstyle    = 0     # 0 = lightborder on top side, 1 = lightborder on all sides
		listviewheaderstyle = 0     # 0 = flat, 1 = glassy, 2 = raised
		listviewstyle       = 0     # 0 = nothing, 1 = dotted
		menubaritemstyle    = 1     # 0 = menuitem look, 1 = button look
		menubarstyle        = 2     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
		menuitemstyle       = 0     # 0 = flat, 1 = glassy, 2 = striped
		menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
		reliefstyle	    = 2     # 0 = flat, 1 = inset, 2 = shadow
		roundness           = 2     # 0 = squared, 1 = old default, more will increase roundness
		scrollbarstyle      = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
		sliderstyle         = 0     # 0 = nothing added, 1 = handles
		stepperstyle        = 1     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
		toolbarstyle	    = 2     # 0 = flat, 1 = glassy, 2 = gradient
	}
}

style "evolution-hack" = "default"
{	
	bg[NORMAL]   = shade (1.14, @bg_color)  # Color for evo treeview headers.
	bg[PRELIGHT]   = shade (1.18, @bg_color)  # Color for evo treeview header prelight.
	bg[ACTIVE]	= shade (0.80, @bg_color)  # Color for unfocused evo selected items.
	bg[SELECTED]	= @selected_bg_color  # Color for evo selected items.
	fg[ACTIVE]      = @selected_fg_color
	fg[SELECTED]    = @selected_fg_color
}

style "wide"
{
	xthickness = 2
	ythickness = 2
}

style "wider"
{
	xthickness = 3
	ythickness = 3
}

style "widest"
{
	xthickness = 4
	ythickness = 4
}

style "frame" = "wide"
{
  GtkWidget::draw-border = {1,1,1,1}
}

style "button"
{
	xthickness   = 3
	ythickness   = 3

	bg[NORMAL]   = shade (1.07, @bg_color)
	bg[PRELIGHT] = shade (1.10, @bg_color)
	bg[ACTIVE]   = shade (0.85, @bg_color)
}

style "entry" = "wider" {
}

style "notebook-bg" = "wider"
{
	bg[NORMAL] = shade (1.05, @bg_color)
	bg[ACTIVE] = shade (0.95, @bg_color)
}

style "notebook" = "notebook-bg"
{	
	engine "clearlooks"
	{
		radius = 1.5
		style = GUMMY
	}
}

style "tasklist"
{
	xthickness = 5
	ythickness = 3
}

style "menubar"
{
	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#333333"
	bg[INSENSITIVE] = "#333333"
	fg[NORMAL]   = "#D4D4D4"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"
}

style "menu"
{
	xthickness = 0
	ythickness = 0

	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#404040" #"#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#404040"
	bg[INSENSITIVE] = "#404040"
	fg[NORMAL]   = "#dedede"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"

	engine "murrine" {
		roundness = 0
		rgba = FALSE
	}
}

style "menu-item"
{
	xthickness = 2
	ythickness = 3

	bg[SELECTED] = @selected_bg_color
	bg[PRELIGHT] = @selected_bg_color
	fg[SELECTED] = @selected_fg_color
	fg[PRELIGHT] = @selected_fg_color
	
	fg[NORMAL]   = "#dedede" #Xfce4-panel necessary fix
}

style "separator-menu-item"
{
	GtkSeparatorMenuItem::horizontal-padding = 0
	# We are setting the desired height by using wide-separators
	# There is no other way to get the odd height ...
	GtkWidget::wide-separators = 1
	GtkWidget::separator-width = 1
	GtkWidget::separator-height = 1
	xthickness = 1
	ythickness = 0
	
	engine "murrine" {
		contrast = 0.9
		rgba = FALSE
	}
}

style "treeview"
{
  #base[NORMAL] = mix(0.95, @base_color, @selected_bg_color)
}

# Based on the default style so that the colors from the button
# style are overriden again.
style "treeview-header"
{
	xthickness = 2
	ythickness = 1

	bg[NORMAL] = shade(1.07, @bg_color)
	bg[PRELIGHT] = shade(1.10, @bg_color)
	bg[ACTIVE] = mix (0.3, shade (1.1, @selected_bg_color), @bg_color)
}

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

style "tooltips"
{
	xthickness = 4
	ythickness = 4

	bg[NORMAL] = @tooltip_bg_color
	bg[ACTIVE] = @tooltip_bg_color
	bg[PRELIGHT] = shade (0.85, @tooltip_bg_color)
	bg[SELECTED] = shade (0.85, @tooltip_bg_color)
	bg[INSENSITIVE] = @tooltip_bg_color
	
	fg[NORMAL] = @tooltip_fg_color
	fg[ACTIVE] = @tooltip_fg_color
	fg[PRELIGHT] = darker (@tooltip_fg_color)
	fg[SELECTED] = darker (@tooltip_fg_color)
	fg[INSENSITIVE] = @tooltip_fg_color
}

style "progressbar"
{
	xthickness = 0
	ythickness = 0
	
	fg[PRELIGHT] = lighter (@selected_fg_color)

	engine "murrine" 
	{
		roundness = 0
		highlight_shade = 1.20
		rgba = FALSE
	}
}

style "statusbar"
{
}

style "comboboxentry"
{
	# NOTE:
	# If you set the appears-as-list option on comboboxes in the theme
	# you should set this hint on the combobox instead.
}

style "spinbutton"
{
}

style "scale"
{
	bg[NORMAL] = shade(1.1, @bg_color)
	bg[PRELIGHT] = shade(1.25, @bg_color)
	
	engine "murrine" {
	roundness = 1
	profile = CANDIDO
	}
}

style "hscale"
{
}

style "vscale"
{
}

style "scrollbar"
{
	bg[NORMAL]        = shade (0.8, @bg_color)
	
	engine "murrine" {
	highlight_shade = 1.0
	scrollbar_color = "#3e3e3e"
	glazestyle = 0
	roundness = 1
	rgba = FALSE
	}
}

style "nautilus-location"
{
	bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
}

style "radiocheck"
{
	text[NORMAL]	  = "#ffffff"
	text[PRELIGHT]    = "#ffffff"
}

style "panel"
{
	xthickness = 0
	ythickness = 0
	
	fg[NORMAL]        = "#dedede"
	fg[PRELIGHT]      = "#95b8d1"
	fg[ACTIVE]        = "#ffffff"
	bg[NORMAL]        = "#000000"
	bg[PRELIGHT]     = "#1D1D1D"
	bg[ACTIVE]       = "#1D1D1D"
	
	engine "murrine" {
	roundness = 0
	rgba = FALSE
	}
}

#########################################
# Matches
#########################################

# Default style is applied to every widget
class "GtkWidget"    style "default"

# Increase the x/ythickness in some widgets
class "GtkToolbar"   style "default"
class "GtkRange"     style "wide"
class "GtkFrame"     style "wide"
class "GtkSeparator" style "wide"
class "GtkCalendar"  style "wide"
class "GtkEntry"     style "entry"

class "GtkSpinButton"  style "spinbutton"
class "GtkScale"       style "scale"
class "GtkVScale"      style "vscale"
class "GtkHScale"      style "hscale"
class "GtkScrollbar"   style "scrollbar"
class "GtkVScrollbar"   style "scrollbar"
class "GtkHScrollbar"   style "scrollbar"


# 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.

# 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't want changed)
widget_class "*<GtkNotebook>*<GtkEventBox>"     style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkLayout>"       style "notebook-bg"

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

widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*"         style "comboboxentry"

widget_class "*<GtkMenuBar>*"           style "menubar"
widget_class "*<GtkMenu>*"              style "menu"
widget_class "*<GtkMenuItem>*"          style "menu-item"
widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"

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

widget_class "*<GtkProgressBar>"       style "progressbar"

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

# Workarounds for Evolution
widget_class "*.ETable.ECanvas"    style "treeview-header"
widget_class "*.ETree.ECanvas"    style "treeview-header"
widget_class "*GtkCTree*"	style "evolution-hack"
widget_class "*GtkList*"	style "evolution-hack"
widget_class "*GtkCList*"	style "evolution-hack"
widget_class "*.ETree.*"	style "evolution-hack"
widget_class "*EInfoLabel*"	style "evolution-hack"

# Panel style
#class "*Panel*" style "panel"
widget "*PanelWidget*" 					style "panel"
widget "*PanelApplet*" 					style "panel"
widget "*fast-user-switch*"				style "panel"
class "PanelApp*" 						style "panel"
class "PanelToplevel*" 					style "panel"
#widget_class "*Mail*" 					style "panel"
widget_class "*notif*" 					style "panel"
widget_class "*Notif*" 					style "panel"

# XFCE panel theming
widget "*Xfce*Panel*" style "panel"
class "*Xfce*Panel*" style "panel"

# Radiocheck
class "GtkCheck*" style "radiocheck"

# The window of the tooltip is called "gtk-tooltip"
################################
# FIXME:
# This will not work if one embeds eg. a button into the tooltip.
# As far as I can tell right now we will need to rework the theme
# quite a bit to get this working correctly.
# (It will involve setting different priorities, etc.)
################################
widget "gtk-tooltip*" style "tooltips"

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

# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
widget "*.nautilus-extra-view-widget" style : highest "nautilus-location"

# 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 "text-is-fg-color-workaround"
{
	text[NORMAL]      = "#000000"
	text[PRELIGHT]    = "#000000"
	text[SELECTED]    = "#000000"
	text[ACTIVE]      = "#000000"
	text[INSENSITIVE] = "#d0d0d0"
}
widget_class "*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround"

style "menuitem-text-is-fg-color-workaround"
{
	text[NORMAL]        = "#D4D4D4"
	text[PRELIGHT]      = @selected_fg_color
	text[SELECTED]      = @selected_fg_color
	text[ACTIVE]        = @selected_fg_color
	text[INSENSITIVE]   = "#d0d0d0"
}
widget "*.gtk-combobox-popup-menu.*"   style "menuitem-text-is-fg-color-workaround"

style "fg-is-text-color-workaround"
{
	fg[NORMAL]      = "#000000"
	fg[PRELIGHT]    = "#000000"
	fg[ACTIVE]      = "#ffffff"
	fg[SELECTED]    = "#ffffff"
	fg[INSENSITIVE] = "#d0d0d0"
}
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"

# Work around the evolution "New" button bug by making the toolbar flat.
# http://bugzilla.gnome.org/show_bug.cgi?id=446953
# Maybe remove this workaround in unstable releases.
style "evo-new-button-workaround"
{

	engine "murrine"
	{
		toolbarstyle = 0
		rgba = FALSE
	}
}
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround"
Ho fatto le modifiche che prima avevo provato con gnome-color-chooser e alcune altre.
Per chi lo volesse provare, il tema gtk è tutto lì, vi occorre solo un tema metacity e il motore murrine.


Se avete suggerimenti o consigli...
Per i pannelli andate qualche post indietro e trascinateli sui pannelli up.png e down.png

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 18:08
da Ivan!
SuNjACk ha scritto: Hai una mail intanto (rotfl)
a me lo dici?! drakfire ne ha 9976 (rotfl) :P
drakfire ha scritto: Immagine
superazo ha scritto:
Ivan! ha scritto: Immagine
Il wallpaper è una foto che ho scattato io. (cit.)
Spettacolo! Io però farei la serpentina di conky sul bianco/grigio chiaro...
grazie :D
In effetti hai ragione, provo a cambiare il colore del conky-lua, magari anche un blu chiarissimo
:)

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 18:08
da SuNjACk
shouldes ha scritto:

Codice: Seleziona tutto

#
# MurrineGlow Blue GTK theme
#

# Set GtkSettings color scheme property.
# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
gtk_color_scheme =
"fg_color:#000000\nbg_color:#dedede\nbase_color:#f5f5f5\ntext_color:#000000\nselected_bg_color:#95b8d1\nselected_fg_color:#f5f5f5\ntooltip_bg_color:#393939\ntooltip_fg_color:#dedede"

gtk-icon-sizes ="gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-button=16,16"

style "default"
{
	########
	# Style Properties
	########
	GtkButton		::child-displacement-x = 1
	GtkButton		::child-displacement-y = 1
	GtkButton		::default-border       = { 0, 0, 0, 0 }
	GtkCheckButton	::indicator-size       = 14

	GtkPaned		::handle-size          = 6

	GtkRange		::trough-border        = 3
	GtkRange		::slider-width         = 10
	GtkRange		::stepper-size         = 10

	GtkScale		::slider-length        = 20
	GtkScale		::slider-width         = 10
	GtkScale		::trough-side-details  = 0
	GtkScrollbar	::min-slider-length    = 30

	GtkMenuBar		::internal-padding     = 0
	GtkExpander		::expander-size        = 16
	GtkToolbar		::internal-padding     = 1
	GtkTreeView		::expander-size        = 14
	GtkTreeView		::vertical-separator   = 0

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

    GtkScrolledWindow::scrollbar-spacing  = 3
    
    GtkNotebook::tab-curvature = 3
    GtkNotebook::tab-overlap = 4

	# Glow the tasklist by changing the color, instead of overlaying it with a rectangle
	WnckTasklist   ::fade-overlay-rect = 0
    #WnckTasklist   ::fade-loop-time = 5.0
    #WnckTasklist   ::fade-opacity = 0.7

	xthickness = 1
	ythickness = 1


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

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

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

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

	engine "murrine" 
	{
		profile		    = MURRINE # engine style options: CANDIDO, MURRINE, MIST, MURRINE, NODOKA
		rgba		    = FALSE  # FALSE = disabled, TRUE = enabled
		animation           = TRUE
		colorize_scrollbar  = FALSE
		contrast            = 1.0   # 0.8 for less contrast, more than 1.0 for more contrast on borders
		glazestyle          = 0     # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
		gradients           = TRUE  # FALSE = disabled, TRUE = enabled
		gradient_shades     = {1.09,1.01,1.01,0.9} # default: {1.1,1.0,1.0,1.1}
		highlight_shade     = 1.04  # set highlight amount for buttons or widgets
		lightborder_shade   = 1.2   # sets lightborder amount for buttons or widgets
		lightborderstyle    = 0     # 0 = lightborder on top side, 1 = lightborder on all sides
		listviewheaderstyle = 0     # 0 = flat, 1 = glassy, 2 = raised
		listviewstyle       = 0     # 0 = nothing, 1 = dotted
		menubaritemstyle    = 1     # 0 = menuitem look, 1 = button look
		menubarstyle        = 2     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
		menuitemstyle       = 0     # 0 = flat, 1 = glassy, 2 = striped
		menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
		reliefstyle	    = 2     # 0 = flat, 1 = inset, 2 = shadow
		roundness           = 2     # 0 = squared, 1 = old default, more will increase roundness
		scrollbarstyle      = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
		sliderstyle         = 0     # 0 = nothing added, 1 = handles
		stepperstyle        = 1     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
		toolbarstyle	    = 2     # 0 = flat, 1 = glassy, 2 = gradient
	}
}

style "evolution-hack" = "default"
{	
	bg[NORMAL]   = shade (1.14, @bg_color)  # Color for evo treeview headers.
	bg[PRELIGHT]   = shade (1.18, @bg_color)  # Color for evo treeview header prelight.
	bg[ACTIVE]	= shade (0.80, @bg_color)  # Color for unfocused evo selected items.
	bg[SELECTED]	= @selected_bg_color  # Color for evo selected items.
	fg[ACTIVE]      = @selected_fg_color
	fg[SELECTED]    = @selected_fg_color
}

style "wide"
{
	xthickness = 2
	ythickness = 2
}

style "wider"
{
	xthickness = 3
	ythickness = 3
}

style "widest"
{
	xthickness = 4
	ythickness = 4
}

style "frame" = "wide"
{
  GtkWidget::draw-border = {1,1,1,1}
}

style "button"
{
	xthickness   = 3
	ythickness   = 3

	bg[NORMAL]   = shade (1.07, @bg_color)
	bg[PRELIGHT] = shade (1.10, @bg_color)
	bg[ACTIVE]   = shade (0.85, @bg_color)
}

style "entry" = "wider" {
}

style "notebook-bg" = "wider"
{
	bg[NORMAL] = shade (1.05, @bg_color)
	bg[ACTIVE] = shade (0.95, @bg_color)
}

style "notebook" = "notebook-bg"
{	
	engine "clearlooks"
	{
		radius = 1.5
		style = GUMMY
	}
}

style "tasklist"
{
	xthickness = 5
	ythickness = 3
}

style "menubar"
{
	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#333333"
	bg[INSENSITIVE] = "#333333"
	fg[NORMAL]   = "#D4D4D4"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"
}

style "menu"
{
	xthickness = 0
	ythickness = 0

	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#404040" #"#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#404040"
	bg[INSENSITIVE] = "#404040"
	fg[NORMAL]   = "#dedede"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"

	engine "murrine" {
		roundness = 0
		rgba = FALSE
	}
}

style "menu-item"
{
	xthickness = 2
	ythickness = 3

	bg[SELECTED] = @selected_bg_color
	bg[PRELIGHT] = @selected_bg_color
	fg[SELECTED] = @selected_fg_color
	fg[PRELIGHT] = @selected_fg_color
	
	fg[NORMAL]   = "#dedede" #Xfce4-panel necessary fix
}

style "separator-menu-item"
{
	GtkSeparatorMenuItem::horizontal-padding = 0
	# We are setting the desired height by using wide-separators
	# There is no other way to get the odd height ...
	GtkWidget::wide-separators = 1
	GtkWidget::separator-width = 1
	GtkWidget::separator-height = 1
	xthickness = 1
	ythickness = 0
	
	engine "murrine" {
		contrast = 0.9
		rgba = FALSE
	}
}

style "treeview"
{
  #base[NORMAL] = mix(0.95, @base_color, @selected_bg_color)
}

# Based on the default style so that the colors from the button
# style are overriden again.
style "treeview-header"
{
	xthickness = 2
	ythickness = 1

	bg[NORMAL] = shade(1.07, @bg_color)
	bg[PRELIGHT] = shade(1.10, @bg_color)
	bg[ACTIVE] = mix (0.3, shade (1.1, @selected_bg_color), @bg_color)
}

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

style "tooltips"
{
	xthickness = 4
	ythickness = 4

	bg[NORMAL] = @tooltip_bg_color
	bg[ACTIVE] = @tooltip_bg_color
	bg[PRELIGHT] = shade (0.85, @tooltip_bg_color)
	bg[SELECTED] = shade (0.85, @tooltip_bg_color)
	bg[INSENSITIVE] = @tooltip_bg_color
	
	fg[NORMAL] = @tooltip_fg_color
	fg[ACTIVE] = @tooltip_fg_color
	fg[PRELIGHT] = darker (@tooltip_fg_color)
	fg[SELECTED] = darker (@tooltip_fg_color)
	fg[INSENSITIVE] = @tooltip_fg_color
}

style "progressbar"
{
	xthickness = 0
	ythickness = 0
	
	fg[PRELIGHT] = lighter (@selected_fg_color)

	engine "murrine" 
	{
		roundness = 0
		highlight_shade = 1.20
		rgba = FALSE
	}
}

style "statusbar"
{
}

style "comboboxentry"
{
	# NOTE:
	# If you set the appears-as-list option on comboboxes in the theme
	# you should set this hint on the combobox instead.
}

style "spinbutton"
{
}

style "scale"
{
	bg[NORMAL] = shade(1.1, @bg_color)
	bg[PRELIGHT] = shade(1.25, @bg_color)
	
	engine "murrine" {
	roundness = 1
	profile = CANDIDO
	}
}

style "hscale"
{
}

style "vscale"
{
}

style "scrollbar"
{
	bg[NORMAL]        = shade (0.8, @bg_color)
	
	engine "murrine" {
	highlight_shade = 1.0
	scrollbar_color = "#3e3e3e"
	glazestyle = 0
	roundness = 1
	rgba = FALSE
	}
}

style "nautilus-location"
{
	bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
}

style "radiocheck"
{
	text[NORMAL]	  = "#ffffff"
	text[PRELIGHT]    = "#ffffff"
}

style "panel"
{
	xthickness = 0
	ythickness = 0
	
	fg[NORMAL]        = "#dedede"
	fg[PRELIGHT]      = "#95b8d1"
	fg[ACTIVE]        = "#ffffff"
	bg[NORMAL]        = "#000000"
	bg[PRELIGHT]     = "#1D1D1D"
	bg[ACTIVE]       = "#1D1D1D"
	
	engine "murrine" {
	roundness = 0
	rgba = FALSE
	}
}

#########################################
# Matches
#########################################

# Default style is applied to every widget
class "GtkWidget"    style "default"

# Increase the x/ythickness in some widgets
class "GtkToolbar"   style "default"
class "GtkRange"     style "wide"
class "GtkFrame"     style "wide"
class "GtkSeparator" style "wide"
class "GtkCalendar"  style "wide"
class "GtkEntry"     style "entry"

class "GtkSpinButton"  style "spinbutton"
class "GtkScale"       style "scale"
class "GtkVScale"      style "vscale"
class "GtkHScale"      style "hscale"
class "GtkScrollbar"   style "scrollbar"
class "GtkVScrollbar"   style "scrollbar"
class "GtkHScrollbar"   style "scrollbar"


# 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.

# 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't want changed)
widget_class "*<GtkNotebook>*<GtkEventBox>"     style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkLayout>"       style "notebook-bg"

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

widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*"         style "comboboxentry"

widget_class "*<GtkMenuBar>*"           style "menubar"
widget_class "*<GtkMenu>*"              style "menu"
widget_class "*<GtkMenuItem>*"          style "menu-item"
widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"

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

widget_class "*<GtkProgressBar>"       style "progressbar"

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

# Workarounds for Evolution
widget_class "*.ETable.ECanvas"    style "treeview-header"
widget_class "*.ETree.ECanvas"    style "treeview-header"
widget_class "*GtkCTree*"	style "evolution-hack"
widget_class "*GtkList*"	style "evolution-hack"
widget_class "*GtkCList*"	style "evolution-hack"
widget_class "*.ETree.*"	style "evolution-hack"
widget_class "*EInfoLabel*"	style "evolution-hack"

# Panel style
#class "*Panel*" style "panel"
widget "*PanelWidget*" 					style "panel"
widget "*PanelApplet*" 					style "panel"
widget "*fast-user-switch*"				style "panel"
class "PanelApp*" 						style "panel"
class "PanelToplevel*" 					style "panel"
#widget_class "*Mail*" 					style "panel"
widget_class "*notif*" 					style "panel"
widget_class "*Notif*" 					style "panel"

# XFCE panel theming
widget "*Xfce*Panel*" style "panel"
class "*Xfce*Panel*" style "panel"

# Radiocheck
class "GtkCheck*" style "radiocheck"

# The window of the tooltip is called "gtk-tooltip"
################################
# FIXME:
# This will not work if one embeds eg. a button into the tooltip.
# As far as I can tell right now we will need to rework the theme
# quite a bit to get this working correctly.
# (It will involve setting different priorities, etc.)
################################
widget "gtk-tooltip*" style "tooltips"

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

# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
widget "*.nautilus-extra-view-widget" style : highest "nautilus-location"

# 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 "text-is-fg-color-workaround"
{
	text[NORMAL]      = "#000000"
	text[PRELIGHT]    = "#000000"
	text[SELECTED]    = "#000000"
	text[ACTIVE]      = "#000000"
	text[INSENSITIVE] = "#d0d0d0"
}
widget_class "*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround"

style "menuitem-text-is-fg-color-workaround"
{
	text[NORMAL]        = "#D4D4D4"
	text[PRELIGHT]      = @selected_fg_color
	text[SELECTED]      = @selected_fg_color
	text[ACTIVE]        = @selected_fg_color
	text[INSENSITIVE]   = "#d0d0d0"
}
widget "*.gtk-combobox-popup-menu.*"   style "menuitem-text-is-fg-color-workaround"

style "fg-is-text-color-workaround"
{
	fg[NORMAL]      = "#000000"
	fg[PRELIGHT]    = "#000000"
	fg[ACTIVE]      = "#ffffff"
	fg[SELECTED]    = "#ffffff"
	fg[INSENSITIVE] = "#d0d0d0"
}
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"

# Work around the evolution "New" button bug by making the toolbar flat.
# http://bugzilla.gnome.org/show_bug.cgi?id=446953
# Maybe remove this workaround in unstable releases.
style "evo-new-button-workaround"
{

	engine "murrine"
	{
		toolbarstyle = 0
		rgba = FALSE
	}
}
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround"
Ho fatto le modifiche che prima avevo provato con gnome-color-chooser e alcune altre.
Per chi lo volesse provare, il tema gtk è tutto lì, vi occorre solo un tema metacity e il motore murrine.


Se avete suggerimenti o consigli...
Per i pannelli andate qualche post indietro e trascinateli sui pannelli up.png e down.png
almeno uno screenshot (rotfl)

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 18:13
da SuNjACk
Ivan! ha scritto:
SuNjACk ha scritto: Hai una mail intanto (rotfl)
a me lo dici?! drakfire ne ha 9976 (rotfl) :P
(rotfl) (rotfl)

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 18:48
da shouldes
SuNjACk ha scritto:
shouldes ha scritto:

Codice: Seleziona tutto

#
# MurrineGlow Blue GTK theme
#

# Set GtkSettings color scheme property.
# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
gtk_color_scheme =
"fg_color:#000000\nbg_color:#dedede\nbase_color:#f5f5f5\ntext_color:#000000\nselected_bg_color:#95b8d1\nselected_fg_color:#f5f5f5\ntooltip_bg_color:#393939\ntooltip_fg_color:#dedede"

gtk-icon-sizes ="gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-button=16,16"

style "default"
{
	########
	# Style Properties
	########
	GtkButton		::child-displacement-x = 1
	GtkButton		::child-displacement-y = 1
	GtkButton		::default-border       = { 0, 0, 0, 0 }
	GtkCheckButton	::indicator-size       = 14

	GtkPaned		::handle-size          = 6

	GtkRange		::trough-border        = 3
	GtkRange		::slider-width         = 10
	GtkRange		::stepper-size         = 10

	GtkScale		::slider-length        = 20
	GtkScale		::slider-width         = 10
	GtkScale		::trough-side-details  = 0
	GtkScrollbar	::min-slider-length    = 30

	GtkMenuBar		::internal-padding     = 0
	GtkExpander		::expander-size        = 16
	GtkToolbar		::internal-padding     = 1
	GtkTreeView		::expander-size        = 14
	GtkTreeView		::vertical-separator   = 0

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

    GtkScrolledWindow::scrollbar-spacing  = 3
    
    GtkNotebook::tab-curvature = 3
    GtkNotebook::tab-overlap = 4

	# Glow the tasklist by changing the color, instead of overlaying it with a rectangle
	WnckTasklist   ::fade-overlay-rect = 0
    #WnckTasklist   ::fade-loop-time = 5.0
    #WnckTasklist   ::fade-opacity = 0.7

	xthickness = 1
	ythickness = 1


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

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

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

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

	engine "murrine" 
	{
		profile		    = MURRINE # engine style options: CANDIDO, MURRINE, MIST, MURRINE, NODOKA
		rgba		    = FALSE  # FALSE = disabled, TRUE = enabled
		animation           = TRUE
		colorize_scrollbar  = FALSE
		contrast            = 1.0   # 0.8 for less contrast, more than 1.0 for more contrast on borders
		glazestyle          = 0     # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
		gradients           = TRUE  # FALSE = disabled, TRUE = enabled
		gradient_shades     = {1.09,1.01,1.01,0.9} # default: {1.1,1.0,1.0,1.1}
		highlight_shade     = 1.04  # set highlight amount for buttons or widgets
		lightborder_shade   = 1.2   # sets lightborder amount for buttons or widgets
		lightborderstyle    = 0     # 0 = lightborder on top side, 1 = lightborder on all sides
		listviewheaderstyle = 0     # 0 = flat, 1 = glassy, 2 = raised
		listviewstyle       = 0     # 0 = nothing, 1 = dotted
		menubaritemstyle    = 1     # 0 = menuitem look, 1 = button look
		menubarstyle        = 2     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
		menuitemstyle       = 0     # 0 = flat, 1 = glassy, 2 = striped
		menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
		reliefstyle	    = 2     # 0 = flat, 1 = inset, 2 = shadow
		roundness           = 2     # 0 = squared, 1 = old default, more will increase roundness
		scrollbarstyle      = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
		sliderstyle         = 0     # 0 = nothing added, 1 = handles
		stepperstyle        = 1     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
		toolbarstyle	    = 2     # 0 = flat, 1 = glassy, 2 = gradient
	}
}

style "evolution-hack" = "default"
{	
	bg[NORMAL]   = shade (1.14, @bg_color)  # Color for evo treeview headers.
	bg[PRELIGHT]   = shade (1.18, @bg_color)  # Color for evo treeview header prelight.
	bg[ACTIVE]	= shade (0.80, @bg_color)  # Color for unfocused evo selected items.
	bg[SELECTED]	= @selected_bg_color  # Color for evo selected items.
	fg[ACTIVE]      = @selected_fg_color
	fg[SELECTED]    = @selected_fg_color
}

style "wide"
{
	xthickness = 2
	ythickness = 2
}

style "wider"
{
	xthickness = 3
	ythickness = 3
}

style "widest"
{
	xthickness = 4
	ythickness = 4
}

style "frame" = "wide"
{
  GtkWidget::draw-border = {1,1,1,1}
}

style "button"
{
	xthickness   = 3
	ythickness   = 3

	bg[NORMAL]   = shade (1.07, @bg_color)
	bg[PRELIGHT] = shade (1.10, @bg_color)
	bg[ACTIVE]   = shade (0.85, @bg_color)
}

style "entry" = "wider" {
}

style "notebook-bg" = "wider"
{
	bg[NORMAL] = shade (1.05, @bg_color)
	bg[ACTIVE] = shade (0.95, @bg_color)
}

style "notebook" = "notebook-bg"
{	
	engine "clearlooks"
	{
		radius = 1.5
		style = GUMMY
	}
}

style "tasklist"
{
	xthickness = 5
	ythickness = 3
}

style "menubar"
{
	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#333333"
	bg[INSENSITIVE] = "#333333"
	fg[NORMAL]   = "#D4D4D4"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"
}

style "menu"
{
	xthickness = 0
	ythickness = 0

	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#404040" #"#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#404040"
	bg[INSENSITIVE] = "#404040"
	fg[NORMAL]   = "#dedede"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"

	engine "murrine" {
		roundness = 0
		rgba = FALSE
	}
}

style "menu-item"
{
	xthickness = 2
	ythickness = 3

	bg[SELECTED] = @selected_bg_color
	bg[PRELIGHT] = @selected_bg_color
	fg[SELECTED] = @selected_fg_color
	fg[PRELIGHT] = @selected_fg_color
	
	fg[NORMAL]   = "#dedede" #Xfce4-panel necessary fix
}

style "separator-menu-item"
{
	GtkSeparatorMenuItem::horizontal-padding = 0
	# We are setting the desired height by using wide-separators
	# There is no other way to get the odd height ...
	GtkWidget::wide-separators = 1
	GtkWidget::separator-width = 1
	GtkWidget::separator-height = 1
	xthickness = 1
	ythickness = 0
	
	engine "murrine" {
		contrast = 0.9
		rgba = FALSE
	}
}

style "treeview"
{
  #base[NORMAL] = mix(0.95, @base_color, @selected_bg_color)
}

# Based on the default style so that the colors from the button
# style are overriden again.
style "treeview-header"
{
	xthickness = 2
	ythickness = 1

	bg[NORMAL] = shade(1.07, @bg_color)
	bg[PRELIGHT] = shade(1.10, @bg_color)
	bg[ACTIVE] = mix (0.3, shade (1.1, @selected_bg_color), @bg_color)
}

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

style "tooltips"
{
	xthickness = 4
	ythickness = 4

	bg[NORMAL] = @tooltip_bg_color
	bg[ACTIVE] = @tooltip_bg_color
	bg[PRELIGHT] = shade (0.85, @tooltip_bg_color)
	bg[SELECTED] = shade (0.85, @tooltip_bg_color)
	bg[INSENSITIVE] = @tooltip_bg_color
	
	fg[NORMAL] = @tooltip_fg_color
	fg[ACTIVE] = @tooltip_fg_color
	fg[PRELIGHT] = darker (@tooltip_fg_color)
	fg[SELECTED] = darker (@tooltip_fg_color)
	fg[INSENSITIVE] = @tooltip_fg_color
}

style "progressbar"
{
	xthickness = 0
	ythickness = 0
	
	fg[PRELIGHT] = lighter (@selected_fg_color)

	engine "murrine" 
	{
		roundness = 0
		highlight_shade = 1.20
		rgba = FALSE
	}
}

style "statusbar"
{
}

style "comboboxentry"
{
	# NOTE:
	# If you set the appears-as-list option on comboboxes in the theme
	# you should set this hint on the combobox instead.
}

style "spinbutton"
{
}

style "scale"
{
	bg[NORMAL] = shade(1.1, @bg_color)
	bg[PRELIGHT] = shade(1.25, @bg_color)
	
	engine "murrine" {
	roundness = 1
	profile = CANDIDO
	}
}

style "hscale"
{
}

style "vscale"
{
}

style "scrollbar"
{
	bg[NORMAL]        = shade (0.8, @bg_color)
	
	engine "murrine" {
	highlight_shade = 1.0
	scrollbar_color = "#3e3e3e"
	glazestyle = 0
	roundness = 1
	rgba = FALSE
	}
}

style "nautilus-location"
{
	bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
}

style "radiocheck"
{
	text[NORMAL]	  = "#ffffff"
	text[PRELIGHT]    = "#ffffff"
}

style "panel"
{
	xthickness = 0
	ythickness = 0
	
	fg[NORMAL]        = "#dedede"
	fg[PRELIGHT]      = "#95b8d1"
	fg[ACTIVE]        = "#ffffff"
	bg[NORMAL]        = "#000000"
	bg[PRELIGHT]     = "#1D1D1D"
	bg[ACTIVE]       = "#1D1D1D"
	
	engine "murrine" {
	roundness = 0
	rgba = FALSE
	}
}

#########################################
# Matches
#########################################

# Default style is applied to every widget
class "GtkWidget"    style "default"

# Increase the x/ythickness in some widgets
class "GtkToolbar"   style "default"
class "GtkRange"     style "wide"
class "GtkFrame"     style "wide"
class "GtkSeparator" style "wide"
class "GtkCalendar"  style "wide"
class "GtkEntry"     style "entry"

class "GtkSpinButton"  style "spinbutton"
class "GtkScale"       style "scale"
class "GtkVScale"      style "vscale"
class "GtkHScale"      style "hscale"
class "GtkScrollbar"   style "scrollbar"
class "GtkVScrollbar"   style "scrollbar"
class "GtkHScrollbar"   style "scrollbar"


# 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.

# 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't want changed)
widget_class "*<GtkNotebook>*<GtkEventBox>"     style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkLayout>"       style "notebook-bg"

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

widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*"         style "comboboxentry"

widget_class "*<GtkMenuBar>*"           style "menubar"
widget_class "*<GtkMenu>*"              style "menu"
widget_class "*<GtkMenuItem>*"          style "menu-item"
widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"

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

widget_class "*<GtkProgressBar>"       style "progressbar"

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

# Workarounds for Evolution
widget_class "*.ETable.ECanvas"    style "treeview-header"
widget_class "*.ETree.ECanvas"    style "treeview-header"
widget_class "*GtkCTree*"	style "evolution-hack"
widget_class "*GtkList*"	style "evolution-hack"
widget_class "*GtkCList*"	style "evolution-hack"
widget_class "*.ETree.*"	style "evolution-hack"
widget_class "*EInfoLabel*"	style "evolution-hack"

# Panel style
#class "*Panel*" style "panel"
widget "*PanelWidget*" 					style "panel"
widget "*PanelApplet*" 					style "panel"
widget "*fast-user-switch*"				style "panel"
class "PanelApp*" 						style "panel"
class "PanelToplevel*" 					style "panel"
#widget_class "*Mail*" 					style "panel"
widget_class "*notif*" 					style "panel"
widget_class "*Notif*" 					style "panel"

# XFCE panel theming
widget "*Xfce*Panel*" style "panel"
class "*Xfce*Panel*" style "panel"

# Radiocheck
class "GtkCheck*" style "radiocheck"

# The window of the tooltip is called "gtk-tooltip"
################################
# FIXME:
# This will not work if one embeds eg. a button into the tooltip.
# As far as I can tell right now we will need to rework the theme
# quite a bit to get this working correctly.
# (It will involve setting different priorities, etc.)
################################
widget "gtk-tooltip*" style "tooltips"

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

# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
widget "*.nautilus-extra-view-widget" style : highest "nautilus-location"

# 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 "text-is-fg-color-workaround"
{
	text[NORMAL]      = "#000000"
	text[PRELIGHT]    = "#000000"
	text[SELECTED]    = "#000000"
	text[ACTIVE]      = "#000000"
	text[INSENSITIVE] = "#d0d0d0"
}
widget_class "*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround"

style "menuitem-text-is-fg-color-workaround"
{
	text[NORMAL]        = "#D4D4D4"
	text[PRELIGHT]      = @selected_fg_color
	text[SELECTED]      = @selected_fg_color
	text[ACTIVE]        = @selected_fg_color
	text[INSENSITIVE]   = "#d0d0d0"
}
widget "*.gtk-combobox-popup-menu.*"   style "menuitem-text-is-fg-color-workaround"

style "fg-is-text-color-workaround"
{
	fg[NORMAL]      = "#000000"
	fg[PRELIGHT]    = "#000000"
	fg[ACTIVE]      = "#ffffff"
	fg[SELECTED]    = "#ffffff"
	fg[INSENSITIVE] = "#d0d0d0"
}
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"

# Work around the evolution "New" button bug by making the toolbar flat.
# http://bugzilla.gnome.org/show_bug.cgi?id=446953
# Maybe remove this workaround in unstable releases.
style "evo-new-button-workaround"
{

	engine "murrine"
	{
		toolbarstyle = 0
		rgba = FALSE
	}
}
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround"
Ho fatto le modifiche che prima avevo provato con gnome-color-chooser e alcune altre.
Per chi lo volesse provare, il tema gtk è tutto lì, vi occorre solo un tema metacity e il motore murrine.


Se avete suggerimenti o consigli...
Per i pannelli andate qualche post indietro e trascinateli sui pannelli up.png e down.png
almeno uno screenshot (rotfl)
Più che altro serve un video per vedere i tooltips, l'elenco finestre, i menù, ecc...
Negli screenshoot c'è poco da vedere, sembra uguale, non si devono neppure le evidenziazioni menù più in stile mac che come erano prima (murrine glassed).
Non evidenzio più i pulsanti, nel pannello, ma le scritte stesse, evitando contrasti esagerati.
Tante altre modifiche non fotografabili.

Immagine

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 18:57
da SuNjACk
shouldes ha scritto:
SuNjACk ha scritto:
shouldes ha scritto:

Codice: Seleziona tutto

#
# MurrineGlow Blue GTK theme
#

# Set GtkSettings color scheme property.
# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
gtk_color_scheme =
"fg_color:#000000\nbg_color:#dedede\nbase_color:#f5f5f5\ntext_color:#000000\nselected_bg_color:#95b8d1\nselected_fg_color:#f5f5f5\ntooltip_bg_color:#393939\ntooltip_fg_color:#dedede"

gtk-icon-sizes ="gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-button=16,16"

style "default"
{
	########
	# Style Properties
	########
	GtkButton		::child-displacement-x = 1
	GtkButton		::child-displacement-y = 1
	GtkButton		::default-border       = { 0, 0, 0, 0 }
	GtkCheckButton	::indicator-size       = 14

	GtkPaned		::handle-size          = 6

	GtkRange		::trough-border        = 3
	GtkRange		::slider-width         = 10
	GtkRange		::stepper-size         = 10

	GtkScale		::slider-length        = 20
	GtkScale		::slider-width         = 10
	GtkScale		::trough-side-details  = 0
	GtkScrollbar	::min-slider-length    = 30

	GtkMenuBar		::internal-padding     = 0
	GtkExpander		::expander-size        = 16
	GtkToolbar		::internal-padding     = 1
	GtkTreeView		::expander-size        = 14
	GtkTreeView		::vertical-separator   = 0

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

    GtkScrolledWindow::scrollbar-spacing  = 3
    
    GtkNotebook::tab-curvature = 3
    GtkNotebook::tab-overlap = 4

	# Glow the tasklist by changing the color, instead of overlaying it with a rectangle
	WnckTasklist   ::fade-overlay-rect = 0
    #WnckTasklist   ::fade-loop-time = 5.0
    #WnckTasklist   ::fade-opacity = 0.7

	xthickness = 1
	ythickness = 1


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

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

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

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

	engine "murrine" 
	{
		profile		    = MURRINE # engine style options: CANDIDO, MURRINE, MIST, MURRINE, NODOKA
		rgba		    = FALSE  # FALSE = disabled, TRUE = enabled
		animation           = TRUE
		colorize_scrollbar  = FALSE
		contrast            = 1.0   # 0.8 for less contrast, more than 1.0 for more contrast on borders
		glazestyle          = 0     # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
		gradients           = TRUE  # FALSE = disabled, TRUE = enabled
		gradient_shades     = {1.09,1.01,1.01,0.9} # default: {1.1,1.0,1.0,1.1}
		highlight_shade     = 1.04  # set highlight amount for buttons or widgets
		lightborder_shade   = 1.2   # sets lightborder amount for buttons or widgets
		lightborderstyle    = 0     # 0 = lightborder on top side, 1 = lightborder on all sides
		listviewheaderstyle = 0     # 0 = flat, 1 = glassy, 2 = raised
		listviewstyle       = 0     # 0 = nothing, 1 = dotted
		menubaritemstyle    = 1     # 0 = menuitem look, 1 = button look
		menubarstyle        = 2     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
		menuitemstyle       = 0     # 0 = flat, 1 = glassy, 2 = striped
		menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
		reliefstyle	    = 2     # 0 = flat, 1 = inset, 2 = shadow
		roundness           = 2     # 0 = squared, 1 = old default, more will increase roundness
		scrollbarstyle      = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
		sliderstyle         = 0     # 0 = nothing added, 1 = handles
		stepperstyle        = 1     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
		toolbarstyle	    = 2     # 0 = flat, 1 = glassy, 2 = gradient
	}
}

style "evolution-hack" = "default"
{	
	bg[NORMAL]   = shade (1.14, @bg_color)  # Color for evo treeview headers.
	bg[PRELIGHT]   = shade (1.18, @bg_color)  # Color for evo treeview header prelight.
	bg[ACTIVE]	= shade (0.80, @bg_color)  # Color for unfocused evo selected items.
	bg[SELECTED]	= @selected_bg_color  # Color for evo selected items.
	fg[ACTIVE]      = @selected_fg_color
	fg[SELECTED]    = @selected_fg_color
}

style "wide"
{
	xthickness = 2
	ythickness = 2
}

style "wider"
{
	xthickness = 3
	ythickness = 3
}

style "widest"
{
	xthickness = 4
	ythickness = 4
}

style "frame" = "wide"
{
  GtkWidget::draw-border = {1,1,1,1}
}

style "button"
{
	xthickness   = 3
	ythickness   = 3

	bg[NORMAL]   = shade (1.07, @bg_color)
	bg[PRELIGHT] = shade (1.10, @bg_color)
	bg[ACTIVE]   = shade (0.85, @bg_color)
}

style "entry" = "wider" {
}

style "notebook-bg" = "wider"
{
	bg[NORMAL] = shade (1.05, @bg_color)
	bg[ACTIVE] = shade (0.95, @bg_color)
}

style "notebook" = "notebook-bg"
{	
	engine "clearlooks"
	{
		radius = 1.5
		style = GUMMY
	}
}

style "tasklist"
{
	xthickness = 5
	ythickness = 3
}

style "menubar"
{
	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#333333"
	bg[INSENSITIVE] = "#333333"
	fg[NORMAL]   = "#D4D4D4"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"
}

style "menu"
{
	xthickness = 0
	ythickness = 0

	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#404040" #"#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#404040"
	bg[INSENSITIVE] = "#404040"
	fg[NORMAL]   = "#dedede"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"

	engine "murrine" {
		roundness = 0
		rgba = FALSE
	}
}

style "menu-item"
{
	xthickness = 2
	ythickness = 3

	bg[SELECTED] = @selected_bg_color
	bg[PRELIGHT] = @selected_bg_color
	fg[SELECTED] = @selected_fg_color
	fg[PRELIGHT] = @selected_fg_color
	
	fg[NORMAL]   = "#dedede" #Xfce4-panel necessary fix
}

style "separator-menu-item"
{
	GtkSeparatorMenuItem::horizontal-padding = 0
	# We are setting the desired height by using wide-separators
	# There is no other way to get the odd height ...
	GtkWidget::wide-separators = 1
	GtkWidget::separator-width = 1
	GtkWidget::separator-height = 1
	xthickness = 1
	ythickness = 0
	
	engine "murrine" {
		contrast = 0.9
		rgba = FALSE
	}
}

style "treeview"
{
  #base[NORMAL] = mix(0.95, @base_color, @selected_bg_color)
}

# Based on the default style so that the colors from the button
# style are overriden again.
style "treeview-header"
{
	xthickness = 2
	ythickness = 1

	bg[NORMAL] = shade(1.07, @bg_color)
	bg[PRELIGHT] = shade(1.10, @bg_color)
	bg[ACTIVE] = mix (0.3, shade (1.1, @selected_bg_color), @bg_color)
}

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

style "tooltips"
{
	xthickness = 4
	ythickness = 4

	bg[NORMAL] = @tooltip_bg_color
	bg[ACTIVE] = @tooltip_bg_color
	bg[PRELIGHT] = shade (0.85, @tooltip_bg_color)
	bg[SELECTED] = shade (0.85, @tooltip_bg_color)
	bg[INSENSITIVE] = @tooltip_bg_color
	
	fg[NORMAL] = @tooltip_fg_color
	fg[ACTIVE] = @tooltip_fg_color
	fg[PRELIGHT] = darker (@tooltip_fg_color)
	fg[SELECTED] = darker (@tooltip_fg_color)
	fg[INSENSITIVE] = @tooltip_fg_color
}

style "progressbar"
{
	xthickness = 0
	ythickness = 0
	
	fg[PRELIGHT] = lighter (@selected_fg_color)

	engine "murrine" 
	{
		roundness = 0
		highlight_shade = 1.20
		rgba = FALSE
	}
}

style "statusbar"
{
}

style "comboboxentry"
{
	# NOTE:
	# If you set the appears-as-list option on comboboxes in the theme
	# you should set this hint on the combobox instead.
}

style "spinbutton"
{
}

style "scale"
{
	bg[NORMAL] = shade(1.1, @bg_color)
	bg[PRELIGHT] = shade(1.25, @bg_color)
	
	engine "murrine" {
	roundness = 1
	profile = CANDIDO
	}
}

style "hscale"
{
}

style "vscale"
{
}

style "scrollbar"
{
	bg[NORMAL]        = shade (0.8, @bg_color)
	
	engine "murrine" {
	highlight_shade = 1.0
	scrollbar_color = "#3e3e3e"
	glazestyle = 0
	roundness = 1
	rgba = FALSE
	}
}

style "nautilus-location"
{
	bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
}

style "radiocheck"
{
	text[NORMAL]	  = "#ffffff"
	text[PRELIGHT]    = "#ffffff"
}

style "panel"
{
	xthickness = 0
	ythickness = 0
	
	fg[NORMAL]        = "#dedede"
	fg[PRELIGHT]      = "#95b8d1"
	fg[ACTIVE]        = "#ffffff"
	bg[NORMAL]        = "#000000"
	bg[PRELIGHT]     = "#1D1D1D"
	bg[ACTIVE]       = "#1D1D1D"
	
	engine "murrine" {
	roundness = 0
	rgba = FALSE
	}
}

#########################################
# Matches
#########################################

# Default style is applied to every widget
class "GtkWidget"    style "default"

# Increase the x/ythickness in some widgets
class "GtkToolbar"   style "default"
class "GtkRange"     style "wide"
class "GtkFrame"     style "wide"
class "GtkSeparator" style "wide"
class "GtkCalendar"  style "wide"
class "GtkEntry"     style "entry"

class "GtkSpinButton"  style "spinbutton"
class "GtkScale"       style "scale"
class "GtkVScale"      style "vscale"
class "GtkHScale"      style "hscale"
class "GtkScrollbar"   style "scrollbar"
class "GtkVScrollbar"   style "scrollbar"
class "GtkHScrollbar"   style "scrollbar"


# 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.

# 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't want changed)
widget_class "*<GtkNotebook>*<GtkEventBox>"     style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkLayout>"       style "notebook-bg"

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

widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*"         style "comboboxentry"

widget_class "*<GtkMenuBar>*"           style "menubar"
widget_class "*<GtkMenu>*"              style "menu"
widget_class "*<GtkMenuItem>*"          style "menu-item"
widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"

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

widget_class "*<GtkProgressBar>"       style "progressbar"

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

# Workarounds for Evolution
widget_class "*.ETable.ECanvas"    style "treeview-header"
widget_class "*.ETree.ECanvas"    style "treeview-header"
widget_class "*GtkCTree*"	style "evolution-hack"
widget_class "*GtkList*"	style "evolution-hack"
widget_class "*GtkCList*"	style "evolution-hack"
widget_class "*.ETree.*"	style "evolution-hack"
widget_class "*EInfoLabel*"	style "evolution-hack"

# Panel style
#class "*Panel*" style "panel"
widget "*PanelWidget*" 					style "panel"
widget "*PanelApplet*" 					style "panel"
widget "*fast-user-switch*"				style "panel"
class "PanelApp*" 						style "panel"
class "PanelToplevel*" 					style "panel"
#widget_class "*Mail*" 					style "panel"
widget_class "*notif*" 					style "panel"
widget_class "*Notif*" 					style "panel"

# XFCE panel theming
widget "*Xfce*Panel*" style "panel"
class "*Xfce*Panel*" style "panel"

# Radiocheck
class "GtkCheck*" style "radiocheck"

# The window of the tooltip is called "gtk-tooltip"
################################
# FIXME:
# This will not work if one embeds eg. a button into the tooltip.
# As far as I can tell right now we will need to rework the theme
# quite a bit to get this working correctly.
# (It will involve setting different priorities, etc.)
################################
widget "gtk-tooltip*" style "tooltips"

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

# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
widget "*.nautilus-extra-view-widget" style : highest "nautilus-location"

# 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 "text-is-fg-color-workaround"
{
	text[NORMAL]      = "#000000"
	text[PRELIGHT]    = "#000000"
	text[SELECTED]    = "#000000"
	text[ACTIVE]      = "#000000"
	text[INSENSITIVE] = "#d0d0d0"
}
widget_class "*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround"

style "menuitem-text-is-fg-color-workaround"
{
	text[NORMAL]        = "#D4D4D4"
	text[PRELIGHT]      = @selected_fg_color
	text[SELECTED]      = @selected_fg_color
	text[ACTIVE]        = @selected_fg_color
	text[INSENSITIVE]   = "#d0d0d0"
}
widget "*.gtk-combobox-popup-menu.*"   style "menuitem-text-is-fg-color-workaround"

style "fg-is-text-color-workaround"
{
	fg[NORMAL]      = "#000000"
	fg[PRELIGHT]    = "#000000"
	fg[ACTIVE]      = "#ffffff"
	fg[SELECTED]    = "#ffffff"
	fg[INSENSITIVE] = "#d0d0d0"
}
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"

# Work around the evolution "New" button bug by making the toolbar flat.
# http://bugzilla.gnome.org/show_bug.cgi?id=446953
# Maybe remove this workaround in unstable releases.
style "evo-new-button-workaround"
{

	engine "murrine"
	{
		toolbarstyle = 0
		rgba = FALSE
	}
}
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround"
Ho fatto le modifiche che prima avevo provato con gnome-color-chooser e alcune altre.
Per chi lo volesse provare, il tema gtk è tutto lì, vi occorre solo un tema metacity e il motore murrine.


Se avete suggerimenti o consigli...
Per i pannelli andate qualche post indietro e trascinateli sui pannelli up.png e down.png
almeno uno screenshot (rotfl)
Più che altro serve un video per vedere i tooltips, l'elenco finestre, i menù, ecc...
Negli screenshoot c'è poco da vedere, sembra uguale, non si devono neppure le evidenziazioni menù più in stile mac che come erano prima (murrine glassed).
Non evidenzio più i pulsanti, nel pannello, ma le scritte stesse, evitando contrasti esagerati.
Tante altre modifiche non fotografabili.

Immagine
infatti io ho detto almeno uno screen shot potevo postarne anche 10 (rotfl)

EDIT: non è male il tema solo che io raramente uso temi chiari :D

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 19:03
da gargantua
Ivan! ha scritto: compilando docky...
Immagine
Ho compilato anch'io docky ieri. Appena partita docky ha un consumo abbastanza ridotto di memoria(20/30 mb) ma dopo un ora di lavoro raggiunge i 120 mb ed oltre. Succede anche a te?

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 19:10
da shouldes
SuNjACk ha scritto:
shouldes ha scritto:
SuNjACk ha scritto:
shouldes ha scritto:

Codice: Seleziona tutto

#
# MurrineGlow Blue GTK theme
#

# Set GtkSettings color scheme property.
# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
gtk_color_scheme =
"fg_color:#000000\nbg_color:#dedede\nbase_color:#f5f5f5\ntext_color:#000000\nselected_bg_color:#95b8d1\nselected_fg_color:#f5f5f5\ntooltip_bg_color:#393939\ntooltip_fg_color:#dedede"

gtk-icon-sizes ="gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-button=16,16"

style "default"
{
	########
	# Style Properties
	########
	GtkButton		::child-displacement-x = 1
	GtkButton		::child-displacement-y = 1
	GtkButton		::default-border       = { 0, 0, 0, 0 }
	GtkCheckButton	::indicator-size       = 14

	GtkPaned		::handle-size          = 6

	GtkRange		::trough-border        = 3
	GtkRange		::slider-width         = 10
	GtkRange		::stepper-size         = 10

	GtkScale		::slider-length        = 20
	GtkScale		::slider-width         = 10
	GtkScale		::trough-side-details  = 0
	GtkScrollbar	::min-slider-length    = 30

	GtkMenuBar		::internal-padding     = 0
	GtkExpander		::expander-size        = 16
	GtkToolbar		::internal-padding     = 1
	GtkTreeView		::expander-size        = 14
	GtkTreeView		::vertical-separator   = 0

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

    GtkScrolledWindow::scrollbar-spacing  = 3
    
    GtkNotebook::tab-curvature = 3
    GtkNotebook::tab-overlap = 4

	# Glow the tasklist by changing the color, instead of overlaying it with a rectangle
	WnckTasklist   ::fade-overlay-rect = 0
    #WnckTasklist   ::fade-loop-time = 5.0
    #WnckTasklist   ::fade-opacity = 0.7

	xthickness = 1
	ythickness = 1


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

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

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

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

	engine "murrine" 
	{
		profile		    = MURRINE # engine style options: CANDIDO, MURRINE, MIST, MURRINE, NODOKA
		rgba		    = FALSE  # FALSE = disabled, TRUE = enabled
		animation           = TRUE
		colorize_scrollbar  = FALSE
		contrast            = 1.0   # 0.8 for less contrast, more than 1.0 for more contrast on borders
		glazestyle          = 0     # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
		gradients           = TRUE  # FALSE = disabled, TRUE = enabled
		gradient_shades     = {1.09,1.01,1.01,0.9} # default: {1.1,1.0,1.0,1.1}
		highlight_shade     = 1.04  # set highlight amount for buttons or widgets
		lightborder_shade   = 1.2   # sets lightborder amount for buttons or widgets
		lightborderstyle    = 0     # 0 = lightborder on top side, 1 = lightborder on all sides
		listviewheaderstyle = 0     # 0 = flat, 1 = glassy, 2 = raised
		listviewstyle       = 0     # 0 = nothing, 1 = dotted
		menubaritemstyle    = 1     # 0 = menuitem look, 1 = button look
		menubarstyle        = 2     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
		menuitemstyle       = 0     # 0 = flat, 1 = glassy, 2 = striped
		menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
		reliefstyle	    = 2     # 0 = flat, 1 = inset, 2 = shadow
		roundness           = 2     # 0 = squared, 1 = old default, more will increase roundness
		scrollbarstyle      = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
		sliderstyle         = 0     # 0 = nothing added, 1 = handles
		stepperstyle        = 1     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
		toolbarstyle	    = 2     # 0 = flat, 1 = glassy, 2 = gradient
	}
}

style "evolution-hack" = "default"
{	
	bg[NORMAL]   = shade (1.14, @bg_color)  # Color for evo treeview headers.
	bg[PRELIGHT]   = shade (1.18, @bg_color)  # Color for evo treeview header prelight.
	bg[ACTIVE]	= shade (0.80, @bg_color)  # Color for unfocused evo selected items.
	bg[SELECTED]	= @selected_bg_color  # Color for evo selected items.
	fg[ACTIVE]      = @selected_fg_color
	fg[SELECTED]    = @selected_fg_color
}

style "wide"
{
	xthickness = 2
	ythickness = 2
}

style "wider"
{
	xthickness = 3
	ythickness = 3
}

style "widest"
{
	xthickness = 4
	ythickness = 4
}

style "frame" = "wide"
{
  GtkWidget::draw-border = {1,1,1,1}
}

style "button"
{
	xthickness   = 3
	ythickness   = 3

	bg[NORMAL]   = shade (1.07, @bg_color)
	bg[PRELIGHT] = shade (1.10, @bg_color)
	bg[ACTIVE]   = shade (0.85, @bg_color)
}

style "entry" = "wider" {
}

style "notebook-bg" = "wider"
{
	bg[NORMAL] = shade (1.05, @bg_color)
	bg[ACTIVE] = shade (0.95, @bg_color)
}

style "notebook" = "notebook-bg"
{	
	engine "clearlooks"
	{
		radius = 1.5
		style = GUMMY
	}
}

style "tasklist"
{
	xthickness = 5
	ythickness = 3
}

style "menubar"
{
	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#333333"
	bg[INSENSITIVE] = "#333333"
	fg[NORMAL]   = "#D4D4D4"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"
}

style "menu"
{
	xthickness = 0
	ythickness = 0

	bg[SELECTED] = @selected_bg_color
	bg[NORMAL]   = "#404040" #"#3C3C3C"
	bg[PRELIGHT] = @selected_bg_color
	bg[ACTIVE]   = "#404040"
	bg[INSENSITIVE] = "#404040"
	fg[NORMAL]   = "#dedede"
	fg[PRELIGHT] = @selected_fg_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE]   = @selected_fg_color
	fg[INSENSITIVE] = "#333333"
	text[NORMAL]   = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[SELECTED] = @selected_fg_color
	text[ACTIVE]   = @selected_fg_color
	text[INSENSITIVE] = "#333333"

	engine "murrine" {
		roundness = 0
		rgba = FALSE
	}
}

style "menu-item"
{
	xthickness = 2
	ythickness = 3

	bg[SELECTED] = @selected_bg_color
	bg[PRELIGHT] = @selected_bg_color
	fg[SELECTED] = @selected_fg_color
	fg[PRELIGHT] = @selected_fg_color
	
	fg[NORMAL]   = "#dedede" #Xfce4-panel necessary fix
}

style "separator-menu-item"
{
	GtkSeparatorMenuItem::horizontal-padding = 0
	# We are setting the desired height by using wide-separators
	# There is no other way to get the odd height ...
	GtkWidget::wide-separators = 1
	GtkWidget::separator-width = 1
	GtkWidget::separator-height = 1
	xthickness = 1
	ythickness = 0
	
	engine "murrine" {
		contrast = 0.9
		rgba = FALSE
	}
}

style "treeview"
{
  #base[NORMAL] = mix(0.95, @base_color, @selected_bg_color)
}

# Based on the default style so that the colors from the button
# style are overriden again.
style "treeview-header"
{
	xthickness = 2
	ythickness = 1

	bg[NORMAL] = shade(1.07, @bg_color)
	bg[PRELIGHT] = shade(1.10, @bg_color)
	bg[ACTIVE] = mix (0.3, shade (1.1, @selected_bg_color), @bg_color)
}

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

style "tooltips"
{
	xthickness = 4
	ythickness = 4

	bg[NORMAL] = @tooltip_bg_color
	bg[ACTIVE] = @tooltip_bg_color
	bg[PRELIGHT] = shade (0.85, @tooltip_bg_color)
	bg[SELECTED] = shade (0.85, @tooltip_bg_color)
	bg[INSENSITIVE] = @tooltip_bg_color
	
	fg[NORMAL] = @tooltip_fg_color
	fg[ACTIVE] = @tooltip_fg_color
	fg[PRELIGHT] = darker (@tooltip_fg_color)
	fg[SELECTED] = darker (@tooltip_fg_color)
	fg[INSENSITIVE] = @tooltip_fg_color
}

style "progressbar"
{
	xthickness = 0
	ythickness = 0
	
	fg[PRELIGHT] = lighter (@selected_fg_color)

	engine "murrine" 
	{
		roundness = 0
		highlight_shade = 1.20
		rgba = FALSE
	}
}

style "statusbar"
{
}

style "comboboxentry"
{
	# NOTE:
	# If you set the appears-as-list option on comboboxes in the theme
	# you should set this hint on the combobox instead.
}

style "spinbutton"
{
}

style "scale"
{
	bg[NORMAL] = shade(1.1, @bg_color)
	bg[PRELIGHT] = shade(1.25, @bg_color)
	
	engine "murrine" {
	roundness = 1
	profile = CANDIDO
	}
}

style "hscale"
{
}

style "vscale"
{
}

style "scrollbar"
{
	bg[NORMAL]        = shade (0.8, @bg_color)
	
	engine "murrine" {
	highlight_shade = 1.0
	scrollbar_color = "#3e3e3e"
	glazestyle = 0
	roundness = 1
	rgba = FALSE
	}
}

style "nautilus-location"
{
	bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
}

style "radiocheck"
{
	text[NORMAL]	  = "#ffffff"
	text[PRELIGHT]    = "#ffffff"
}

style "panel"
{
	xthickness = 0
	ythickness = 0
	
	fg[NORMAL]        = "#dedede"
	fg[PRELIGHT]      = "#95b8d1"
	fg[ACTIVE]        = "#ffffff"
	bg[NORMAL]        = "#000000"
	bg[PRELIGHT]     = "#1D1D1D"
	bg[ACTIVE]       = "#1D1D1D"
	
	engine "murrine" {
	roundness = 0
	rgba = FALSE
	}
}

#########################################
# Matches
#########################################

# Default style is applied to every widget
class "GtkWidget"    style "default"

# Increase the x/ythickness in some widgets
class "GtkToolbar"   style "default"
class "GtkRange"     style "wide"
class "GtkFrame"     style "wide"
class "GtkSeparator" style "wide"
class "GtkCalendar"  style "wide"
class "GtkEntry"     style "entry"

class "GtkSpinButton"  style "spinbutton"
class "GtkScale"       style "scale"
class "GtkVScale"      style "vscale"
class "GtkHScale"      style "hscale"
class "GtkScrollbar"   style "scrollbar"
class "GtkVScrollbar"   style "scrollbar"
class "GtkHScrollbar"   style "scrollbar"


# 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.

# 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't want changed)
widget_class "*<GtkNotebook>*<GtkEventBox>"     style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "notebook-bg"
widget_class "*<GtkNotebook>*<GtkLayout>"       style "notebook-bg"

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

widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*"         style "comboboxentry"

widget_class "*<GtkMenuBar>*"           style "menubar"
widget_class "*<GtkMenu>*"              style "menu"
widget_class "*<GtkMenuItem>*"          style "menu-item"
widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"

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

widget_class "*<GtkProgressBar>"       style "progressbar"

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

# Workarounds for Evolution
widget_class "*.ETable.ECanvas"    style "treeview-header"
widget_class "*.ETree.ECanvas"    style "treeview-header"
widget_class "*GtkCTree*"	style "evolution-hack"
widget_class "*GtkList*"	style "evolution-hack"
widget_class "*GtkCList*"	style "evolution-hack"
widget_class "*.ETree.*"	style "evolution-hack"
widget_class "*EInfoLabel*"	style "evolution-hack"

# Panel style
#class "*Panel*" style "panel"
widget "*PanelWidget*" 					style "panel"
widget "*PanelApplet*" 					style "panel"
widget "*fast-user-switch*"				style "panel"
class "PanelApp*" 						style "panel"
class "PanelToplevel*" 					style "panel"
#widget_class "*Mail*" 					style "panel"
widget_class "*notif*" 					style "panel"
widget_class "*Notif*" 					style "panel"

# XFCE panel theming
widget "*Xfce*Panel*" style "panel"
class "*Xfce*Panel*" style "panel"

# Radiocheck
class "GtkCheck*" style "radiocheck"

# The window of the tooltip is called "gtk-tooltip"
################################
# FIXME:
# This will not work if one embeds eg. a button into the tooltip.
# As far as I can tell right now we will need to rework the theme
# quite a bit to get this working correctly.
# (It will involve setting different priorities, etc.)
################################
widget "gtk-tooltip*" style "tooltips"

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

# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
widget "*.nautilus-extra-view-widget" style : highest "nautilus-location"

# 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 "text-is-fg-color-workaround"
{
	text[NORMAL]      = "#000000"
	text[PRELIGHT]    = "#000000"
	text[SELECTED]    = "#000000"
	text[ACTIVE]      = "#000000"
	text[INSENSITIVE] = "#d0d0d0"
}
widget_class "*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround"

style "menuitem-text-is-fg-color-workaround"
{
	text[NORMAL]        = "#D4D4D4"
	text[PRELIGHT]      = @selected_fg_color
	text[SELECTED]      = @selected_fg_color
	text[ACTIVE]        = @selected_fg_color
	text[INSENSITIVE]   = "#d0d0d0"
}
widget "*.gtk-combobox-popup-menu.*"   style "menuitem-text-is-fg-color-workaround"

style "fg-is-text-color-workaround"
{
	fg[NORMAL]      = "#000000"
	fg[PRELIGHT]    = "#000000"
	fg[ACTIVE]      = "#ffffff"
	fg[SELECTED]    = "#ffffff"
	fg[INSENSITIVE] = "#d0d0d0"
}
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"

# Work around the evolution "New" button bug by making the toolbar flat.
# http://bugzilla.gnome.org/show_bug.cgi?id=446953
# Maybe remove this workaround in unstable releases.
style "evo-new-button-workaround"
{

	engine "murrine"
	{
		toolbarstyle = 0
		rgba = FALSE
	}
}
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround"
Ho fatto le modifiche che prima avevo provato con gnome-color-chooser e alcune altre.
Per chi lo volesse provare, il tema gtk è tutto lì, vi occorre solo un tema metacity e il motore murrine.


Se avete suggerimenti o consigli...
Per i pannelli andate qualche post indietro e trascinateli sui pannelli up.png e down.png
almeno uno screenshot (rotfl)
Più che altro serve un video per vedere i tooltips, l'elenco finestre, i menù, ecc...
Negli screenshoot c'è poco da vedere, sembra uguale, non si devono neppure le evidenziazioni menù più in stile mac che come erano prima (murrine glassed).
Non evidenzio più i pulsanti, nel pannello, ma le scritte stesse, evitando contrasti esagerati.
Tante altre modifiche non fotografabili.

Immagine
infatti io ho detto almeno uno screen shot potevo postarne anche 10 (rotfl)

EDIT: non è male il tema solo che io raramente uso temi chiari :D
E' tutto dark, menù, notifiche, suggerimenti...
Di chiaro c'è solo quello che vedi.

Per me i contrasti azzeccati fanno bello il desktop.
Solo per il blu ho usato dappertutto una sola tonalità, di nero ne ho usate tante, lo stesso bianco delle scritte del pannello è meno acceso del bianco dei pulsanti attivi, ecc...
La cosa che non mi piace dagli screenshot che hai postato, è che sembrano monocolore, con icone altrettanto tristi, ma è un mio parere, visto che sui gusti non si discute.

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 19:30
da Ivan!
gargantua ha scritto:
Ivan! ha scritto: compilando docky...
Immagine
Ho compilato anch'io docky ieri. Appena partita docky ha un consumo abbastanza ridotto di memoria(20/30 mb) ma dopo un ora di lavoro raggiunge i 120 mb ed oltre. Succede anche a te?
No, o almeno non mi pare...
Anche se, guardando la foto (sempre se interpreto bene il grafico) sembra che docky mi occupi 133Mb
Immagine
È accesa da  10min dopo che ho fatto quello screenshot.

Comunque se persiste, fallo presente su launchpad, come bug...

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 19:40
da leopesto
diciamo che ho partialmente risolto passando a dust... così ho optato per la versione blue...
eccovi 2 screen...
Immagine Immagine

come vedete la barra in basso contiene ancora segni del tema... :(
e poi in quel caso mi piacerebbe avere i bordi arrotondati... :S

@shouldes... il tuo é a dir poco stupendo!!!  :o

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 21:14
da bird92
Ivan! ha scritto:
gargantua ha scritto:
Ivan! ha scritto: compilando docky...
Immagine
Ho compilato anch'io docky ieri. Appena partita docky ha un consumo abbastanza ridotto di memoria(20/30 mb) ma dopo un ora di lavoro raggiunge i 120 mb ed oltre. Succede anche a te?
No, o almeno non mi pare...
Anche se, guardando la foto (sempre se interpreto bene il grafico) sembra che docky mi occupi 133Mb
Immagine
È accesa da  10min dopo che ho fatto quello screenshot.

Comunque se persiste, fallo presente su launchpad, come bug...
scusate ho dimenticato il comando per mostrare la tabella con i processi nel terminale e non lo trovo O.O, prima usavo l'interfaccia gtk ma adesso ha qualche problemino...

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 21:20
da maxfact
top o htop se è installato

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: martedì 5 gennaio 2010, 21:44
da vaillant
Ritorno dopo un pò di assenza...

DE tutto nuovo:

Immagine    Immagine

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: mercoledì 6 gennaio 2010, 15:20
da drakfire
consigli?

Immagine

Re: [Desktop] I vostri desktop 3 - (evitare spam)

Inviato: mercoledì 6 gennaio 2010, 15:29
da Ivan!
drakfire ha scritto: consigli?
Immagine
Se fossi io, cambierei la dock, il tema... così mi pare troppo piccola, e così scura stona con il resto...
È docky (anche se non penso)? se si che tema?

comunque è un'opinione personale... :P