gitlab-org--gitlab-foss/app/assets/stylesheets/themes/ui_gray.scss
2015-02-24 22:19:14 -08:00

6 lines
104 B
SCSS

/**
* Gray GitLab UI theme
*/
.ui_gray {
@include dark-theme(#979797, #373737, #272727, #222222);
}