From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 22 08:12:09 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AC2716A594 for ; Sun, 22 Oct 2006 08:12:09 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id D91BB43D5D for ; Sun, 22 Oct 2006 08:12:08 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5EB6A.dip.t-dialin.net [84.165.235.106]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k9M87h5m088475 for ; Sun, 22 Oct 2006 10:07:45 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.4) with ESMTP id k9M8C4fr058656; Sun, 22 Oct 2006 10:12:04 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 22 Oct 2006 10:12:03 +0200 From: Alexander Leidinger To: Alexander Leidinger Message-ID: <20061022101203.7d2de9ba@Magellan.Leidinger.net> In-Reply-To: <20061019205333.202a5c3f@Magellan.Leidinger.net> References: <20061019205333.202a5c3f@Magellan.Leidinger.net> X-Mailer: Sylpheed-Claws 2.5.6 (GTK+ 2.10.6; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: gnome@freebsd.org Subject: Re: Sane gtk theme? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 08:12:09 -0000 Quoting Alexander Leidinger (Thu, 19 Oct 2006 20:53:33 +0200): > The Murrina-Aqua theme looks nice, but the contrast of text is > horrible. I already tried: > ---snip--- > style "myfontcolor" > { > text[NORMAL] = "#000000" > text[PRELIGHT] = "#000000" > text[ACTIVE] = "#000000" > } > > widget_class "*" style "myfontcolor" > ---snip--- > and this is better in the terminal and in text input widgets, but tree > widgets and menus still have the horrible contrast. I can live with the > menu as it is, but not with the tree-/table-/...-widgets. For the archives, I solved this my modifying the theme: ---snip--- --- /usr/local/share/themes/Murrina-Aqua/gtk-2.0/gtkrc Thu Oct 19 19:29:08 2006 +++ .themes/Murrina-Aqua-netchild/gtk-2.0/gtkrc Sun Oct 22 09:58:21 2006 @@ -16,27 +16,27 @@ xthickness = 1 ythickness = 1 - fg[NORMAL] = "#505050" + fg[NORMAL] = "#000000" fg[PRELIGHT] = "#222222" - fg[ACTIVE] = "#505050" + fg[ACTIVE] = "#000000" fg[SELECTED] = "#ffffff" fg[INSENSITIVE] = "#A2A2A2" bg[NORMAL] = "#e7e7e7" bg[PRELIGHT] = "#efefef" bg[ACTIVE] = "#DADADA" - bg[SELECTED] = "#93c1ff" + bg[SELECTED] = "#8ebcff" bg[INSENSITIVE] = "#DADADA" base[NORMAL] = "#ffffff" base[PRELIGHT] = "#6590b8" base[ACTIVE] = "#DADADA" - base[SELECTED] = "#93c1ff" + base[SELECTED] = "#8ebcff" base[INSENSITIVE] = "#DADADA" - text[NORMAL] = "#505050" - text[PRELIGHT] = "#505050" - text[ACTIVE] = "#505050" + text[NORMAL] = "#000000" + text[PRELIGHT] = "#000000" + text[ACTIVE] = "#000000" text[SELECTED] = "#ffffff" text[INSENSITIVE] = "#A2A2A2" @@ -53,14 +53,15 @@ engine "murrine" { - scrollbar_color = "#93c1ff" - contrast = 1.0 - glazestyle = 0 # 0 = flat hilight, 1 curved hilight (default) - menubarstyle = 1 # 0 = flat, 1 = glass, 2 = gradient - menubaritemstyle = 1 # 0 = menuitem look, 1 = button look - listviewheaderstyle = 0 # 0 = flat, 1 = glass - squaredstyle = 0 # 0 = default (rounded), 1 = squared - animation = TRUE + scrollbar_color = "#8ebcff" + contrast = 0.8 + glazestyle = 2 # 0 = flat hilight, 1 = curved hilight, 2 = concave style + menubarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menubaritemstyle = 1 # 0 = menuitem look, 1 = button look + menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped + listviewheaderstyle = 1 # 0 = flat, 1 = glassy + squaredstyle = 0 # 0 = rounded theme, 1 = squared theme + animation = TRUE # FALSE = disabled, TRUE = enabled } } @@ -79,13 +80,13 @@ style "theme-entry" = "theme-wider" { - bg[SELECTED] = "#93c1ff" + bg[SELECTED] = "#8ebcff" } style "theme-button" = "theme-wider" { bg[NORMAL] = "#f2f2f2" - bg[PRELIGHT] = "#93c1ff" + bg[PRELIGHT] = "#8ebcff" bg[ACTIVE] = "#D3D3D3" } @@ -93,7 +94,7 @@ { bg[NORMAL] = "#efefef" bg[INSENSITIVE] = "#efefef" - bg[SELECTED] = "#93c1ff" + bg[SELECTED] = "#8ebcff" } style "theme-tasklist" = "theme-default" @@ -120,8 +121,8 @@ style "theme-menubar-item" { - ythickness = 4 - bg[PRELIGHT] = "#93c1ff" + ythickness =2 + bg[PRELIGHT] = "#8ebcff" } style "theme-tree" = "theme-default" ---snip--- Now the text is much easier to read (a little bit more eye candy stuff is enabled). Bye, Alexander. -- NOTICE: alloc: /dev/null: filesystem full http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137