/* Diff viewer theme tokens.
   Scoped to diff result components so the rest of the app stays on global theme tokens. */
:root {
    --digix-diff-result-border: rgba(255, 255, 255, 0.12);
    --digix-diff-result-bg: #000000c9;
    --digix-diff-header-bg: #1e1e1e;
    --digix-diff-line-num-color: rgba(255, 255, 255, 0.35);
    --digix-diff-added-bg: rgba(40, 167, 69, 0.55);
    --digix-diff-removed-bg: rgba(220, 53, 69, 0.55);
    --digix-diff-sbs-empty-bg: rgba(255, 255, 255, 0.06);
}
