summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight/themes/white.scss
blob: b0f6595feff5759e7635404996c2b477602a289b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.code.white {
  @import '../white_base';

  @include conflict-colors('white');
  @include hljs-override('variable', $white-nv);
  @include hljs-override('symbol', $white-ss);
  @include hljs-override('title.class_.inherited__', $white-no);
}

:root {
  --default-diff-color-deletion: #eb919b;
  --default-diff-color-addition: #a0f5b4;
}