/* -----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|---------------------------------------------------------------------------- */

:root {
  --jp-git-diff-added-color: rgb(155 185 85 / 20%);
  --jp-git-diff-added-color1: rgb(155 185 85 / 40%);
  --jp-git-diff-deleted-color: rgb(255 0 0 / 20%);
  --jp-git-diff-deleted-color1: rgb(255 0 0 / 40%);
  --jp-git-diff-output-border-color: rgb(0 141 255 / 70%);
  --jp-git-diff-output-color: rgb(0 141 255 / 30%);
  --jp-merge-local-color: rgb(31 31 224 / 20%);
  --jp-merge-local-color1: rgb(31 31 224 / 40%);
}
