Fossil SCM

Make the diff colors darker by default.

drh 2012-02-06 16:03 trunk
Commit ea4b7cd68c73147bd85ec5b73f7b3a5ce009fba7
1 file changed +3 -3
+3 -3
--- src/style.c
+++ src/style.c
@@ -764,19 +764,19 @@
764764
@ font-family: monospace;
765765
@ white-space: pre;
766766
},
767767
{ "span.diffchng",
768768
"changes in a diff",
769
- @ background-color: #e0e0ff;
769
+ @ background-color: #c0c0ff;
770770
},
771771
{ "span.diffadd",
772772
"added code in a diff",
773
- @ background-color: #e0ffe0;
773
+ @ background-color: #c0ffc0;
774774
},
775775
{ "span.diffrm",
776776
"deleted in a diff",
777
- @ background-color: #ffe0e0;
777
+ @ background-color: #ffc8c8;
778778
},
779779
{ "span.diffhr",
780780
"suppressed lines in a diff",
781781
@ color: #0000ff;
782782
},
783783
--- src/style.c
+++ src/style.c
@@ -764,19 +764,19 @@
764 @ font-family: monospace;
765 @ white-space: pre;
766 },
767 { "span.diffchng",
768 "changes in a diff",
769 @ background-color: #e0e0ff;
770 },
771 { "span.diffadd",
772 "added code in a diff",
773 @ background-color: #e0ffe0;
774 },
775 { "span.diffrm",
776 "deleted in a diff",
777 @ background-color: #ffe0e0;
778 },
779 { "span.diffhr",
780 "suppressed lines in a diff",
781 @ color: #0000ff;
782 },
783
--- src/style.c
+++ src/style.c
@@ -764,19 +764,19 @@
764 @ font-family: monospace;
765 @ white-space: pre;
766 },
767 { "span.diffchng",
768 "changes in a diff",
769 @ background-color: #c0c0ff;
770 },
771 { "span.diffadd",
772 "added code in a diff",
773 @ background-color: #c0ffc0;
774 },
775 { "span.diffrm",
776 "deleted in a diff",
777 @ background-color: #ffc8c8;
778 },
779 { "span.diffhr",
780 "suppressed lines in a diff",
781 @ color: #0000ff;
782 },
783

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button