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

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