import "../colours.syncat";

line_ending {
  color: $comment;
  dim: true;
  content: "¬";
}

line_number {
  color: $comment;
}

margin {
  color: $comment;
  content: unicode;
}

title {
  bold: true;
  color: $text;
}

vcs_addition {
  color: $addition;
  content: "+";
}

vcs_modification {
  color: $modification;
  content: "~";
}

vcs_deletion_above, vcs_deletion_below {
  color: $deletion;
}

vcs_deletion_above {
  content: "‾";
}

vcs_deletion_below {
  content: "_";
}
