リビジョン | 28733 (tree) |
---|---|
日時 | 2020-01-31 02:37:25 |
作者 | stefankueng |
make the inline diff colors for dark mode more distinguished.
@@ -23,9 +23,9 @@ | ||
23 | 23 | #define INLINEADDED_COLOR RGB(255, 255, 150) |
24 | 24 | #define INLINEREMOVED_COLOR RGB(200, 100, 100) |
25 | 25 | #define MODIFIED_COLOR RGB(220, 220, 255) |
26 | -#define INLINEADDED_DARK_COLOR RGB(100, 100, 50) | |
27 | -#define INLINEREMOVED_DARK_COLOR RGB(80, 20, 20) | |
28 | -#define MODIFIED_DARK_COLOR RGB(60, 60, 83) | |
26 | +#define INLINEADDED_DARK_COLOR RGB(120, 120, 50) | |
27 | +#define INLINEREMOVED_DARK_COLOR RGB(100, 40, 40) | |
28 | +#define MODIFIED_DARK_COLOR RGB(80, 80, 103) | |
29 | 29 | |
30 | 30 | |
31 | 31 | #define DIFFSTATE_UNKNOWN_DEFAULT_FG ::GetSysColor(COLOR_WINDOWTEXT) |