Hola, tengo este theme http://taling-hallenthur.deviantart.com ... ome&qo=137 , el caso es que ni la font me gustan ni los colores del menu del panel me gustan, me gustaria que las fonts fueran otra y de color negro, e abierto con el editor de texto en theme y veo esto
# Set GtkSettings color scheme property. # This can be overriden (via an xsetting) with eg. the gnome-appearance-properties. gtk_color_scheme = "fg_color:#333\nbg_color:#dedede\nbase_color:#fff\ntext_color:#1A1A1A\nselected_bg_color:#61758d\nselected_fg_color:#f2f9ff\ntooltip_bg_color:#fff4c8\ntooltip_fg_color:#000"
style "clearlooks-separator-menu-item" = "clearlooks-panel" { 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 = 5 xthickness = 1 ythickness = 0 }
# Based on the default style so that the colors from the button # style are overriden again. style "clearlooks-treeview-header" = "clearlooks-default" { xthickness = 2 ythickness = 1
style "clearlooks-comboboxentry" { # NOTE: # If you set the appears-as-list option on comboboxes in the theme # you should set this hint on the combobox instead. engine "clearlooks" { hint = "comboboxentry" } }
# Clearlooks default style is applied to every widget class "GtkWidget" style "clearlooks-default"
# Increase the x/ythickness in some widgets class "GtkToolbar" style "clearlooks-default" class "GtkRange" style "clearlooks-wide" class "GtkFrame" style "clearlooks-wide" class "GtkSeparator" style "clearlooks-wide"
class "GtkEntry" style "clearlooks-entry" class "GtkSpinButton" style "clearlooks-spinbutton" class "GtkScale" style "clearlooks-scale" class "GtkVScale" style "clearlooks-vscale" class "GtkHScale" style "clearlooks-hscale" class "GtkScrollbar" style "clearlooks-scrollbar" class "GtkVScrollbar" style "clearlooks-scrollbar" class "GtkHScrollbar" style "clearlooks-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.
#Panel widget "*PanelWidget*" style "clearlooks-panel" widget "*PanelApplet*" style "clearlooks-panel" widget "*fast-user-switch*" style "clearlooks-panel" # Workaround for Fast User Switch applet class "PanelApp*" style "clearlooks-panel" class "PanelToplevel*" style "clearlooks-panel"
# 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 "clearlooks-notebook-bg" widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "clearlooks-notebook-bg" widget_class "*<GtkNotebook>*<GtkLayout>" style "clearlooks-notebook-bg"
# 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 "clearlooks-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 "clearlooks-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 "clearlooks-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) } widget_class "*.<GtkComboBox>.<GtkCellView>" style "clearlooks-text-is-fg-color-workaround"
# Work around the usage of GtkLabel inside GtkListItems to display text. # This breaks because the label is shown on a background that is based on the # base color set. style "clearlooks-fg-is-text-color-workaround" { fg[NORMAL] = @text_color fg[PRELIGHT] = @text_color fg[ACTIVE] = @selected_fg_color fg[SELECTED] = @selected_fg_color fg[INSENSITIVE] = darker (@bg_color) } widget_class "*<GtkListItem>*" style "clearlooks-fg-is-text-color-workaround" # The same problem also exists for GtkCList and GtkCTree # Only match GtkCList and not the parent widgets, because that would also change the headers. widget_class "*<GtkCList>" style "clearlooks-fg-is-text-color-workaround"
imagino que hay podre cambiar el color y las fonts,pero ando algo perdido ¿como lo cambio?