Maledetto font Cambia colore!!!!

Personalizzazione grafica del sistema: icone, temi, sfondi, suoni, eccetera.
Avatar utente
giacomo.
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1262
Iscrizione: venerdì 28 dicembre 2007, 12:06
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da giacomo. »

mi dispiace... magari se mi dici che tema usi ti aiuto a trovarne uno simile ma modificabile...

comunque ci vorrebbe qualcuno in grado di far funzionare questo su gutsy:

Codice: Seleziona tutto

Open your terminal and edit this file

vi .gtkrc-2.02


An empty Text document will open, and you need to copy/paste the following lines

include “/home/autocrosser/.gnome2/panel-fontrc”style “desktop-icon”
{
NautilusIconContainer::frame_text = 1
text[NORMAL] = “#000000″
NautilusIconContainer::normal_alpha = 70
}
class “GtkWidget” style “desktop-icon”

#NautilusIconContainer::dark_info_color=”#888888″
#NautilusIconContainer::light_info_color=”#bbbbbb”
#NautilusIconContainer::highlight_alpha=200

style “my_color”
{
fg[NORMAL] = “#000000″
}
widget “*PanelWidget*” style “my_color”
widget “*PanelApplet*” style “my_color”
widget_class “*MenuItem*” style “my_color”
widget_class “*ToolItem*” style “my_color”
widget_class “*SeparatorMenuitem*” style “my_color”
widget_class “*SeparatorToolitem*” style “my_color”
widget_class “*ImageMenuitem*” style “my_color”
widget_class “*RadioMenuitem*” style “my_color”
widget_class “*CheckMenuitem*” style “my_color”
widget_class “*TearoffMenuitem*” style “my_color”

save and exit the file

Change the color code of: fg[NORMAL] = “#000000″

To whatever you like, and the text in gnome panels will become that color.
Avatar utente
Sharkey
Prode Principiante
Messaggi: 96
Iscrizione: domenica 21 ottobre 2007, 20:04
Località: Provincia di Vicenza

Re: Maledetto font Cambia colore!!!!

Messaggio da Sharkey »

Il mio tema si chiama "Neutronium Gilouche" (ora che ci penso è un nome orribili)  :P
Avatar utente
giacomo.
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1262
Iscrizione: venerdì 28 dicembre 2007, 12:06
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da giacomo. »

un' altra soluzione sarebbe impostare alle proprietà dello sfondo del pannello Nessuno (usare tema di sistema)
però non so se ti piace
Avatar utente
MI|RO
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 378
Iscrizione: lunedì 3 dicembre 2007, 13:48
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da MI|RO »

Ne approfitto per chiedere come cambiare il colore dei font del tema di human, cioè vado su /usr/share/themes/human/ ed apro human con gedit sul terminale, ora vorrei cambiare il colore dei caratteri del pannello superiore da nero a bianco, però non so dove devo mettere mano, e quale codice inserire.
Sapete dirmi se posso andarci anche da gconf-editor e modificare da lì?grazie e scusate l'ot. :)
Quando il fiore del male emette i primi vagiti significa che il mondo sta andando a ehm........
"Mio Sito: Lavori in corso..."
My Deviantart Profile
Avatar utente
giacomo.
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1262
Iscrizione: venerdì 28 dicembre 2007, 12:06
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da giacomo. »

:MM: ha scritto: Ne approfitto per chiedere come cambiare il colore dei font del tema di human, cioè vado su /usr/share/themes/human/ ed apro human con gedit sul terminale, ora vorrei cambiare il colore dei caratteri del pannello superiore da nero a bianco
credo tu debba cambiare la parte iniziale

text[NORMAL]      = "#000000"
text[PRELIGHT]    = "#000000"
text[ACTIVE]      = "#000000"
text[SELECTED]    = "#000000"
text[INSENSITIVE] = "#B3AFAB"

e al posto di #000000 (che è nero) mettere il codice di altri colori
comunque modificando così ti cambierà il colore di tutto il testo
non solo di quello del pannello
:MM: ha scritto: Sapete dirmi se posso andarci anche da gconf-editor e modificare da lì?
non credo si possa
:MM: ha scritto: grazie e scusate l'ot. :)
non sei OT  :)
Ultima modifica di giacomo. il venerdì 4 aprile 2008, 16:17, modificato 1 volta in totale.
Avatar utente
giacomo.
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1262
Iscrizione: venerdì 28 dicembre 2007, 12:06
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da giacomo. »

