summaryrefslogtreecommitdiffstats
path: root/src/features/raw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/raw.rs')
-rw-r--r--src/features/raw.rs30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/features/raw.rs b/src/features/raw.rs
index 424bf23a..7add6b34 100644
--- a/src/features/raw.rs
+++ b/src/features/raw.rs
@@ -39,6 +39,36 @@ pub fn make_feature() -> Vec<(String, OptionValueFunction)> {
_opt => "raw"
),
(
+ "minus-style",
+ String,
+ Some("color.diff.old"),
+ _opt => "red"
+ ),
+ (
+ "minus-emph-style",
+ String,
+ Some("color.diff.old"),
+ _opt => "red"
+ ),
+ (
+ "zero-style",
+ String,
+ None,
+ _opt => "normal"
+ ),
+ (
+ "plus-style",
+ String,
+ Some("color.diff.new"),
+ _opt => "green"
+ ),
+ (
+ "plus-emph-style",
+ String,
+ Some("color.diff.new"),
+ _opt => "green"
+ ),
+ (
"keep-plus-minus-markers",
bool,
None,