Change default colors to TortoiseUDiff
Ivan Zhakov <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <CABw-3YfCJ4Qz3NEAK7tqZbiq-q5SfEzq4Mw9DFEQ6UQduqb69Q@mail.gmail.com> |
I suggest to change default colors setting for TortoiseUDiff to make them a little bit softer. Attached patch and screenshots before and after the proposed change. -- Ivan Zhakov ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3190338 To unsubscribe from this discussion, e-mail: [[email protected]].
tsvn-tweak-udiff-colors-default.png
(image/png, 45.8 KB) - not displayed
tsvn-tweak-udiff-colors-after.png
(image/png, 46 KB) - not displayed
tsvn-tweak-udiff-colors.patch
(text/x-patch, 633 B)
Index: src/TortoiseUDiff/UDiffColors.h =================================================================== --- src/TortoiseUDiff/UDiffColors.h (revision 27503) +++ src/TortoiseUDiff/UDiffColors.h (working copy) @@ -29,6 +29,6 @@ #define UDIFF_COLORBACKPOSITION ::GetSysColor(COLOR_WINDOW) #define UDIFF_COLORBACKHEADER RGB(0xFF, 0xFF, 0x80) #define UDIFF_COLORBACKCOMMENT ::GetSysColor(COLOR_WINDOW) -#define UDIFF_COLORBACKADDED RGB(0x80, 0xFF, 0x80) -#define UDIFF_COLORBACKREMOVED RGB(0xFF, 0x80, 0x80) +#define UDIFF_COLORBACKADDED RGB(0xCC, 0xFF, 0xCC) +#define UDIFF_COLORBACKREMOVED RGB(0xDD, 0xDD, 0xFF)