credo che anche te Sharkey potresti provare la stessa cosa
cioè modificare questa parte del file gtkrc presente in /home/tuo_nome/.themes/Neutronium Gilouche/gtk-2.0

Codice: Seleziona tutto

text[NORMAL]="#ffffff"
text[PRELIGHT]="#ffffff"
text[ACTIVE]="#ffffff"
text[SELECTED]="#ffffff"
text[INSENSITIVE]="#606060"
Avatar utente
Sharkey
Prode Principiante
Messaggi: 96
Iscrizione: domenica 21 ottobre 2007, 20:04
Località: Provincia di Vicenza

Re: Maledetto font Cambia colore!!!!

Messaggio da Sharkey »

giacomok ha scritto: credo che anche te Sharkey potresti provare la stessa cosa
cioè modificare questa parte del file gtkrc presente in /home/tuo_nome/.themes/Neutronium Gilouche/gtk-2.0

Codice: Seleziona tutto

text[NORMAL]="#ffffff"
text[PRELIGHT]="#ffffff"
text[ACTIVE]="#ffffff"
text[SELECTED]="#ffffff"
text[INSENSITIVE]="#606060"
ci provo
Avatar utente
MI|RO
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 378
Iscrizione: lunedì 3 dicembre 2007, 13:48
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da MI|RO »

Sharkey ha scritto:
giacomok ha scritto: credo che anche te Sharkey potresti provare la stessa cosa
cioè modificare questa parte del file gtkrc presente in /home/tuo_nome/.themes/Neutronium Gilouche/gtk-2.0

Codice: Seleziona tutto

text[NORMAL]="#ffffff"
text[PRELIGHT]="#ffffff"
text[ACTIVE]="#ffffff"
text[SELECTED]="#ffffff"
text[INSENSITIVE]="#606060"
ci provo
Infatti l'idea mi era venuta proprio per questo, xkè se si poteva modificare i colori dei font dal tema di human, credo avrebbe potuto farlo nello stesso modo anche per il suo tema, cmq grazie era quello che volevo sentire. al limite vi posto l'immagine del file del tema di human così potete dirmi quel'è la voce esatta riferita al pannello e non a tutto il testo.

Codice: Seleziona tutto

# Ubuntu Human Colorscheme
#
# Authors:
# Richard Stellingwerff <remenic@gmail.com>
# Daniel Borgmann <daniel.borgmann@gmail.com>
# Billy Cantrell <bvcmdk@yahoo.com>
#
# Feel free to modify and share!

gtk-icon-sizes = "panel-menu=24,24"

style "clearlooks-default"
{
	GtkButton      ::default_border    = { 0, 0, 0, 0 }
	GtkRange       ::trough_border     = 0
	GtkPaned       ::handle_size       = 6
	GtkRange       ::slider_width      = 15
	GtkRange       ::stepper_size      = 15

	GtkScrollbar   ::min_slider_length = 35
	GtkCheckButton ::indicator_size    = 14
	GtkMenuBar     ::internal-padding  = 0
	GtkTreeView    ::expander_size     = 14
	GtkExpander    ::expander_size     = 16
	GtkScale       ::slider-length     = 31
	# GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
	# GtkMenuBar     ::shadow-type       = GTK_SHADOW_OUT
	# GtkScrollbar   ::has-secondary-forward-stepper = 1
	# GtkScrollbar   ::has-secondary-backward-stepper = 1

	GtkButton      ::child-displacement-x = 0
	GtkButton      ::child-displacement-y = 0

	xthickness = 1
	ythickness = 1

	GtkTreeView::odd_row_color = "#F5F2ED"
	GtkTreeView::even_row_color = "#FAF9F7"

	fg[NORMAL]        = "#101010"
	fg[PRELIGHT]      = "#000000"
	fg[ACTIVE]        = "#000000"
	fg[SELECTED]      = "#ffffff"
	fg[INSENSITIVE]   = "#B3AFAB"

	bg[NORMAL]        = "#efebe7"
	bg[PRELIGHT]      = "#f5f3f0"
	bg[ACTIVE]        = "#E1D9D1"
	bg[SELECTED]      = "#D6722D"
	bg[INSENSITIVE]   = "#EBE7E3"

	base[NORMAL]      = "#ffffff"
	base[PRELIGHT]    = "#ffffff"
	base[ACTIVE]      = "#E1D9D1"
	base[SELECTED]    = "#FFD799"
	base[INSENSITIVE] = "#EBE7E3"

	text[NORMAL]      = "#000000"
	text[PRELIGHT]    = "#000000"
	text[ACTIVE]      = "#000000"
	text[SELECTED]    = "#000000"
	text[INSENSITIVE] = "#B3AFAB"

	engine "ubuntulooks" 
	{
		menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
		menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
		listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
		progressbarstyle  = 1       # 0 = candy bar, 1 = fancy candy bar, 2 = flat
		animation         = FALSE
	}
}

# Evolution (and some deprecated widgets) use bg and fg for its listview instead of 
# base and text like they should, so we override it.
style "evolution-hack" = "clearlooks-default"
{	
	bg[ACTIVE]   = "#E1D9D1"
	bg[SELECTED] = "#FFD799"
	fg[ACTIVE]   = "#000000"
	fg[SELECTED] = "#000000"
}

# Bright orange highlights only for selected widgets
style "clearlooks-orange" = "clearlooks-default"
{
	bg[SELECTED] = "#FF6D0C"
}


style "clearlooks-wide" = "clearlooks-default"
{
	xthickness = 2
	ythickness = 2
}
style "clearlooks-wide-orange" = "clearlooks-wide"
{
	bg[SELECTED] = "#FF6D0C"
}

style "clearlooks-wider" = "clearlooks-default"
{
	xthickness = 3
	ythickness = 3
}
style "clearlooks-wider-orange" = "clearlooks-wider"
{
	bg[SELECTED] = "#FF6D0C"
}

style "clearlooks-button" = "clearlooks-wider-orange"
{
	bg[PRELIGHT] = "#f5f3f0"
	bg[ACTIVE]   = "#d9d3cc"
}

style "clearlooks-notebook" = "clearlooks-wide-orange"
{
	bg[NORMAL]      	= "#efebe5"
	bg[ACTIVE]      	= "#d0c8c1"
	bg[INSENSITIVE] 	= "#efebe5"
}

style "clearlooks-tasklist" = "clearlooks-default"
{
	xthickness = 5
	ythickness = 3
}

style "clearlooks-menu" = "clearlooks-default"
{
	xthickness = 2
	ythickness = 1
	bg[NORMAL] = "#f8f5f2"
}

style "clearlooks-menubar-item" = "clearlooks-button"
{
	fg[PRELIGHT] = "#000000"
}

style "clearlooks-menu-item" = "clearlooks-default"
{
	xthickness = 2
	ythickness = 3
	bg[SELECTED] = "#FFD799"
	fg[PRELIGHT] = "#000000"
	text[PRELIGHT] = "#000000"
}

style "clearlooks-tree" = "clearlooks-wide"
{
}

style "clearlooks-frame-title" = "clearlooks-default"
{
	fg[NORMAL] = "#404040"
}

style "clearlooks-tooltips" = "clearlooks-default"
{
	xthickness = 4
	ythickness = 4
	bg[NORMAL] = { 1.0,1.0,0.75 }
}

style "clearlooks-progressbar" = "clearlooks-wide-orange"
{
	xthickness = 2
	ythickness = 2
	fg[PRELIGHT]  = "#ffffff"
}

style "clearlooks-combo" = "clearlooks-button"
{
}

style "clearlooks-check" = "clearlooks-button"
{
}

style "clearlooks-range" = "clearlooks-wide-orange"
{
}

style "metacity-frame" = "clearlooks-default"
{
	bg[SELECTED] = "#CC863E"
}

style "extra-view-widgets" = "clearlooks-default"
{
	bg[NORMAL] = "#F5C07F"
}


# widget styles
class "GtkWidget"      style "clearlooks-default"
class "GtkButton"      style "clearlooks-button"
class "GtkCombo"       style "clearlooks-button"
class "GtkRange"       style "clearlooks-range"
class "GtkFrame"       style "clearlooks-wide"
class "GtkMenu"        style "clearlooks-menu"
class "GtkEntry"       style "clearlooks-wider-orange"
class "GtkMenuItem"    style "clearlooks-menu-item"
class "GtkNotebook"    style "clearlooks-notebook"
class "GtkProgressBar" style "clearlooks-progressbar"
class "MetaFrames"     style "metacity-frame"
class "GtkWindow"      style "metacity-frame"

