summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/theme_dark.scss
blob: e6db6cd2a5e6a71b21943e5955333a4b60b9a24f (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-700,
      $gray-900,
      $white
    );
  }
}