[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111018235133.GA3494@ghostprotocols.net>
Date: Tue, 18 Oct 2011 21:51:33 -0200
From: Arnaldo Carvalho de Melo <acme@...stprotocols.net>
To: David Ahern <dsahern@...il.com>
Cc: Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
Frederic Weisbecker <fweisbec@...il.com>,
Mike Galbraith <efault@....de>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <peterz@...radead.org>,
Stephane Eranian <eranian@...gle.com>
Subject: Re: [PATCH 6/7] perf ui browser: Make the colors configurable and
change the defaults
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists