summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/theme_light_indigo.scss
blob: 5b607238ed944bbce1268a6d242aec02b7b3df74 (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,
      $indigo-700,
      $indigo-700,
      $white
    );
  }
}