summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/theme_dark.scss
blob: 4c52cdc30dfad517fea73bffb5140dce9a23f7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import './theme_helper';

body {
  &.ui-dark {
    @include gitlab-theme(
      $gray-200,
      $gray-300,
      $gray-500,
      $gray-900,
      $gray-900,
      $white
    );
  }
}