[txmt-dev] Re: File Browser Colors?

Allan Odgaard mailinglist at textmate.org
Fri Feb 1 18:30:31 UTC 2013


On Feb 1, 2013, at 7:26 PM, LTN <ltn at shlug.org> wrote:

> But I think NSOutlineView inherits from NSTableView, which has
> –setBackgroundColor method?

Yes, this can be used to set the background color.

But for it to look good, you also need to change text and selection color (and text on selection). This is more involved as it not only require a subclass, it also require tweaking the cells used to draw the rows. In addition there are the group cells used for something like Go → SCM Status, and you probably also want to set the scrollbars to be “light on dark” if you change the background to something dark…



More information about the textmate-dev mailing list