class "GtkCheckButton" style "clearlooks-check"
class "GtkRadioButton" style "clearlooks-check"

widget_class "*MenuItem.*" style "clearlooks-menu-item"
widget_class "*MenuItem.*ProgressBar*" style "clearlooks-default"

# combobox stuff
widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
# tooltips stuff
widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
widget "gtk-tooltips" style "clearlooks-tooltips"
widget "gtk-tooltip" style "clearlooks-tooltips"

# treeview stuff
widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"

# notebook stuff
widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"

# these should really use base and text colors instead
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 "*.nautilus-extra-view-widget" style:highest "extra-view-widgets"
Quando il fiore del male emette i primi vagiti significa che il mondo sta andando a ehm........
"Mio Sito: Lavori in corso..."
My Deviantart Profile
Avatar utente
giacomo.
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1262
Iscrizione: venerdì 28 dicembre 2007, 12:06
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da giacomo. »

così potete dirmi quel'è la voce esatta riferita al pannello e non a tutto il testo
(rotfl) mi sa che ci hai scambiati per esperti
personalmente non lo sono assolutamente, ne so quanto te, se non meno  ;D

comunque posso cercare..

cercato;
secondo me si deve modificare o quello che ho detto prima o
# Ubuntu Human Colorscheme
#
# Authors:
# Richard Stellingwerff
# Daniel Borgmann
# Billy Cantrell
#
# Feel free to modify and share!

gtk-icon-sizes = "panel-menu=24,24"

style "clearlooks-default"
{
GtkButton      ::default_border    = { 0, 0, 0, 0 }
GtkRange      ::trough_border    = 0
GtkPaned      ::handle_size      = 6
GtkRange      ::slider_width      = 15
GtkRange      ::stepper_size      = 15

GtkScrollbar  ::min_slider_length = 35
GtkCheckButton ::indicator_size    = 14
GtkMenuBar    ::internal-padding  = 0
GtkTreeView    ::expander_size    = 14
GtkExpander    ::expander_size    = 16
GtkScale      ::slider-length    = 31
# GtkToolbar    ::button-relief    = GTK_RELIEF_NORMAL
# GtkMenuBar    ::shadow-type      = GTK_SHADOW_OUT
# GtkScrollbar  ::has-secondary-forward-stepper = 1
# GtkScrollbar  ::has-secondary-backward-stepper = 1

GtkButton      ::child-displacement-x = 0
GtkButton      ::child-displacement-y = 0

xthickness = 1
ythickness = 1

GtkTreeView::odd_row_color = "[glow=red,2,300]#F5F2ED[/glow]"
GtkTreeView::even_row_color = "[glow=red,2,300]#FAF9F7[/glow]"


Ultima modifica di giacomo. il venerdì 4 aprile 2008, 21:17, modificato 1 volta in totale.
Astu
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 515
Iscrizione: sabato 18 novembre 2006, 13:12

Re: Maledetto font Cambia colore!!!!

Messaggio da Astu »

Io ho usato gnome color chooser e sono riuscito molto facilmente a cambiare il coolore del font sul pannello, quindi ti posso garantire che con quello ci riesci. Non ho letto bene tutto il topic, ma forse ti converrebbe cercare di installarlo perchè la cosa non mi sembra ancora risolta dopo 2 pagine =P
Magari dicci che errore ti dà...
Avatar utente
Sharkey
Prode Principiante
Messaggi: 96
Iscrizione: domenica 21 ottobre 2007, 20:04
Località: Provincia di Vicenza

Re: Maledetto font Cambia colore!!!!

Messaggio da Sharkey »

Astu ha scritto: Io ho usato gnome color chooser e sono riuscito molto facilmente a cambiare il coolore del font sul pannello, quindi ti posso garantire che con quello ci riesci. Non ho letto bene tutto il topic, ma forse ti converrebbe cercare di installarlo perchè la cosa non mi sembra ancora risolta dopo 2 pagine =P
Magari dicci che errore ti dà...
Allora io purtroppo non riesco ad installare gnome-color-chooser a causa di errori delle dipendenze. Se sapresti dirmi dove trovare tutte le dipendenze mancanti riuscirei ad installare il pacchetto e magari ad ottenere quello che voglio.
Avatar utente
giacomo.
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1262
Iscrizione: venerdì 28 dicembre 2007, 12:06
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da giacomo. »

qua ti spiega tutto:
http://www.e-pillole.com/linux/post/58/ ... r-chooser/
[il link per scaricare il pacchetto .deb purtroppo è broken
adesso è qui]
Ultima modifica di giacomo. il domenica 6 aprile 2008, 11:54, modificato 1 volta in totale.
Avatar utente
Sharkey
Prode Principiante
Messaggi: 96
Iscrizione: domenica 21 ottobre 2007, 20:04
Località: Provincia di Vicenza

Re: Maledetto font Cambia colore!!!!

Messaggio da Sharkey »

giacomok ha scritto: qua ti spiega tutto:
http://www.e-pillole.com/linux/post/58/ ... r-chooser/
[il link per scaricare il pacchetto .deb purtroppo è broken
adesso è qui]
Non riesco sempre mi dice che mancano le librerie anche dopo aver fatto sudo apt-get -f install. Tu come fai???
Avatar utente
giacomo.
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1262
Iscrizione: venerdì 28 dicembre 2007, 12:06
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da giacomo. »

ma questi li hai controllati da synptic che fossero installati?

Codice: Seleziona tutto

- libgtkmm >= 2.8.0
- libglademm >= 2.6.0
- libgnome-2.0 >= 2.16.0
- libgnomeuimm >= 2.14.0
- libxml2 >= 2.6.0
- GNOME/nautilus >= 2.18 (optional)
- gtk-engines >= 2.10 (optional) 
Avatar utente
Sharkey
Prode Principiante
Messaggi: 96
Iscrizione: domenica 21 ottobre 2007, 20:04
Località: Provincia di Vicenza

Re: Maledetto font Cambia colore!!!!

Messaggio da Sharkey »

giacomok ha scritto: ma questi li hai controllati da synptic che fossero installati?

Codice: Seleziona tutto

- libgtkmm >= 2.8.0
- libglademm >= 2.6.0
- libgnome-2.0 >= 2.16.0
- libgnomeuimm >= 2.14.0
- libxml2 >= 2.6.0
- GNOME/nautilus >= 2.18 (optional)
- gtk-engines >= 2.10 (optional) 
Nel mio synaptic non risultano. ci sono versioni più vecchie.!! e se do l'update non updata nulla.
Avatar utente
giacomo.
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1262
Iscrizione: venerdì 28 dicembre 2007, 12:06
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da giacomo. »

si sembrerebbero versioni più vecchie ma non lo sono
te installa
Avatar utente
Sharkey
Prode Principiante
Messaggi: 96
Iscrizione: domenica 21 ottobre 2007, 20:04
Località: Provincia di Vicenza

Re: Maledetto font Cambia colore!!!!

Messaggio da Sharkey »

giacomok ha scritto: si sembrerebbero versioni più vecchie ma non lo sono
te installa
Quelle io le ho gia installate, ma sono le versioni 2.4 non 2.8 quindi non saprei che dirti. forse dei repository aggiornati!!
Help me please!
Avatar utente
-Sandro-
Prode Principiante
Messaggi: 145
Iscrizione: venerdì 1 settembre 2006, 16:25
Località: prov. Pescara
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da -Sandro- »

Avatar utente
Sharkey
Prode Principiante
Messaggi: 96
Iscrizione: domenica 21 ottobre 2007, 20:04
Località: Provincia di Vicenza

Re: Maledetto font Cambia colore!!!!

Messaggio da Sharkey »

Beh questo l'ho installato ma volevo la versione aggiornata ovviamente.
Avatar utente
MI|RO
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 378
Iscrizione: lunedì 3 dicembre 2007, 13:48
Contatti:

Re: Maledetto font Cambia colore!!!!

Messaggio da MI|RO »

L'ho installato anch'io è funziona, personalmente o visto che la versione aggiornata non è che abbia più di tanto rispetto a questa versione che è gia abbastanza completa. 8)
Quando il fiore del male emette i primi vagiti significa che il mondo sta andando a ehm........
"Mio Sito: Lavori in corso..."
My Deviantart Profile
Scrivi risposta

Ritorna a “Personalizzazione dell'ambiente desktop”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 2 ospiti