Re: glimmer showing untagged text
- From: Jeroen Zwartepoorte <jeroen xs4all nl>
- To: Michael Karcher <michael karcher dpk berlin fido de>
- Cc: gnome-devtools gnome org
- Subject: Re: glimmer showing untagged text
- Date: 19 Dec 2002 08:37:16 +0100
Hi Michael,
On Wed, 2002-12-18 at 15:13, Michael Karcher wrote:
> On Mon, Dec 09, 2002 at 09:06:48AM +0100, Jeroen Zwartepoorte wrote:
> [White space should be plain text, and foreground color should be used]
> > Yep. It's a bug. When i wrote the theming support i was short on time
> > and didn't fix that before committing. Shouldn't be too hard to fix
> > though. Patches are more than welcome :-)
>
> Look three lines below. :-)
> Michael Karcher
Thanks for the patch. Some comments below:
> diff -urN glimmer-pristine/libglimmerfile/glimmer-style-cache/themes/default.xml glimmer/libglimmerfile/glimmer-style-cache/themes/default.xml
> --- glimmer-pristine/libglimmerfile/glimmer-style-cache/themes/default.xml Tue Jul 16 23:47:33 2002
> +++ glimmer/libglimmerfile/glimmer-style-cache/themes/default.xml Mon Dec 16 14:11:19 2002
> @@ -102,10 +102,10 @@
> <background>0xFFFFFF</background>
> <foreground>0x00CF00</foreground>
> </style>
> - <style name="whitespace">
> + <style name="plain-text">
> <bold>false</bold>
> <italic>false</italic>
> <background>0xFFFFFF</background>
> - <foreground>0xFFFFFF</foreground>
> + <foreground>0x000000</foreground>
Why this change? With this change, glimmer comes up with just a black
rectangle (foreground is black). In the classic theme it's black as
well.
With this patch, the problem of "black on blue" for untagged text still
exists afaict.
Jeroen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]