Differences From Artifact [18a7beed2d]:
- File src/style.c — part of check-in [6a6697694c] at 2012-02-04 19:34:18 on branch retro-sbsdiff — Revised default color scheme. Add line-numbers to context diff. (user: drh size: 23004)
To Artifact [a797404006]:
- File src/style.c — part of check-in [b57b035654] at 2012-02-04 19:55:04 on branch retro-sbsdiff — Colorize the context diff. Add color to the line numbers so that they can be deemphasized. (user: drh size: 23082)
| ︙ | ︙ | |||
775 776 777 778 779 780 781 782 783 784 785 786 787 788 |
"deleted in a diff",
@ background-color: #ffe0e0;
},
{ "span.diffhr",
"suppressed lines in a diff",
@ color: #0000ff;
},
{ 0,
0,
0
}
};
/*
| > > > > | 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 |
"deleted in a diff",
@ background-color: #ffe0e0;
},
{ "span.diffhr",
"suppressed lines in a diff",
@ color: #0000ff;
},
{ "span.diffln",
"line nubmers in a diff",
@ color: #a0a0a0;
},
{ 0,
0,
0
}
};
/*
|
| ︙ | ︙ |