Re: [PATCH 6/7] perf ui browser: Make the colors configurable andchange the defaults

From: Arnaldo Carvalho de Melo
Date: Tue Oct 18 2011 - 19:54:18 EST


Em Tue, Oct 18, 2011 at 05:13:49PM -0600, David Ahern escreveu:
> > + {
> > + .colorset = HE_COLORSET_MEDIUM,
> > + .name = "medium",
> > + .fg = "green",
> > + .bg = "black",
> > + },
> > + {
> > + .colorset = HE_COLORSET_NORMAL,
> > + .name = "normal",
> > + .fg = "brightgreen",
> > + .bg = "black",
> > + },

> Using gnome3 with Fedora 15 these last 2 color sets don't look so good.
> The 'black' background is not really black - more of a gray'ish look and
> the green font does not show up well. Yes, I get that they are
> configurable, but the defaults should be readable too.

I'm trying to get there :)

Yeah, I also noticed that libslang's "black" is kinda like a
bright black, really strange, I need to figure this out and also how to
get the colors currently set in the terminal to get this finally like
--stdio.

I.e. the defaults should be what are on the xterm, like --stdio.

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/