[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] Inline Diff colors (was Re: [TSVN] Official request... Directory Diff)

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-03-16 12:40:44 CET

As of revision 2845, only 8 colors are used for the inline diff, not 10
anymore (they're cycled anyway, so it doesn't really matter).

I used Molles proposed colors below:

> ------------------------------------------------------------------------
> Proposed line-diff colors 3
> (more variation in bright colors; less in dark. Perhaps better for
> people with high brightness settings ruining the contrast or a high
> gamma setting that blurs the middle/middle-high colors).
>
> COLORREF CLineDiffBar::m_BinDiffColors [10] = {
> RGB(0x00, 0x99, 0x00),
> RGB(0x00, 0xab, 0x00),
> RGB(0x00, 0xbd, 0x00),
> RGB(0x00, 0xcf, 0x00),
> RGB(0x00, 0xe1, 0x00),
> RGB(0x50, 0xf3, 0x50),
> RGB(0xa0, 0xff, 0xa0),
> RGB(0xd8, 0xff, 0xd8),
> };

Check it out and tell me if you like it or not.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Mar 16 12:41:14 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.