Hi there,
On 12 Sep 2003 at 15:51:27 +0100, Thomas Adam wrote:
> If these applications are GTK based then you will need to
> edit "~/.gtkrc". You should really google for examples of
> how/what to change.
Or you can use the theme settings from gnomecc which points
you to already installed gtkrc's on your system:
/usr/share/themes/BrushedMetalClean/gtk/gtkrc:
----------------------------------------------------------------------
style "default"
{
font = "-*-lucida-medium-r-normal-*-*-100-*-*-p-*-iso8859-1"
#fg[NORMAL] = { 0.00, 0.00, 0.00 }
#fg[PRELIGHT] = { 0.25, 0.25, 0.25 }
#fg[ACTIVE] = { 0.00, 0.00, 0.00 }
#fg[SELECTED] = { 0.00, 0.00, 0.00 }
#fg[INSENSITIVE] = { 0.25, 0.25, 0.25 }
#bg[NORMAL] = { 0.85, 0.85, 0.85 }
#bg[PRELIGHT] = { 0.95, 0.95, 0.95 }
#bg[ACTIVE] = { 0.40, 0.40, 0.40 }
#bg[SELECTED] = { 0.70, 0.68, 0.66 }
#bg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
#base[NORMAL] = { 0.80, 0.80, 0.80 }
#base[PRELIGHT] = { 0.90, 0.90, 0.90 }
#base[ACTIVE] = { 0.80, 0.80, 0.80 }
#base[SELECTED] = { 0.40, 0.60, 0.80 }
#base[INSENSITIVE] = { 0.60, 0.55, 0.50 }
bg_pixmap[NORMAL] = "bc.xpm"
bg_pixmap[PRELIGHT] = "bc-light.xpm"
bg_pixmap[ACTIVE] = "bc-dark.xpm"
#bg_pixmap[SELECTED] = "bc-dark.xpm"
bg_pixmap[INSENSITIVE] = "bc.xpm"
}
class "GtkWidget" style "default"
----------------------------------------------------------------------
Cheers, Uwe
--
,_, For personal reply/mail put "fvwm"
(O,O) in the subject.
( ) Otherwise I won't receive our mail.
--"-"----------------------------------------
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri Sep 12 2003 - 09:59:35 BST