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

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